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: Rename tablespace name.

Re: Rename tablespace name.

From: Dino Hsu <dino1_at_ms1.hinet.net>
Date: Sun, 05 Aug 2001 11:37:12 +0800
Message-ID: <qmfpmtk7f79m25uke9lkgbr3vu1m2c5ec5@4ax.com>

Dear Pete,

It's unbelievable you suggest to change the system table!!! Are you really sure this works? You must be an Oracle R&D or something.

Dino

On Sat, 4 Aug 2001 18:43:26 +0100, Pete Finnigan <pete_at_peterfinnigan.demon.co.uk> wrote:

>Hi
>
>the short answer is you cannot. Its on the wish list to add to oracle in
>the future.
>
>You can do it the hard way, export all of the data, drop the tablepsace,
>re-create with new name, then import.
>
>You can do it like already said.
>
>OR if you are brave and do without oracle's support you can do it the
>easy way.
>
>log in as SYS and rename the tablespace name in SYS.TS$ using an UPDATE
>statement. You need to ensure no users use the tablespace you want to
>rename as a default tablespace. If they do then update their default
>tablespaces firts and put back after you have finished.
>
>Oracle do not endorse you doing this tho.
>
>cheers
>
>Pete Finnigan
>www.pentest-limited.com
>
>In article <b2b9197f.0108031632.ba6573d_at_posting.google.com>, Ford
><get4ked_at_yahoo.com> writes
>>You can't rename a tablespace
>>Alter database rename file ..... for files in a tablespace
>>
>>"Jordan" <mj_at_nba.com> wrote in message news:<9ker8v$c184_at_imsp212.netvigator.com>
>>...
>>> Please tell me how can I rename tablespace name from 'USERS' to 'USERS01'
>>> and also its physical filename. THANKS.
  Received on Sat Aug 04 2001 - 22:37:12 CDT

Original text of this message

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