Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to rename a tablespace ?
Daniel Morgan wrote:
> Luigi wrote:
>
>> Dear all, >> I'd like to know if it's possible to rename a tablespace with Oracle 9i. >> Thanks a lot >> Luigi
Hi Daniel,
On the contrary I'm afraid. It *shouldn't* be hard coded, but I know of at least two applications (written by the same company actually) which do hard code the tablespace names.
However, assuming you have a tablespace called FRED then this works in 8.0 (I havent tested it in later versions) :
CREATE SYNONYM BARNEY FOR FRED; Unfortunately, you cannot then CREATE TABLE ..... TABLESPACE BARNEY;
Shame :o)
Cheers,
Norman. (At home lurking :o)
-- Remove a certain other database to reply :o)Received on Sun Aug 24 2003 - 17:07:09 CDT
![]() |
![]() |