Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to work with Unix files from stored procedure?
I think in Oracle 8 there is a host command available in the database.
If you are using an older version then you could use dbms_pipe in combined
with a deamon proces.
Joep Hendrix
DungDX_at_hotmail.com wrote in message <7hotbs$89r$1_at_nnrp1.deja.com>...
>I need to make a list of files (equivalent to statement 'DIR' in
>Windows) in a specified directory of a Unix server from a stored
>procedure and then delete some of the files listed. Does any one
>know how to do it? If possible, please include sample codes in the
>answer sent to me.
>Looking forward to receiving the answer.
>Thanks in advance.
>Xuan Dzung.
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue May 18 1999 - 07:03:42 CDT
![]() |
![]() |