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: Disabling Existing Constraints and Index dropped

Re: Disabling Existing Constraints and Index dropped

From: srivenu <srivenu_at_hotmail.com>
Date: 5 Aug 2002 21:14:32 -0700
Message-ID: <1a68177.0208052014.6551bed8@posting.google.com>


Yes the index will be created again if you enable the constraint. If you are doing this very frequently, it may result in performance problem.
So create a non-unique index explicitly on the primary key columns and then add the constraint.
A non-unique index will not be dropped even if you disable the constraint. Received on Mon Aug 05 2002 - 23:14:32 CDT

Original text of this message

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