Grants for loadjava [message #616178] |
Fri, 13 June 2014 01:37 |
 |
interferenz
Messages: 1 Registered: June 2014 Location: Germany
|
Junior Member |
|
|
Hello !
I have tried to import the classes of Apachee PDFBox into Oracle11.
With the loadjava command and user sys this works as espected.
1. loadjava pdfbox-app-1.8.2.jar -recursivejars -verbose
2. loadjava pdfbox-app-1.8.2.jar -recursivejars -verbose -resolveonly
However If I try to import the classes into another schema user, some classes are not resolved and stays invalid with ora-29534.
So what kind of grants are necessary to import all classes?
I have tried so far without success:
grant JAVA_ADMIN to SCOTT
grant JAVASYSPRIV to SCOTT
grant JAVADEBUGPRIV to SCOTT
grant SYSDBA to SCOTT
Thanks in advance
Volker
|
|
|