Database Error Messages

ORA-39969

Bind variable should be of a supported PL/SQL type

Cause

A variable of a wrong type was used in the DBMS_SQL.BIND_VARIABLE_PKG call. In the DBMS_SQL.BIND_VARIABLE_PKG call, the type of the variable should be declared in a package specification and should be either a record or one of the supported collection types.


Action

Use a bind variable whose type is one of the supported types for this operation and whose type is declared in a package specification.