changed the machine IP address on which database reside? [message #123696] |
Tue, 14 June 2005 08:40 |
sunil_v_mishra
Messages: 506 Registered: March 2005
|
Senior Member |
|
|
hi,
Here is the issue ....
I change the machine IP address on which database reside ...
So now my user are not able to connect to the databse as they where using IP address in there coding as well as tnsnames.ora file.
I made change in listener.ora file on server and had assigned new IP address in that file.
as i connect directly on the database i can connect as DBA .....
But my client who are remotly present are not able to connect to the site ... they are getting this error as below
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
I told my users to make change in there tnsnames.ora file at client side ... i.e to change the IP address .... but still the same problem.
Note:-[1]My listener is strated
[2]Even i booted my machine on which datadase is present
[3]SID is not change...Only IP address of machine is changed.
thanks In advance for help
From :- Sunil
[Updated on: Tue, 14 June 2005 08:43] Report message to a moderator
|
|
|
Re: changed the machine IP address on which database reside? [message #124123 is a reply to message #123696] |
Thu, 16 June 2005 08:55 |
alexb29
Messages: 4 Registered: June 2005
|
Junior Member |
|
|
ORA-12505: TNS: LISTENER COULD NOT RESOLVE SID GIVEN IN CONNECT DESCRIPTOR ORA-1
PROBLEM:
connect / as sysdba
Each time it returns:
ORA-12505: TNS: listener could not resolve SID given in connect descriptor
SOLUTION:
adding a sting value to the registry
in the oracle home.
The string value I added was
USE_SHARED_SOCKET = TRUE
Note found on metalink
|
|
|
|
|