Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change the Windows server name and IP address.

683562Jul 22 2010 — edited Jul 22 2010
In 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2010
Added on Jul 22 2010
7 comments
1,643 views