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: temp problem when rebuilding Index

RE: temp problem when rebuilding Index

From: Gupta, Brijesh <Brijesh.Gupta_at_Airliquide.com>
Date: Mon, 02 Jul 2001 09:09:44 -0700
Message-ID: <F001.0033F32A.20010702082610@fatcity.com>

You can increase the SORT_AREA_SIZE for that particular session only.

Alter session set SORT_AREA_SIZE=  ;

You don't have to change the init.ora just for rebuilding index.

But if index is large , I still prefer dropping and recreating it.

Brijesh
-----Original Message-----
From: james ellis [mailto:jellis24_gso_at_yahoo.com] Sent: Monday, July 02, 2001 9:26 AM
To: Multiple recipients of list ORACLE-L Subject: Re: temp problem when rebuilding Index

You can also increase your SORT_AREA_SIZE parameter in the initDBNAME.ora. This will allow more of your sorting to be done in memory rather on disk. This will also help speed up the process.


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: james ellis
  INET: jellis24_gso_at_yahoo.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 Mon Jul 02 2001 - 11:09:44 CDT

Original text of this message

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