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: Renaming a Tablespace in 8i & 9i

Re: Renaming a Tablespace in 8i & 9i

From: Sandra Becker <sbecker6925_at_gmail.com>
Date: Wed, 29 Aug 2007 08:37:48 -0600
Message-ID: <3c5f7820708290737l1225cafdr707875cd8ecd6c14@mail.gmail.com>


Everyone is assuming that you have Enterprise Edition. If you have Standard or Standard One, you cannot rebuild your indexes online or in parallel. These features are not available in those editions.

Sandy

On 8/27/07, Godwin vincent <godwin.ror_at_gmail.com> wrote:
>
> Hi all,
> I am working on renaming a tablespace. I am working on Oracle
> versions 8i & 9i (HP-UX) and would like to request your help in this
> regard. I have an idea as what process needs to be followed,
>
> 1. Create new tablespace
> 2. Move all objects in the old tablespace to the new tablespace
> 3. Drop the old tablespace.
>
> The main step here is implementing the 2nd process, that is moving
> objects. I have tables, indexes, and other objects stored in the same
> tablepsace (USERS). Suppose, I want to rename the USERS tablespace to
> PERSONAL. How can i move all the objects (tables, indexes, views,
> materialized views, packages, procedures, etc) from the old tablespace to
> new tablespace? For tables, we can issue "Alter table <table_name> move
> tablespace <tablespace_name>" but how can i move all other objects like
> indexes, views, etc.., which reside in this tablespace?
>
> Any information will be of great help.
>
> Thank you,
> Godwin.
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 29 2007 - 09:37:48 CDT

Original text of this message

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