Change the Windows server name and IP address.
683562Jul 22 2010 — edited Jul 22 2010In Oracle Database 10.2.0.2 on Windows 2003 server. I need change the Windows server name and IP address.
I think to change in LISTENER.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
*(ADDRESS = (PROTOCOL = TCP)(HOST = localhost )(PORT = 1521))*
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
)
then I change the connection string of client.
have to do other step ?, can have some problem ?
tx.