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: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 10 Aug 2005 13:00:29 -0700
Message-ID: <1123704029.870244.208670@o13g2000cwo.googlegroups.com>

Quixote 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.

you can use the user_constraints and user_cons_columns VIEWs to see them.

Use the ALTER TABLE command to modify them.

  Ed Received on Wed Aug 10 2005 - 15:00:29 CDT

Original text of this message

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