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: Tablespace in Index

Re: Tablespace in Index

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Mon, 11 Oct 1999 10:12:43 -0400
Message-ID: <QvABOHdgiekAOWecZYG6AtFwaM51@4ax.com>


A copy of this was sent to "Leszek Taratuta" <lecho_at_abg.com.pl> (if that email address didn't require changing) On Mon, 11 Oct 1999 12:49:17 +0100, you wrote:

>Hi,
>I would like to change a tablespace for created index. ALTER INDEX do not
>change the tablespace. DROP INDEX and CREATE INDEX is too complex.
>Does anybody know another solution of my problem ?
>
>LEU
>
>

alter index index_name rebuild TABLESPACE tablespace_name (and other storage characteristics)

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Mon Oct 11 1999 - 09:12:43 CDT

Original text of this message

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