connection problem [message #637759] |
Sun, 24 May 2015 00:13 |
|
amjad_alahdal
Messages: 102 Registered: October 2013 Location: Saudi Arabia
|
Senior Member |
|
|
Hi guys,
I am facing a connection problem between my Server and My Clint with Oracle Database 10 g and Oracle Developer 10g with Windows 8.
Here are what I have done so far.
I installed my database in a computer with windows 8.
As well, I installed Oracle Developer in the same computer to check my database and the connection.
The tnsnames as the following:
INST -
( DESCRIPTION =
( ADDRESS = (PROTOCOL = TCP )(HOST = INST)(PORT = 1521))
( CONNECT_DATA =
( SERVER = DEDICATED)
(SERVICE_NAME = INST)
)
)
Though, I made the IP of this computer a static IP 192.169.1.10
__________________________________________________________________
then, I made a small network that contains one server and one client all windows 8.
I installed Developer 10 g in the client. and did the same with the tnsnames.
It has this error when I try to connect :
ora-12170 connect timeout occurred toad
Where and what could be the problem?
|
|
|
|
|
|