PDA

View Full Version : IP Address Change of 9iAS machine


ruchir
Sep 21, 2005, 10:46 PM
We have changes IP address of our machine where Oracle 9iAS version 1 is installed with Apache Webserver. After the change, the AS has stopped connecting to the database. Can we do something without reinstalling the AS.

ScottGem
Sep 22, 2005, 05:27 AM
You need to look at your connection strings. They are probably specifying an IP instead of a servert name.

tikitime
Mar 27, 2007, 07:53 PM
We have changes IP address of our machine where Oracle 9iAS version 1 is installed with Apache Webserver. After the change, the AS has stopped connecting to the database. Can we do something without reinstalling the AS.


Try:
$ORACLE_HOME/dcm/bin/dcmctl resetHostInformation -v -d
Then check the file $ORACLE_HOME/opmn/conf/ons.conf
Where you should see the new IP number instead of the old one.


Hth