when create a table,then show error ora-00952 tablespace tsb_1 not exist
Posted yjhsbn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了when create a table,then show error ora-00952 tablespace tsb_1 not exist相关的知识,希望对你有一定的参考价值。
QUESTION:When create a table,then show error ora-00952 tablespace tsb_1 not exist.
STEP:
1.select user table tablespace.
SELECT username,DEFAULT_TABLESPACE,temporary_tablespace FROM dba_users WHERE username=‘LJB‘;
2.select user owner tablespace.
SELECT * FROM User_Tablespaces;
3.alter user default tablespace.
ALTER USER ljb DEFAULT TABLESPACE USERS;
4.checking tablespace
SELECT username,DEFAULT_TABLESPACE,temporary_tablespace FROM dba_users WHERE username=‘LJB‘;
以上是关于when create a table,then show error ora-00952 tablespace tsb_1 not exist的主要内容,如果未能解决你的问题,请参考以下文章