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: How to get the complete utl_file_dir list

Re: How to get the complete utl_file_dir list

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Fri, 23 Jul 2004 14:46:35 +0100
Message-ID: <MPG.1b6b209daee36105989cb1@news.individual.net>


In article <4d32d1be.0407230503.3bf0117b_at_posting.google.com>, Andre says...
> Hello All,
>
> With the command:
> CREATE DIRECTORY LOG_DIR as =3Fc:\MyDirectory';
> I have created several directories in my oracle 9.2 database
> CREATE DIRECTORY LOG_DIR1 as =3Fc:\MyDirectory1';
> CREATE DIRECTORY LOG_DIR2 as =3Fc:\MyDirectory2';
> CREATE DIRECTORY LOG_DIR3 as =3Fc:\MyDirectory3';
>
> But is there a way to do a select so I can see all these mappings?
> When I execute select * from v$parameter where name = 'utl_file_dir';
> I only get one record, and no directory is there.....
>

SQL> select * from all_directories;

-- 

jeremy
Received on Fri Jul 23 2004 - 08:46:35 CDT

Original text of this message

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