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的主要内容,如果未能解决你的问题,请参考以下文章

mysql中的case when then 的用法

mysql 根据年份查出12个月的 统计数

mysql 根据年份查出12个月的 统计数

MYSQL中case when then else end 用法

case when then[转]

數據庫 查詢