Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Simple question about tablespaces.

Re: Simple question about tablespaces.

From: david_g <david_l_gouldNOdaSPAM_at_yahoo.com.invalid>
Date: Mon, 17 Jan 2000 06:21:04 -0800
Message-ID: <0627bd8c.88f59257@usw-ex0106-048.remarq.com>


Select table_name from dba_tables where tablespace_name = 'yourtspace';

also remember that Indexes are also stored in tablespaces:

Select index_name from dba_indexes where tablespace_name = 'yourtspace';

Regards,

David.

Received on Mon Jan 17 2000 - 08:21:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US