Tuesday, December 26, 2017

PLSQL call Java ora_sqlerrm: ORA-29532: Java call terminated by uncaught Java exception: java.security.AccessControlException: the Permission


begin
dbms_java.grant_permission( 'username', 'SYS:java.io.FilePermission', '/home/abcd', 'read' );

end;

No comments:

Post a Comment

AWS how to delete VPC when it has error with Network interface , Gateway decencies

   how to delete VPC when it has error with Network interface , Gateway decencies  in AWS 1. Check if it is running on EC2 instance then Sto...