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: How to disable constraint

Re: How to disable constraint

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Fri, 02 May 2003 07:02:35 -0700
Message-ID: <3EB27A7B.26181506@exxesolutions.com>


cyril wrote:

> Hello,
> How to disable all foreign constraints in a table with a single SQL order ?
>
> sample : 'alter table mytable disable constraint all'
>
> thanks

Can not be done. They can be deferred in a single statement but not disabled.

Which is good because it keep people from doing it so readily.

The fact that you can do something doesn't mean you should.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri May 02 2003 - 09:02:35 CDT

Original text of this message

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