oracle查询表空间

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

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

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

posted @ 2017-02-21 17:12  zzdxw  阅读(125)  评论(0编辑  收藏  举报