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: references

Re: references

From: <fitzjarrell_at_cox.net>
Date: 8 Dec 2004 06:31:22 -0800
Message-ID: <1102516282.656878.279230@z14g2000cwz.googlegroups.com>


You'll need to query user_constraints and user_cons_columns for this information. You'll want r_constraint_name in user_constraints to equal constraint_name in user_cons_columns. You'll use user_cons_columns for your table/column matching.

David Fitzjarrrell Received on Wed Dec 08 2004 - 08:31:22 CST

Original text of this message

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