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: DBA Question!

Re: DBA Question!

From: Thomas Jork <tj_at_net-dept.de>
Date: Wed, 29 Sep 1999 10:46:46 +0200
Message-ID: <37F1D1F6.57EC5B2B@net-dept.de>


hi

my favorite query is:

SELECT d.name, status, enabled, bytes, create_bytes, t.name FROM v$datafile d, v$tablespace t
 WHERE t.ts# = d.ts#
;

thomas

Nandakumar wrote:

> Hi
>
> could anyone give the name of the table that links TABLESPACE NAME with
> DATAFILEs?
>
> i want to know the available DATAFILES and the TABLESPACES on each of
> them.
>
> WOuld appreciate any help!
> Thanks
> --
> Nandakumar
> (N.Kumar_at_rocketmail.com)
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Sep 29 1999 - 03:46:46 CDT

Original text of this message

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