A reader, September 20, 2017 - 10:18 am UTC
Hi,
Yes,we have test_list table in our schema still its giving error.
Thanks,
September 20, 2017 - 2:35 pm UTC
So what exactly do you see when you run "show errors" after creating the procedure?
(Like I have "sho err" after)
A reader, September 20, 2017 - 3:07 pm UTC
Hi,
Using show errors command
it gives below error:
JAVA SOURCE compiled
Warning: execution completed with warning
Failed to resolve object details
Even we have given grant JAVASYSPRIV to user ,still we are getting error
September 21, 2017 - 2:50 am UTC
Show us the WHOLE thing, just like we did, in SQL Plus.
We dont have a magical crystal ball :-)
Error in your code
A reader, June 18, 2018 - 4:27 am UTC
Kindly check the following:
1) Have you given permission to java source program to read files ?
Exec dbms_java.grant_permission( 'ADAM','SYS:java.io.FilePermission','/tmp/xml_inbound', 'read');
2) Try if the table mentioned exists or not
Naidu, December 13, 2018 - 9:07 am UTC
For me also getting same error can you please help me out.
December 13, 2018 - 1:36 pm UTC
Doing what?
Reason of failure not in answer
Peter de Vaal, May 14, 2019 - 12:38 pm UTC
May 14, 2019 - 1:13 pm UTC
Well, that depends which version of Oracle Database the OP was using!
Thanks for sharing though - I wasn't aware of this.