Character set mismatch on value for parameter ‘string’
PLS-00562 – Oracle Error Code
A function must return a type.
PLS-00542 – Oracle Error Code
CLOB and NCLOB cannot use varying-width character sets in the server
PLS-00533 – Oracle Error Code
Tables of non_queryable types are not supported.
PLS-00534 – Oracle Error Code
A Table type may not contain a nested table type or VARRAY.
PLS-00535 – Oracle Error Code
A VARRAY type may not contain a NESTED TABLE- VARRAY or LOB
PLS-00536 – Oracle Error Code
Navigation through REF variables is not supported in PL/SQL.
PLS-00537 – Oracle Error Code
A VARRAY must have a positive limit
PLS-00538 – Oracle Error Code
Subprogram or cursor ‘string’ is declared in an object type specification and must be defined in the object type body
PLS-00539 – Oracle Error Code
Subprogram ‘string’ is declared in an object type body and must be defined in the object type specification
