|
Re: DAD Physical Location [message #77028 is a reply to message #77027] |
Tue, 06 July 2004 08:44 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
A DAD is a "Database Access Descriptor" it is just a name which has some database connection details associated with it (primarity database hostname/IP address, port and database SID/service name). The "pls" in the url of 9iAS or Apache server tells it that the service handler is mod_plsql and that it's an Oracle connection.
To just access a document, you set up an Alias in the httpd.conf file. Look under $ORACLE_HOME/Apache/Apache/conf/httpd.conf for 9iAS.
Something like this...
Alias /icons/ "/u01/oracle/product/9.0.2.inf/Apache/Apache/icons/"
then the url would be:
http://host:port/icons/abc.gif
|
|
|
|