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: DS

Re: DS

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 23 Aug 2007 09:37:21 -0700
Message-ID: <1187887039.857859@bubbleator.drizzle.com>


Picaso.Leonardo_at_gmail.com wrote:
> What will work faster in Oracle for Import?
> CREATE INDEX or ALTER TABLE TAB ADD INDEX

Generally speaking valid syntax is faster as Oracle immediately throws an error message and doesn't do any real work.

There is no ALTER TABLE ADD INDEX syntax in Oracle.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Aug 23 2007 - 11:37:21 CDT

Original text of this message

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