Object not supported in this context.
PLS-00541 – Oracle Error Code
Size or length specified is too large.
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-00517 – Oracle Error Code
Type mismatch between a select list element ‘string’ and corresponding table column in INSERT statement with a subquery
PLS-00518 – Oracle Error Code
This INSERT statement requires VALUES clause containing a parenthesised list of values
