| DBMS_EPG virtual path settings [message #342960] |
Mon, 25 August 2008 11:42 |
rkaula
Messages: 21 Registered: December 2005
|
Junior Member |
|
|
I am trying to configure the Oracle 11g embedded HTTP server through the DBMS_EPG package. The create_dad and map_dad procedure map a DAD to a specified virtual path. However, how does this virtual path relate to the physical folder on the machine? In other words, if one want to store image files for access through the virtual path, where does one store these files on the machine. For example,
begin
dbms_epg.map_dad('classpsp','/mypath/*');
end;
Now how does /mypath/ relate to the physical folder on the hard drive.
Thanks.
Rajeev.
|
|
|
|