Ora- 12535: operation timed out error. [message #385610] |
Tue, 10 February 2009 04:33 |
ora_2007
Messages: 430 Registered: July 2007 Location: Mumbai
|
Senior Member |
|
|
I can access the database from server though putty but from client toad it gives
Ora- 12535: operation timed out error.
Please tell me cause of the problem?
orclrepl =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 62.146.88.125)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
C:\Documents and Settings\test>ping 62.146.88.125
Pinging 62.146.88.125 with 32 bytes of data:
Reply from 62.146.88.125: bytes=32 time=171ms TTL=47
Reply from 62.146.88.125: bytes=32 time=173ms TTL=47
Reply from 62.146.88.125: bytes=32 time=177ms TTL=47
Reply from 62.146.88.125: bytes=32 time=184ms TTL=47
Ping statistics for 62.146.88.125:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 171ms, Maximum = 184ms, Average = 176ms
C:\Documents and Settings\test>tnsping orclrepl
TNS Ping Utility for 32-bit Windows: Version 9.0.1.4.1 - Production on 10-FEB-20
09 15:53:43
Copyright (c) 1997 Oracle Corporation. All rights reserved.
Message 3511 not found; No message file for product=NETWORK, facility=TNSMessage
3512 not found; No message file for product=NETWORK, facility=TNSAttempting to
contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 62.146.88.125)(PORT =
1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
TNS-12535: Message 12535 not found; No message file for product=NETWORK, facilit
y=TNS
Thanks,
|
|
|
|
|
|