Re: grant create any directory to schema

  • From: Sayan Malakshinov <xt.and.r@xxxxxxxxx>
  • To: emjay.mody@xxxxxxxxx
  • Date: Tue, 22 Dec 2015 03:47:24 +0300

I think that one of the most convenient and secure ways is to use java
stored procedures with grants given through:
dbms_java.grant_permission( <USER>, 'SYS:java.io.FilePermission',
'/home/*', 'read,write' );


--
Best regards,
Sayan Malakshinov
http://orasql.org

Other related posts: