Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error when call java method from oracle database

mohamed breashaJun 27 2021 — edited Jun 27 2021

dears
I am trying to call java method from oracle database 19c
I got this error
ORA-29532: Java call terminated by uncaught Java exception: java.security.AccessControlException: the Permission ("javax.net.ssl.SSLPermission" "setHostnameVerifier") has not been granted to EINV. The PL/SQL to grant this is dbms_java.grant_permission( 'EINV', 'SYS:javax.net.ssl.SSLPermission', 'setHostnameVerifier', '' )
i am sure i set the grant and do commit
any ideas ,,,,,,,,,,,,,,,
regards
1.jpg

Comments

2631790

Can anyone, please look into this. am need of this information.

1 - 1

Post Details

Added on Jun 27 2021
1 comment
550 views