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.
PLS-00521 – Oracle Error Code
ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.
PLS-00506 – Oracle Error Code
User Defined Constrained Subtypes are disallowed
PLS-00522 – Oracle Error Code
MAP methods must return a scalar type.
PLS-00507 – Oracle Error Code
A PLSQL Table may not contain a table or a record with composite fields
