Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: anyone know how to change tablespace names?
you really don't want to do this by mucking in the data dictionary.
the only SUPPORTED way is to export, drop the tablespace, recreate it
with the correct name,grant the user (or users) quota on the new
tablespace while revoking quota on all others (so they are forced into
this one) and import. You could create the objects in the new
tablespace before the import, instead of removing the quota on the
other tablespaces.
--- "Magaliff, Bill" <Bill.Magaliff_at_lendware.com> wrote:
> is there a back-end way to effect an "alter tablespace rename to ..."
> type
> of thing?
>
> yes, I know Oracle doesn't support mucking with the data dictionary,
> but . .
> .
>
> thx
> -bill
>
> Bill Magaliff
> Framework, Inc.
> 914-631-2322
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Magaliff, Bill
> INET: Bill.Magaliff_at_lendware.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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rachel Carmichael INET: wisernet100_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 Apr 08 2002 - 10:43:55 CDT
![]() |
![]() |