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: Update of CHECK constraints

Re: Update of CHECK constraints

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 10 Aug 2005 22:51:15 +0200
Message-ID: <s2qkf1pr21ncf4o1b6pgla1c8ba1dhc9ac@4ax.com>


On Wed, 10 Aug 2005 21:48:29 +0300, "Quixote" <yuya_at_isd.dp.ua> wrote:

>Please, advise me in what system table should I look for existing
>constraints
>for some table.
>Is exists some method to update check constraints or I should remove old
>with
>the same name and add the new one?
>
>
>Thank you.
>

select * from user_constraints
the column constraint_type denotes the type of constraint 'C' for check, 'P' for primary, 'R' for foreign key. The commands to deal with constraints are described in the SQL reference manual under 'Constraint Clause'

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Aug 10 2005 - 15:51:15 CDT

Original text of this message

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