Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Need help in moving LOB index
Oracle recommends against this.
LOB_index_clauseThis clause is deprecated as of Oracle8i. Oracle generates anindex for each LOB column. The LOB indexes are system named and system managed, and reside in the same tablespace as the LOB data segments. It is still possible for you to specify this clause in some cases. However, Oracle Corporation strongly recommends that you no longer do so.
I believe you can move the lobsegment along with its index with the modify lob storage
clause of the alter table command.
I haven't tried it.
Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu
-----Original Message-----
Sent: Thursday, February 15, 2001 1:09 PM
To: Multiple recipients of list ORACLE-L
Hi all,
I know that it is kind of a stupid question. But I've been struggling with the syntax to move the LOB index to a different tablespace. Would any one please kindly help me out on this part? Thanks!! :D
Winnie
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Winnie_Liu_at_infonet.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).
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 Thu Feb 15 2001 - 16:39:40 CST