Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to list all db files
"wane" <nospam_at_intechs.net> wrote in message
news:c54jui$2oo6bt$1_at_ID-18576.news.uni-berlin.de...
> Hello,
> I am running Oracle 8.1.7.4 on AIX 5.2. I am using this query to get a
> list of all datafiles in the database. But after verification, it looks
> like some datafiles are not listed. What is the best approach? I am
> using raw partitions (logical volumes).
>
> select file_name from dba_data_files.
>
> Thanks.
>
dba_temp_files
v$log
v$controlfile
probably others Received on Thu Apr 08 2004 - 19:03:13 CDT