oracle查询表空间

select username,default_tablespace from dba_users  where username='用户名';

比如我的名为SCOTT那么查询的表空间sql为:

select username,default_tablespace from dba_users  where username='SCOTT';

原文地址:https://www.cnblogs.com/cyz110/p/6425095.html