i sql [message #17004] |
Tue, 21 December 2004 04:02 |
SAKIL
Messages: 6 Registered: February 2004
|
Junior Member |
|
|
hi everyone
im running oracle 9i release2. can anyone tell me how can i configure/run isql plus on windows 2000 professional.
regards
sakil
|
|
|
Re: i sql [message #17015 is a reply to message #17004] |
Tue, 21 December 2004 19:26 |
khalid
Messages: 24 Registered: September 1999
|
Junior Member |
|
|
It is quite easy. when you install Oracle 9i the Apache server gets installed by default. You can go to
c:oracleora92ApacheApache ( assuming that ORACLE_HOME is c:oracle , the location might be different in your computer).there is this file called ports.ini in the above mentioned folder which has an entry like 's_apachePort = 7778' the number that is mentioned ( for my case it is 7778 ) is the port at which Apache server is running. so to run isqlplus on my computer the url would be
http://localhost:7778/isqlplus
make appropriate changes depending on your configuration but i think the above should work.
before doing all this ensure that OracleOraHome92HTTPServer service is running on the computer. you can check that by going to
control panel -> administrative tools -> services
if it's not running then right click on it and select start.
|
|
|