What steps do I need to take to change an IP address for Oracle 10g? I cannot connect to the database after going from a dhcp address to a static IP and a reboot.
|
|
|||||
|
|
|
More info please. Do you mean that you have changed the ip address of the host that the database is on and now you have to connect to it from a different macine, or are you having trouble starting the database after the ip change? ... and what error message do you receive? |
|||
|
|
|
|
If the server's IP address changed, these are the first things I would look at: The TNSNAMES.ORA file on the client -- does it have the IP address hardcoded? If so, change it. Does it use the machine name? If so, does the machine name resolve to the correct IP address on your client machine? The LISTENER.ORA file on the server -- does it explicitly specify the old IP address as its listening address? |
||
|
|
|
|
Most obvious files to check are: $ORACLE_HOME/network/admin/tnsnames.ora $ORACLE_HOME/network/admin/listener.ora Other than that we'd need more info...
Update after comment Please can you post...
|
|||
|
