SQL> select tablespace_name
或者 select tablespace_name from user_tablespaces;
SQL> select tablespace_name
select a
( select tablespace_name
group by tablespace_name) a
( select tablespace_name
group by tablespace_name) b
where a
Select Segment_Name
SQL> spool out
SQL> select * from v$database;
SQL> spool off
From:http://tw.wingwit.com/Article/program/Oracle/201311/18763.html