| PLS-00509 |
Implementation Restriction : Pass a returned record to a temporary identifier before selecting a field |
| PLS-00510 |
Float cannot have scale |
| PLS-00511 |
a record may not contain a PL/SQL table of records |
| PLS-00512 |
Implementation Restriction: string: Cannot directly access remote package variable or cursor |
| PLS-00513 |
PL/SQL function called from SQL must return value of legal SQL type |
| PLS-00514 |
INSERT statement with REF INTO clause requires a typed table |
| PLS-00515 |
The type of the REF INTO variable string must be REF to the tables type |
| PLS-00516 |
Type mismatch between object table and value string in INSERT statement. |
| PLS-00517 |
Type mismatch between a select list element string and corresponding table column in INSERT statement with a subquery |
| PLS-00518 |
This INSERT statement requires VALUES clause containing a parenthesised list of values |
| PLS-00519 |
This INSERT statement requires a VALUES clause containing an object type expression, not a list of values |
| PLS-00520 |
MAP methods must be declared without any parameters other than (optional) SELF. |
| PLS-00521 |
ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF. |
| PLS-00522 |
MAP methods must return a scalar type. |
| PLS-00523 |
ORDER methods must return an INTEGER. |
| PLS-00524 |
The parameter type in an ORDER method must be the containing object type. |
| PLS-00525 |
Within SQL statements, only equality comparisons of objects are allowed without a map or order function. |
| PLS-00526 |
A MAP or ORDER function is required for comparing objects in PL/SQL. |
| PLS-00527 |
MAP or ORDER functions require a PRAGMA RESTRICT_REFERENCES specifying : WNDS,WNPS,RNPS,RNDS. |
| PLS-00528 |
The parameters to an ORDER function must have IN mode |