Skip to Main Content

Oracle Database Discussions

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!

grant read and write to

ANNECNov 30 2018 — edited Dec 20 2018

I see we have some existing code after create directories for external tables, then it followed by :

grant read on directory mydir to dba;

Grant write on directory mydir to dba;

What does this mean? I thought dba should have privilige for every read and write in database, correct?

Thanks

This post has been answered by Gaz in Oz on Nov 30 2018
Jump to Answer
Comments
Post Details
Added on Nov 30 2018
16 comments
13,150 views