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

Home -> Community -> Usenet -> c.d.o.server -> Re: describe a constraint (index / unique)

Re: describe a constraint (index / unique)

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Fri, 03 Dec 2004 18:41:26 -0800
Message-ID: <1102127985.688748@yasure>


Simo Sentissi wrote:

> Hello there
>
> I am new to oracle and I do not know how to describe a constraint, -I
> can describe a table from isqlplus- but can't describe constraint ?
> (primary key , index , relashioship ?)
>
> thanks

You can't ... you must query user_constraints and user_cons_columns or their all_ or dba_ equivalents.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Fri Dec 03 2004 - 20:41:26 CST

Original text of this message

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