Re: grant create any directory to schema
From: Sayan Malakshinov <xt.and.r_at_gmail.com>
Date: Tue, 22 Dec 2015 03:47:24 +0300
Message-ID: <CAOVevU6irOPjxEdSEHpYxKsTjyMnm9SBc2aj4JHv5WA3HqpG4Q_at_mail.gmail.com>
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' );
Date: Tue, 22 Dec 2015 03:47:24 +0300
Message-ID: <CAOVevU6irOPjxEdSEHpYxKsTjyMnm9SBc2aj4JHv5WA3HqpG4Q_at_mail.gmail.com>
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 -- http://www.freelists.org/webpage/oracle-lReceived on Tue Dec 22 2015 - 01:47:24 CET