Find Privileges on Directory in Oracle
Oracle has introduced the concept of DIRECTORY which is a type of object and introduced in Oracle version 8.0. DIRECTORY is a logical structure that presents a physical directory on the database server’s file system.
DIRECTORY can be used in DATAPUMP, PL/SQL block, UTL_FILE packages, etc In Oracle.
Below is the command to find privileges on DIRECTORY in Oracle. Click here for sample output.
SET LINES 333
COL GRANTEE FOR A15
COL DIRECTORY_NAME FOR A25
COL TYPE FOR A11
COL PRIVILEGE FOR A11
SELECT NAME,GRANTEE,TABLE_NAME "DIRECTORY_NAME",PRIVILEGE,TYPE FROM V$DATABASE, DBA_TAB_PRIVS
WHERE TABLE_NAME = 'MOMO_DIR_LAB' ORDER BY GRANTEE,PRIVILEGE;
prompt$$$$$$$**Welcome to DBsGuru!**Share Learn Grow**$$$$$$$
We always encourage the technical person to visit section SCRIPTS to get more daily usage SQL commands.
Hope so you like this script!
Please share your valuable feedback/comments/subscribe and follow us below and don’t forget to click on the bell icon to get the most recent update. Click here to know more about our pursuit.
Excellent article team dbsguru.
Suman sir grand salute to you and whole team for your work.
Please continue it.
I seriously wanted to join you in this work and wanted to learn and become part of your team.
Much Thanks Krishna for your valuable feedback! You are always welcome to join our team
Thanks.
Team DBsGuru.