Can U execute UNIX command from PLSQL procedure
example I have procedure 'test'
SQL > exec test('ls') --> I passed ls as a argument

How to implement ?
Sanjay