Check If constraint exists
MarcLafJun 9 2011 — edited Jun 9 2011Hi,
I want to check if a constraint exists on a table:
FK constraint on TABLE A that refers to TP_ID column in the TP Table.
Which oracle tables contains the constraint information for my query?
I know the all_constraints and all_cons_columns table contains information, but where do I get the column name for the referred table, TABLE TP in my case?
Thanks in advance,
Marc.