ORA-00959: tablespace 'PSAPTEMP' does not exist

Posted 一生的力量

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-00959: tablespace 'PSAPTEMP' does not exist相关的知识,希望对你有一定的参考价值。

错误 : ORA-00959: tablespace ‘PSAPTEMP‘ does not exist

 

 

 

解决办法:

 


CREATE TEMPORARY TABLESPACE PSAPTEMP  TEMPFILE ‘E:/Oracle/ORC/sapdata3/temp_1/temp.data1‘ SIZE 500M REUSE AUTOEXTEND ON  NEXT 100M MAXSIZE unlimited EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M;


ALTER DATABASE DEFAULT TEMPORARY TABLESPACE PSAPTEMP;

以上是关于ORA-00959: tablespace 'PSAPTEMP' does not exist的主要内容,如果未能解决你的问题,请参考以下文章

How manager undo tablespace

Oracle tablespace 表空间创建和管理

ORA-01950: no privileges on tablespace

ORA-01950: no privileges on tablespace xxxx

oracle -- 表空间(tablespace)

postgres 9.6 显示 default_tablespace