Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Question about Append hint in Insert
yes, there are:
for example, if you have a UNIQUE constraint with an underlying non-unique
index,
you can disable the constraint without the need to drop the index;
this provides some additional flexibility. and obviously, you *need* a
non-unique index
in case you want the constraint to be deferrable.
I am sure others on this list can provide more examples of subtle
differences...
Kind regards,
Lex.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of jaromir nemec
Sent: Monday, June 21, 2004 16:42
To: oracle-l_at_freelists.org
Subject: RE: Question about Append hint in Insert
Hi Lex,
Thanks for the correction of my misinterpretation. Does it mean there are no other differences or things to keep in mind when deciding between unique and non-unique index to support unique constraint?
Thanks
Jaromir D.B.Nemec
> one small correction: non-unique indexes do *not* allocate more space...
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Jun 21 2004 - 12:24:31 CDT