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!

how to find directory physical path

592815Jan 16 2009 — edited Jan 16 2009
Hi Experts,
We can find directory name by below SQL
SELECT OBJECT_NAME, OBJECT_TYPE FROM ALL_OBJECTS
where OBJECT_TYPE ='DIRECTORY';

However, I do not know exactly physical path.
How can I get a physical path for a dieectory?

Thanks,
Jim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2009
Added on Jan 16 2009
2 comments
6,920 views