Changing a FK delete rule in Oracle without dropping and recreating it? Changing a FK delete rule in Oracle without dropping and recreating it? oracle oracle

Changing a FK delete rule in Oracle without dropping and recreating it?


No other way, except drop and re-create constraint. Oracle have syntax ALTER TABLE x MODIFY CONSTRAINT, but it can be used only for change state of constraint.

http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_3001.htm