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: Some way to list all constraints?

Re: Some way to list all constraints?

From: kaeli <tiny_one_at_NOSPAM.comcast.net>
Date: Tue, 17 Feb 2004 07:28:07 -0600
Message-ID: <MPG.1a9bd2e4da2b1452989c2b@nntp.lucent.com>


In article <vlj2309pgb6bnnme9g78dg34uqf3dhngpm_at_4ax.com>, x_at_y.z enlightened us with...
> Maybe this is another one of those "System Table" things...to which I have no
> access...
>
> I'm trying to clean out a DB so I can use it for testing a load routine but keep
> getting hit with "Unable to delete because of...(whatever constraint). In SQL
> Programmer I can view constraints on a table-by-table basis, but it seems like
> there should be some way for me to just list them all along with the table
> involved in each so I can just refer to the list instead of trying to guess the
> table.
>
>
> ?
>

start here...

select * from user_constraints

-- 
--
~kaeli~
Why do they sterilize the needles for lethal injections? 
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
Received on Tue Feb 17 2004 - 07:28:07 CST

Original text of this message

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