Oracle Directory question... -
03-31-2006
, 06:04 AM
I create an Oracle directory object on Windoze with the following syntax:
CREATE DIRECTORY MY_DATA AS 'C:\Oracle\data\mydata';
Is there any way in PL/SQL to query that directory object to get at the
directory path string after it is in existence? |