5 pts.
 Starting isql*plus
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

Answer Wiki:
I can suggest that many people find answers (for free) by using the forums available via OTN. There is a forum specifically for iSQL*Plus available here: http://forums.oracle.com/forums/forum.jsp?forum=144
Last Wiki Answer Submitted:  September 27, 2004  8:10 pm  by  MadMaxB   0 pts.
All Answer Wiki Contributors:  MadMaxB   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 0 pts.