Login to UNIX from Oracle stored procedure [message #353771] |
Wed, 15 October 2008 01:25 |
amalesh2008
Messages: 7 Registered: September 2008 Location: New York
|
Junior Member |
|
|
Hi,
Can anyone help me in the following problem?
I have created a file in a UNIX box using the UTL_FILE package using a PL/SQL procedure. Now from that same procedure I need to login to the UNIX box and run some UNIX commands there like "compress" or "mkdir" etc.?
How do I login to the UNIX box from Oracle stored procedure and execute UNIX commands?
My Oracle version is Oracle 8i.
Thanks
|
|
|
|
|
|
|