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: Tables within a Tablespace

Re: Tables within a Tablespace

From: Kathinka Diehl <kathinka_at_rrr.de>
Date: Tue, 23 Nov 1999 10:22:11 +0100
Message-ID: <81dmlu$1mp1j$1@fu-berlin.de>

Silvester Pereira <sp_at_labyrinth.net.au> schrieb:
>
> How do you get a listing of
> a. all tablespaces within a Db?

SELECT * FROM dba_tablespaces;

> b. all tables within a particular tablespace?

SELECT * FROM dba_tables WHERE tablespace_name = 'TABLESPACE-NAME'

HTH, Kathinka Received on Tue Nov 23 1999 - 03:22:11 CST

Original text of this message

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