Database Error Messages

ORA-39965

Collection of records with PL/SQL type attributes are not allowed in this context.

Cause

A collection of records with attributes of PL/SQL types was used as an argument to the TABLE operator, which is not allowed.


Action

Use a collection of records whose attributes are of a type that your operation supports.