Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Simple question about tablespaces.
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.
![]() |
![]() |