Database Error Messages

ORA-30663

An EXTERNAL MODIFY clause can only be specified for an external or hybrid-partitioned table.

Cause

An EXTERNAL MODIFY clause was specified when querying a table that was not an external or hybrid-partitioned table.


Action

Remove the EXTERNAL MODIFY clause from the query.