SELECT * FROM DBA_DIRECTORIES; --gives all list of directory in database.
select * from DBMS_CLOUD.LIST_FILES('tmp'); --gives detail about files in tmp directory.
Can we find out directory name, path and other details related to files in oracle?
If yes, what is the query for that?