Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Disabling Existing Constraints and Index dropped
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
![]() |
![]() |