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: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Thu, 20 Dec 2001 01:23:03 GMT
Message-ID: <X3bU7.1394$Cx2.485165@news1.news.adelphia.net>


If by 'system' you mean a server, see Thomas' reply. If you mean the user's PC then check out TEXT_IO, it is almost exactly like UTL_FILE (the syntax for open is different, don't need two params to tell where to gete the file).

"Abe" <asg2037_at_hotmail.com> wrote in message news:57e4ce6e.0112191237.be003be_at_posting.google.com...
> Is there any other way to read system files through pl/sql other than
> using the UTL_FILE package fopen and get_line function?
Received on Wed Dec 19 2001 - 19:23:03 CST

Original text of this message

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