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