Quote:
|
Originally Posted by ruchir 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