Advertisement

09.21.2007 at 11:33AM PDT, ID: 22844932
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

ORA-12170: TNS:Connect timeout occurred, TNS-12535: TNS:operation timed out

Tags: out, timed, timeout
Hi!

I have two hosts running on "Windows Server 2003". One is the PCO199, where the Oracle Application Server (OAS) & the Oracle Identity Manager (OIM), both 10g Release 2, are running. Both have two instances: one for a development environment, the other for a test environment. So, on PCO199, there are four (4) ORACLE_HOME directories.

On a second host running on the same OS, called PCO206, there are currently three databases running. 'Elba' & 'ElbaTst' constitute the test databases; the former has the old data status. I imported to ElbaTst the newest application data (from a DMP file). The third database (server instance also) is called ElbaDev & is the database for the development environment. (Elba will be removed soon so that ElbaTst is the test database).

On both machines, I can open the SQL*Plus & access the databases that are running there locally. That means that:
+ PCO199:
=========================================================================
SQL> CONNECT system/<pwd>@OraMDR
Connected.
SQL> CONNECT system/<pwd>@OrMDRdev
Connected.
_________________________________________________________________________


+ On PCO206:
=========================================================================
SQL> CONNECT system/<pwd>@Elba
Connected.
SQL> CONNECT system/<pwd>@ElbaDev
Connected.
SQL> CONNECT system/<pwd>@ElbaTst
Connected.
_________________________________________________________________________

But on both machines, I cannot access the databases that are running on the other host:
- PCO199:
=========================================================================
SQL> CONNECT system/<pwd>@Elba
ERROR:
ORA-12170: TNS:Connect timeout occurred


Warning: You are no longer connected to ORACLE.
SQL> CONNECT system/<pwd>@ElbaDev
ERROR:
ORA-12170: TNS:Connect timeout occurred


Warning: You are no longer connected to ORACLE.
SQL> CONNECT system/<pwd>@ElbaTst
ERROR:
ORA-12170: TNS:Connect timeout occurred


Warning: You are no longer connected to ORACLE.
_________________________________________________________________________


- On PCO206:
=========================================================================

SQL> CONNECT system/<pwd>@OraMDR
ERROR:
ORA-12170: TNS:Connect timeout occurred


Warning: You are no longer connected to ORACLE.
SQL> CONNECT system/<pwd>@OrMDRdev
ERROR:
ORA-12170: TNS:Connect timeout occurred
_________________________________________________________________________

All this STUFFF run before I left for another project, but now it makes problems. :@@@

But I hope that you will give me the right hints so that the databases on both hosts can connect to each other again.

Here are some results:
+ PCO199:
=========================================================================
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\WINDOWS>tnsping OraMDR

TNS Ping Utility for 32-bit Windows: Version 10.1.0.4.2 - Production on 21-SEP-2
007 20:26:22

Copyright (c) 1997, 2003, Oracle.  All rights reserved.

Used parameter files:
C:\ProgramFiles\Oracle\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = pco199.i
nf.beko.local)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME
= OraMDR)))
OK (10 msec)
_________________________________________________________________________

- PCO199:
=========================================================================
C:\WINDOWS>tnsping Elba

TNS Ping Utility for 32-bit Windows: Version 10.1.0.4.2 - Production on 21-SEP-2
007 20:26:28

Copyright (c) 1997, 2003, Oracle.  All rights reserved.

Used parameter files:
C:\ProgramFiles\Oracle\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = pco206.i
nf.beko.local)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME
= Elba)))
TNS-12535: TNS:operation timed out

C:\WINDOWS>
_________________________________________________________________________

On the other machine:
+ PCO206:
=========================================================================
C:\Documents and Settings\LocAdm\My Documents>tnsping Elba

TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-SEP-2
007 20:29:54

Copyright (c) 1997, 2005, Oracle.  All rights reserved.

Used parameter files:
C:\ProgramFiles\oracle\product\10.2.0\db_3\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = pco206.i
nf.beko.local)(PORT = 1523)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME
= Elba)))
OK (50 msec)

C:\Documents and Settings\LocAdm\My Documents>
_________________________________________________________________________

- PCO206:
=========================================================================
C:\Documents and Settings\LocAdm\My Documents>tnsping OraMDR

TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-SEP-2
007 20:22:27

Copyright (c) 1997, 2005, Oracle.  All rights reserved.

Used parameter files:
C:\ProgramFiles\oracle\product\10.2.0\db_3\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = pco199.i
nf.beko.local)(PORT = 1523)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME
= OraMDR)))
TNS-12535: TNS:operation timed out

C:\Documents and Settings\LocAdm\My Documents>
_________________________________________________________________________

Start your free trial to view this solution
Question Stats
Zone: Database
Question Asked By: sae1962at
Solution Provided By: sae1962at
Participating Experts: 1
Solution Grade: B
Views: 285
Translate:
Loading Advertisement...
09.21.2007 at 11:37AM PDT, ID: 19937986

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.22.2007 at 03:35AM PDT, ID: 19941123

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.24.2007 at 09:02AM PDT, ID: 19949330

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.25.2007 at 08:59AM PDT, ID: 19956777

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.27.2007 at 10:03AM PDT, ID: 19972885

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
09.27.2007 at 04:38PM PDT, ID: 19975547

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
10.01.2007 at 05:27AM PDT, ID: 19990191

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_2_20070628