Database Error Messages

ORA-61768

For native collection, 'schemaName' specified in the metadata must match current user.

Cause

'native' is set to true in the metadata, but 'schemaName' does not match current user.


Action

When 'native' is set to true, omit all other metadata fields. "schemaName" will be defaulted to current user. If 'schemaName' needs to be set to a schema other than the current user, ensure that 'native' is not set to true.