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: Abe <asg2037_at_hotmail.com>
Date: 20 Dec 2001 07:05:48 -0800
Message-ID: <57e4ce6e.0112200705.6e59fe0@posting.google.com>


"Scott Mattes" <ScottMattes_at_yahoo.com> wrote in message news:<X3bU7.1394$Cx2.485165_at_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).

When trying to declare a file handle using TEXT_IO.FILE_TYPE I'm getting an error:

  flhndl TEXT_IO.FILE_TYPE;

         *
ERROR at line 2:

ORA-06550: line 2, column 10:
PLS-00201: identifier 'TEXT_IO.FILE_TYPE' must be declared
ORA-06550: line 2, column 10:

PL/SQL: Item ignored

I'm running the script in sqlplus. Received on Thu Dec 20 2001 - 09:05:48 CST

Original text of this message

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