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

Re: How to disable index?

From: Werner Ebert <ebert_at_zv.fhg.de>
Date: Mon, 15 Nov 1999 07:51:56 +0100
Message-ID: <382FAD8C.32555D04@zv.fhg.de>


To disable an existing integrity constraint, use

alter table disable constraint_name;

To enable a constraint, use

enable constraint_name;

see the documentation for details.

Gennady schrieb:

> Hello,
> Is it possible to DISABLE and then ENABLE multicolumn index ( without DROP
> and CREATE index)?
>
> Thanks,
> Gennady
Received on Mon Nov 15 1999 - 00:51:56 CST

Original text of this message

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