Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Get Directory Listing from PL/SQL

Re: Get Directory Listing from PL/SQL

From: John Russell <johnrussell10_at_home.com>
Date: Sat, 21 Apr 2001 21:32:23 GMT
Message-ID: <qtu3etk8mqefldg55qdshfgrgnknia49m9@4ax.com>

On Fri, 20 Apr 2001 15:07:17 GMT, cory-p_at_usa.net (Cory Phillips) wrote:

>Anyone know how I can get a directory listing from PL/SQL in Oracle
>8i?
>
>Cory Phillips

I believe you would have to call out to an external procedure written in most likely C. Alternatively, if you could arrange for the directory listing to already be available in a file (via cron job or similar), you could read it via the UTL_FILE package.

John

--
Got an Oracle database question?
Try the search engine for the database docs at:
http://tahiti.oracle.com/
Received on Sat Apr 21 2001 - 16:32:23 CDT

Original text of this message

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