Wednesday, August 31, 2011

[CODE] Finding database constraints in Oracle

Quick and easy way to find a constraint by name in Oracle.

By the way, if the constraint name comes out as MYSCHEMA.ConstraintName, leave off the schema part when you search for the constraint.

No comments:

Post a Comment