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

Home -> Community -> Usenet -> c.d.o.misc -> Re: system table for constraints

Re: system table for constraints

From: mommy dba <mommydba_at_netscape.com>
Date: Tue, 28 Oct 2003 13:46:36 -0600
Message-ID: <vpthp2b9ti3j1d@corp.supernews.com>


select owner,constraint_name,constraint_type from dba_constraints where owner = "{SCHEMA_NAME}";

Johannes Lebek wrote:
> Hi there,
> I'm looking for a system table that stores information about constraints
> (especially, the SCHEMA name of a UNIQUE constraint).
> Unfortunately, I do not have an Oracle reference at hand.
> Is there someone, who could tell me?
> Thanks,
>
> Johannes
>
Received on Tue Oct 28 2003 - 13:46:36 CST

Original text of this message

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