server question. [message #55473] |
Mon, 27 January 2003 00:33 |
arizuddin
Messages: 11 Registered: February 2002
|
Junior Member |
|
|
we have our database installed on AIX o/s, our system administrator wants to change the ip address of the system, does it any way affects our database ? Like connection problems for the clients.
Please if any body can clear doubt for me, i will be thankful.
Thanks.
|
|
|
Re: server question. [message #55477 is a reply to message #55473] |
Mon, 27 January 2003 01:42 |
sekhar
Messages: 18 Registered: March 2000
|
Junior Member |
|
|
You may have to change the listener.ora file at server
and tnsnames.ora file on client side. modify host ip address in these files..
|
|
|
Re: server question. [message #55495 is a reply to message #55473] |
Mon, 27 January 2003 17:02 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
Usually only Net8 and Oracle IA config files are using the IP address (hostname) information. Changing them will get you back on track.
But it will not hurt if you check for some other locations:
$find / -exec grep "xxx.xxx.xxx.xxx" {} ; -print
and
$find / -exec grep "hostname" {} ; -print
where you modify the " " content with your values.
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|