Database Error Messages

ORA-14425

CREATE TABLE AS SELECT disallowed along with the CREATE TABLE FOR EXCHANGE clause.

Cause

An attempt was made to combine the CREATE TABLE FOR EXCHANGE clause with a CREATE TABLE AS SELECT.


Action

Execute a CREATE TABLE FOR EXCHANGE followed by an INSERT AS SELECT into the table.