ORA-12170: TNS:CONNECT TIMEOUT OCCURED [message #462759] |
Sat, 26 June 2010 15:15 |
beginner88
Messages: 45 Registered: June 2010
|
Member |
|
|
hello
when i am trying to connect to Oracle Forms , Following error message is appearing .
SCOTT/TIGER@DBSERVER
ORA-12170: TNS:CONNECT TIMEOUT OCCURED
My firewall is turn off
This is my tnsnames File \
dbserver =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.3)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORCL)
)
)
Regards
|
|
|
|
|
Re: ORA-12170: TNS:CONNECT TIMEOUT OCCURED [message #462764 is a reply to message #462760] |
Sat, 26 June 2010 21:44 |
wilmor24
Messages: 1 Registered: June 2010
|
Junior Member |
|
|
Try to:
1/ ping the server
2/ tnsping the service
Regards
Michel
Right, first ping the server:
If you get a reply from the server, then tnsping the database:
If you still get ORA-12170 then I suggest you restart your listener service and try again.
Will
|
|
|
|
|
|
|
Re: ORA-12170: TNS:CONNECT TIMEOUT OCCURED [message #462796 is a reply to message #462781] |
Sun, 27 June 2010 09:11 |
|
Michel Cadot
Messages: 68731 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Michel Cadot wrote on Sun, 27 June 2010 11:10So your server is not reachable, it is not an Oracle problem, ask your systemp administrator if the server is up, check your network.
Regards
Michel
So do not use SQL*Net, connect directly.
I bet your firewall is blocking you.
Regards
Michel
[Updated on: Sun, 27 June 2010 09:11] Report message to a moderator
|
|
|
Re: ORA-12170: TNS:CONNECT TIMEOUT OCCURED [message #462807 is a reply to message #462759] |
Sun, 27 June 2010 14:45 |
beginner88
Messages: 45 Registered: June 2010
|
Member |
|
|
Thankyou soo much for the reply
BlackSwan wrote on Sun, 27 June 2010 09:09when was last time this worked?
what changed?
I am working on Windows Virtual machine . I renistall my windows 2 day ago , and install virtual machine again on newly installed windows Vista, using previous Virtual Machine Hard disk , on which oracle and windwos xp were already installed .
Michel Cadot wrote on Sun, 27 June 2010 11:10
I bet your firewall is blocking you.
Regards
Michel
[/quote]
I only stop Windows XP firewall ,but now after stopping Windows Vista Firewall as well its not giving me ORA-12170 Error message.
Now its giving me another error message
ORA-12541: TNS:no Listner
C:\Documents and Settings\Administrator>lsnrctl start listner
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 28-JUN-2010 00:30
:36
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.or
a
Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listner.log
TNS-01151: Missing listener name, listner, in LISTENER.ORA
Listener failed to start. See the error message(s) above...
This is my Listner File .
# listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = kirmani)(PORT = 1521))
)
)
Regards
|
|
|
|
|
|
|
|
Re: ORA-12170: TNS:CONNECT TIMEOUT OCCURED [message #462981 is a reply to message #462759] |
Tue, 29 June 2010 01:55 |
beginner88
Messages: 45 Registered: June 2010
|
Member |
|
|
gentlebabu wrote on Mon, 28 June 2010 12:34
What's your hostname?
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = kirmani)(PORT = 1521))
)
)
Babu
I am logging with Administrator user but in my Computer properties its showing me 'Kirmani' user .
BlackSwan wrote on Mon, 28 June 2010 12:37>I am working on Windows Virtual machine .
This is an unsupported configuration.
But 3 days before it was working fine for me .
Regards
|
|
|
|
|
|