Java Wrapper Procedure Fails to execute
I have migrated my database from Oracle 9.2 to 11.2 and have SQLJ code that was successfully loaded into database using loadjava command. There is a Java Wrapper procedure that is supposed to call the SQLJ code, which all works fine in the old database, but nothing happens in the new database. I read through knowledge base reading article, Calling Unix Shell Scripts From a Java Stored Procedure [ID 244733.1]I followed the instructions and created a sample class to call unix shell script. When I execute the wrapper procedure it says it was successful, but nothing is written to the log file specified. I have write permissions to the directory and I used full path. Since this sample does not work I have ruled out this being an issue with migration. The article mentioned needing
0