I have created a PL/SQL a Java Source, and privileges have been granted.
The PL/SQL procedure is executing and no error is coming up.
Within the JavaSource there is the following unix command:
ls -al > /orion/list/list.txt
the file List.txt is not being created within the directory.
How would i know the problem if no errors are coming up?
Could this be a problem of rights being given to oracle from unix.
Oracle is on unix sun solaris
I concur with Stephen ODonnell.
I have implemented the exact same Java functionality (creating a file containing a directory listing) recently.
I needed to grant the following:
Hope this helps.
Ollie.