Hi every one!
I know that to start isql*plus in a browser, you are supposed to type something like:
http://localhost:<port_number>/isqlplus
Problem is, how do you determine the localhost and port number?
Second, how can i use Enterprise manager to create reports about my tables in the Oracle database?
Thanx.
Software/Hardware used:
ASKED:
September 27, 2004 6:48 PM
UPDATED:
September 29, 2004 7:30 AM
Hi
The localhost value is the IP of the machine your iSQL*Plus web server is running on. You can find out which port it is running on (7777 by default) from the $ORACLE_HOME/Apache/Apache/conf/httpd.conf file on the line starting “Port”.
HTH
Greg Murphy