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

How to get the complete utl_file_dir list

From: Andre <avanrossem_at_hotmail.com>
Date: 23 Jul 2004 06:03:46 -0700
Message-ID: <4d32d1be.0407230503.3bf0117b@posting.google.com>


Hello All,

With the command:

        CREATE DIRECTORY LOG_DIR as ‘c:\MyDirectory'; I have created several directories in my oracle 9.2 database

	CREATE DIRECTORY LOG_DIR1 as ‘c:\MyDirectory1';
	CREATE DIRECTORY LOG_DIR2 as ‘c:\MyDirectory2';
	CREATE DIRECTORY LOG_DIR3 as ‘c:\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.....

Thanks All,
Anneke
Te Netherlands Received on Fri Jul 23 2004 - 08:03:46 CDT

Original text of this message

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