| PLS-00439 |
A LIMIT clause must be used within a BULK FETCH |
| PLS-00440 |
FORALL bulk IN-bind variables cannot be used here |
| PLS-00441 |
EXIT/CONTINUE statement may have a label here; string is not a label |
| PLS-00442 |
CONTINUE statement may not have the prefix STANDARD |
| PLS-00450 |
a variable of this private type cannot be declared here |
| PLS-00452 |
Subprogram string violates its associated pragma |
| PLS-00453 |
remote operations not permitted on object tables or user-defined type columns |
| PLS-00454 |
with a returning into clause, the table expression cannot be remote or a subquery |
| PLS-00455 |
cursor string cannot be used in dynamic SQL OPEN statement |
| PLS-00456 |
item string is not a cursor |
| PLS-00457 |
expressions have to be of SQL types |
| PLS-00458 |
subprogram string cannot be called from a REPEATABLE subprogram |
| PLS-00459 |
this feature is not allowed in REPEATABLE subprogram |
| PLS-00460 |
REPEATABLE subprogram string has to be RNDS, WNDS, RNPS, and WNPS |
| PLS-00461 |
mismatch REPEATABLE information between specification and body of string |
| PLS-00462 |
nested subprogram string has to be REPEATABLE |
| PLS-00483 |
exception string may appear in at most one exception handler in this block |
| PLS-00484 |
redundant exceptions string and string must appear in same exception handler |
| PLS-00485 |
in exception handler, string must be an exception name |
| PLS-00486 |
select list cannot be enclosed in parentheses |