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

Home -> Community -> Usenet -> c.d.o.tools -> List all the constraint of a database

List all the constraint of a database

From: rodrigues <rodr_ric_at_yahoo.com>
Date: Wed, 29 Nov 2000 14:30:04 -0000
Message-ID: <t2a4nctc8lrp37@corp.supernews.com>

I would like to list all the referential intergrity attach to a table.

I know I can do this to list them :
select table_name from all_constraints
where R_constraint_name like 'name of the constarint'

But I want to have also the listing of refenrential (indirect : made thought an other table :table1-table2-table3)

Anyone to help me

ROdrigues Richard

--
Posted via CNET Help.com
http://www.help.com/
Received on Wed Nov 29 2000 - 08:30:04 CST

Original text of this message

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