I have difficulty in configuring isqlplus on linux I tried the following
1) cd $ORACLE_HOME/Appache/Appache/bin
2) ./apachectl configtest
> OK .... (This worked fine)
3) ./apachectl start
> started .... (httpd seems to have started)
but when i try the following from my client IE web browser
http://192.168.1.1:7777/isqlplus I get page not found
I checked the above port in httpd.conf file ..Apache/Appache/conf file .. and it has the command
port 77777
but when I try netstat -a port 7777 does not seem to be active , also isqlplus does not seem to be present in the document root of the web server.
I did not configure my client to the proxy setting as mentioned in the configuration document, as I am on a private network and my database server is within . ... OR I need to do it ? ..
have i missed something ? Please help ... I am on ORACLE 9i