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: FILE I/O other than UTL_FILE package in PL/SQL

Re: FILE I/O other than UTL_FILE package in PL/SQL

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 19 Dec 2001 16:34:31 -0800
Message-ID: <9vrbmn01e7b@drn.newsguy.com>


In article <57e4ce6e.0112191237.be003be_at_posting.google.com>, asg2037_at_hotmail.com says...
>
>Is there any other way to read system files through pl/sql other than
>using the UTL_FILE package fopen and get_line function?

bfiles with the DBMS_LOB package to read...

Java stored procedures...

External procedures written in C....

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Wed Dec 19 2001 - 18:34:31 CST

Original text of this message

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