The parameters to an ORDER function must have IN mode
PLS-00513 – Oracle Error Code
PL/SQL function called from SQL must return value of legal SQL type
PLS-00529 – Oracle Error Code
Bad column name string in INSERT statement (must be an identifier)
PLS-00514 – Oracle Error Code
INSERT statement with REF INTO clause requires a typed table
PLS-00530 – Oracle Error Code
Illegal type used for object type attribute: ‘string’.
PLS-00515 – Oracle Error Code
The type of the REF INTO variable ‘string’ must be REF to the table’s type
PLS-00531 – Oracle Error Code
Unsupported type in a VARRAY or TABLE type: ‘string’.
PLS-00516 – Oracle Error Code
Type mismatch between object table and value ‘string’ in INSERT statement.
PLS-00532 – Oracle Error Code
Target of REF must be a complete or incomplete object type.
PLS-00499 – Oracle Error Code
Coercion into collection of records not supported
