Skip to Main Content

APEX

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!

dbms_java.grant_permission

sky123Aug 20 2009 — edited Aug 24 2009
Hi,

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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2009
Added on Aug 20 2009
20 comments
5,458 views