Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: QUestion: how to list all the tablespaces?
SQL> select tablespace_name from dba_tablespaces minus
2 Select distinct tablespace_name from dba_tables order by
tablespace_name;
TABLESPACE_NAME
jg
-- @home.com is bogus. Wondering why I get an extra blank row when I Select distinct tablespace_name from dba_tables order by tablespace_name;Received on Wed Dec 15 2004 - 17:47:38 CST