DROP CONSTRAINT ONLINE does not support the CASCADE option.

Solution ID:ORA-14419

Type: Oracle

Cause

An attempt was made to use the CASCADE option with DROP CONSTRAINT ONLINE statement.

Actions

Using online DDL's like DROP INDEX ONLINE, ALTER TABLE DROP CONSTRAINT ONLINE, or ALTER TABLE SET UNUSED COLUMN ONLINE statement on certain types of tables (for example, cluster, temporary, indexed-organized table (IOT), external tables) is illegal. Remove the ONLINE keyword from the statement.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL