Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: NO SORT parameter

RE: NO SORT parameter

From: Toepke, Kevin M <ktoepke_at_cms.cendant.com>
Date: Wed, 6 Dec 2000 14:30:52 -0500
Message-Id: <10702.123832@fatcity.com>


The NOSORT option says to assume that the data was inserted into the table in already sorted -- therefore Oracle doesn't have to do a sort when creating the index. Oracle DOES check. If the data is not in sorted order than the index creation will fail.

Kevin

> -----Original Message-----
> From: cemail_at_sprintmail.com [mailto:cemail_at_sprintmail.com]
> Sent: Wednesday, December 06, 2000 12:17 PM
> To: Multiple recipients of list ORACLE-L
> Subject: NO SORT parameter
>
>
>
> Are there any disadvantages to using NO SORT in creating an index?
> This is an index on a data warehouse table.
>
> Also, somebody told me that CREATE TABLE had some sort of NO
> SORT parameter as well, but I don't see it anywhere and it doesn't
> really make sense to me. Anybody heard anything like this?
>
> We are running 8.0.5 on HPUX.
>
> -----
> Sent using MailStart.com ( http://MailStart.Com/welcome.html )
> The FREE way to access your mailbox via any web browser, anywhere!
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: cemail_at_sprintmail.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 Wed Dec 06 2000 - 13:30:52 CST

Original text of this message

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