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
PLS-00519 – Oracle Error Code
This INSERT statement requires a VALUES clause containing an object type expression- not a list of values
PLS-00520 – Oracle Error Code
MAP methods must be declared without any parameters other than (optional) SELF.
