Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: references
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
![]() |
![]() |