dbTalk Databases Forums  

utl_file

comp.databases.olap comp.databases.olap


Discuss utl_file in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pawan_test
 
Posts: n/a

Default utl_file - 06-19-2006 , 07:07 PM






Hi all,

i have a oracle procedure. it uses the Oracle supplied package UTL_FILE
to read and write files that are located on the server.

is there any other oracle supplied package available to read or writes
files. if there is not such package available then can anyone please
suggest me if there is any other alternate method available in oracle
to read and writes files on the server.

Thanks
pavi


Reply With Quote
  #2  
Old   
Marek TROFIMIUK
 
Posts: n/a

Default Re: utl_file - 06-23-2006 , 05:26 AM






pawan_test <sridhara007 (AT) gmail (DOT) com> wrote:
Quote:
Hi all,

i have a oracle procedure. it uses the Oracle supplied package UTL_FILE
to read and write files that are located on the server.

is there any other oracle supplied package available to read or writes
files. if there is not such package available then can anyone please
suggest me if there is any other alternate method available in oracle
to read and writes files on the server.
For reading files you can use external tables since ver 9i
if files are csv-like
http://www.oracle.com/technology/pro...ly/sept19.html

I don't know any simpler method for writing
files than utl_file. Note that writing is quite dangerous as the process
runs with oracle user privileges.

Rgds,
--
Marek Trofimiuk < mt20863 (at) sgh waw pl >
Primary key fingerprint: FA3C 14D8 020F FA0C 70AE 930C F63F F04B 2ADD 9DD7


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.