查询该用户的表空间:select username,default_tablespace from dba_users where username=‘用户’;
修改表空间:alter tablespace 原表空间名 rename to 现表空间名;
查询该用户的表空间:select username,default_tablespace from dba_users where username=‘用户’;
修改表空间:alter tablespace 原表空间名 rename to 现表空间名;