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 tell which datafile a table is in.

Re: How to tell which datafile a table is in.

From: Daniel Kim <danielk_at_interchange.ubc.ca>
Date: Fri, 26 Feb 1999 17:35:29 -0800
Message-ID: <36D74BE1.EE3685C@interchange.ubc.ca>


i think you'd have to use a command similar to select file_name

      from dba_datafile
    where tablespace_name = ( name of the table space your table is in )

i did this before a long time ago but i know this is what i did to find out hope this helps
daniel Kim

tim.mcconechy_at_runtime.dk wrote:

> How can I tell which datafile a table is created into...
>
> Can i control this.
> I hvae windows NT
> but would like to know the answer for UNIX too.
>
> I thought it was v$sqlare but can't seem to extract the datafile name...
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Fri Feb 26 1999 - 19:35:29 CST

Original text of this message

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