oracle 9.2.0 server to clinet connect problem [message #155670] |
Tue, 17 January 2006 19:28 |
gjayasekar
Messages: 45 Registered: October 2005
|
Member |
|
|
Hi,
I installed the Oracle 9.2.0 server on my Windows XP and client in Windows 2000 Professional
After installed i am getting the error while connecting server and client
ORA-12535: TNS:operation timed out
IN INIT.ORA FILE IT SHOWS LIKE THIS
SERVICE_NAME=global
db_name=global
Server tnsnames.ora file
GLOBAL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = globe)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = global)
(SERVER = DEDICATED)
)
)
Client tnsnames.ora file
GLOBAL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = globe)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = global)
)
)
Help me to solve this problem
Regards and Thanks
Jai
|
|
|
Re: oracle 9.2.0 server to clinet connect problem [message #155675 is a reply to message #155670] |
Tue, 17 January 2006 23:18 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
Its a common error. Check your network or by any chance Firewall is enabled on the server???
Are you able to ping the server from the client machine??
Search the board with the error you got and you will get lots of discussions regarding this.
|
|
|