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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to select tables existing in a TABLESPACE ??

Re: How to select tables existing in a TABLESPACE ??

From: MarkyG <markg_at_mymail.tm>
Date: 13 Feb 2002 06:04:39 -0800
Message-ID: <ab87195e.0202130604.681a6683@posting.google.com>


select table_name, tablespace_name
 from dba_tables

Viola!

M

"Aditya" <aditya_singh_at_pspl.co.in> wrote in message news:<a4d9kq$1ehagl$1_at_ID-131177.news.dfncis.de>...
> Hi,
> How do I know which all tables exists in a particular tablespace? Is there
> some way of doing this ?
> I am not know who created these tables and in which tablespace they were
> put.
>
> thanks,
> -Kasp.
Received on Wed Feb 13 2002 - 08:04:39 CST

Original text of this message

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