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: Can PL/SQL Read Indexed Files?

Re: Can PL/SQL Read Indexed Files?

From: Ricardo Rocha <rrocha_at_usagate.net>
Date: 1997/03/15
Message-ID: <01bc3124$760edb00$6564c7d0@rrocha>#1/1

Through the UTL_FILE package, PL/SQL can read and write ascii text (that is, "sequential") files. However, no package exists to read binary files such as an indexed file.

A possible work-around: write a Pro* program that reads the files and communicates with PL/SQL via database pipes (DBMS_PIPE package) Received on Sat Mar 15 1997 - 00:00:00 CST

Original text of this message

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