Skip to Main Content

Database Software

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!

ORA-12918: Invalid tablespace type for default permanent tablespace

Tony007Feb 19 2017 — edited Feb 20 2017

hi am in 12c how can i solve this i did this

SQL>  CREATE TEMPORARY TABLESPACE LOGTMP

  2    TEMPFILE 'C:\APP\ORADATA\MCOR\PDBORCL\LOGTMP.dbf' SIZE 5M

  3    AUTOEXTEND ON NEXT 1M;

Tablespace created.

SQL> commit;

Commit complete.

SQL> ALTER PLUGGABLE DATABASE DEFAULT TEMPORARY TABLESPACE LOGTMP;

Pluggable database altered.

SQL>  ALTER PLUGGABLE DATABASE DEFAULT TABLESPACE LOGTMP;

ALTER PLUGGABLE DATABASE DEFAULT TABLESPACE LOGTMP

*

ERROR at line 1:

ORA-12918: Invalid tablespace type for default permanent tablespace

SQL> DROP TABLESPACE LOGTMP INCLUDING CONTENTS AND DATAFILES;

DROP TABLESPACE LOGTMP INCLUDING CONTENTS AND DATAFILES

*

ERROR at line 1:

ORA-12906: cannot drop default temporary tablespace

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2017
Added on Feb 19 2017
3 comments
2,102 views