Database Blog
Showing posts with label
Oracle Costraints
.
Show all posts
Showing posts with label
Oracle Costraints
.
Show all posts
Thursday, 6 September 2018
Enable/Disable all table constraints in Oracle
›
disable all constraints: BEGIN FOR c IN ( SELECT c . owner , c . table_name , c . constraint_name FROM user_constraints c , ...
›
Home
View web version