| PLS-00207 |
identifier string, applied to implicit cursor SQL, is not a legal cursor attribute |
| PLS-00208 |
identifier string is not a legal cursor attribute |
| PLS-00209 |
table string is not in FROM clause |
| PLS-00210 |
an OTHERS clause is required in this CASE statement |
| PLS-00211 |
CASE labels or ranges must not be duplicated in different WHEN clauses |
| PLS-00212 |
could not obtain enough memory to compile CASE statement |
| PLS-00213 |
package STANDARD not accessible |
| PLS-00214 |
BEGIN...END block nesting is too deep |
| PLS-00215 |
String length constraints must be in range (1 .. 32767) |
| PLS-00216 |
NUMBER precision constraint must be in range (1 .. 38) |
| PLS-00217 |
NUMBER scale constraint must be in range (-84 .. 127) |
| PLS-00218 |
a variable declared NOT NULL must have an initialization assignment |
| PLS-00219 |
label string reference is out of scope |
| PLS-00220 |
simple name required in this context |
| PLS-00221 |
string is not a procedure or is undefined |
| PLS-00222 |
no function with name string exists in this scope |
| PLS-00223 |
paramaterless procedure string used as function |
| PLS-00224 |
object string must be of type function or array to be used this way |
| PLS-00225 |
subprogram or cursor string reference is out of scope |
| PLS-00226 |
package string used as variable reference |