Oracle Error PLS-00516: Type mismatch between object table and value ‘string’ in INSERT statement.

Oracle Error Message

PLS-00516: Type mismatch between object table and value ‘string’ in INSERT statement.

Reason for the Error

In the INSERT statement operating on typed tables (tables of objects), the type of a non-aggregate value did not match the object type of the table.

Solution

None