Java from Oracle Database
Hi,
I have developed a java code to invoke GPG. Java program will accept file name and other information as input.
I have compiled the java and loaded to orace using loadjava
function developed to invode the java method.
when executing I am getting below error.
the Permission (java.io.FilePermission <<ALL FILES>> execute) has not been granted to ETLWARE_LOG. The PL/SQL to grant this is dbms_java.grant_permission( 'ETLWARE_LOG', 'SYS:java.io.FilePermission', '<<ALL FILES>>', 'execute' )