ORA-02446: CREATE TABLE ... AS SELECT failed - check constraint violated
What triggered the Error:
An attempt was made to use a CREATE TABLE ... AS SELECT statement when some rows violated one or more CHECK constraints.What should we do to fix it:
Do not select rows that violate constraints.