Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unique Index or Constraint??
According to Oracle, they will be de-supporting the unique index in the future. Since the unique constraint creates an index anyway, might as well go with the unique constraint.
Terry
Vishak wrote:
> Hello Gurus,
>
> I would like to know whether creating an unique-index on a column or a
> unique constraint on a column(during creation of the table) would be fine.
>
> Which option would be better?
>
> TIA
> Regards
> Vishak
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Vishak
> INET: vishak.holla_at_wipro.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Terry Ball INET: terry_ball_at_csgsystems.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 01 2001 - 10:00:14 CDT