Very short:
Compiled Java Code in Oracle-DB and created a pl/sql-function to call java.
Calling the function from sql-developer or from sqlplus works fine. But running from APEX is coming much error-stack from java:
faultString: java.security.ProviderException: nextBytes() failed
Here is my environment:
Oracle 11.2.0.4 on SuseLinux 11, first APEX 5.0.4, now 5.1 (same error)
The task for java is:
- get a sql-resultset from oracle
- form it as xml
- throw it to a web-interface
On the windows-7-client shall open excel. The xml-content should be filled into excel-sheet.
Why is it running fine from sql-developer, but not from apex?
If you need more information, so please request it from me.
Thanks
Thilo
Nachricht geƤndert durch user13708789
Changed Headline from
faultString: java.security.ProviderException: nextBytes() failed
to
Calling stored Java from sql-developer works fine, but not from apex 5.1