Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FIXED ORA-02180 when Creating a Temporary Tablespace

568775May 30 2007 — edited May 30 2007
I am using Oracle 9i on a Win 2003 machine.

I have just performed a recovery of all my datafiles and have successfully opened the database using ALTER DATABASE OPEN;

I have been using THIS as a guide and am now at the stage of creating a new temp tablespace and dropping the old one (step 8.).

I use the following SQL,
CREATE TEMPORARY TABLESPACE temp02 TEMPFILE 'c:\oracle\oradata\bcs\temp02.dbf' SIZE 100mb AUTOEXTEND OFF EXTENT MANAGEMENT LOCAL;
However it returns the following error:
ERROR at line 1:
ORA-02180: invalid option for CREATE TABLESPACE


Having googled the error it just says to make sure I am specifying a vaild option such as a datafile. I thought that is what I am doing!?

Could anyone please point out where I am going wrong and suggest a solution. It would be greatly appreciated.

Regards
Toby

Message was edited by:
redeye
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2007
Added on May 30 2007
2 comments
1,884 views