dbms_java.grant_permission
sky123Aug 20 2009 — edited Aug 24 2009Hi,
It is difficult to make the following working in Windows. Any suggestion? I could see one folder but not the others. How do I specify path in Microsoft Windows specifically?
Thanks.
Andy
<pre>
begin
dbms_java.grant_permission(
'XXX_MGR',
'java.io.FilePermission',
'f:\xxx_jobs\uploads\images\birth',
'read,write');
end;
/
</pre>