Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to view the actual constraint code

Re: how to view the actual constraint code

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 24 Aug 2005 12:46:25 -0700
Message-ID: <1124912785.328512.96150@g14g2000cwa.googlegroups.com>


FK constraints can be recreated by joining data in dba_constraints and dba_cons_columns

Or you can look at the dbms_metadata package. You can generate constraints as part of table definitions.

HTH -- Mark D Powell -- Received on Wed Aug 24 2005 - 14:46:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US