select distinct tablespace_name from dba_tables where wner='EMS'
查看用戶所有表所屬表空間
select * from dba_users where USERNAME='EMS'
查看指定用戶
select * from dba_tables where TABLESPACE_NAME='TBS_FMS' and wner='EMS'
查看指定用戶表所屬在非默認表空間
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/11366721/viewspace-688341/,如需转载,请注明出处,否则将追究法律责任。