Database Error Messages

ORA-14424

CREATE TABLE FOR EXCHANGE cannot be used with certain types of tables.

Cause

An attempt was made to use the CREATE TABLE FOR EXCHANGE statement on a table type (for example, cluster, temporary, index-organized table (IOT), external tables) that was not allowed.


Action

Do not specify the FOR EXCHANGE clause with certain types of tables (for example, cluster, temporary, indexed-organized table (IOT), external tables).