oracle-databaseoracle10g

ORACLE 10g: How to get all directories


I am looking to find all oracle directories which exist in database. The database version is Oracle 10g.

The command select * from all_directories; returns only a couple of them. Can this be permission related?


Solution

  • Try running it asa user with DBA privileges.