Question

  Asked: Sep 27 2004   6:48 PM GMT
  Asked by: wanaug


Starting isql*plus


Database issues, Database Management Systems, Very Large Databases, Total size of the database, s, in use in organization

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.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



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
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Database and Storage.

Looking for relevant Database Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

GregMurphy  |   Sep 29 2004  7:30AM GMT

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