Advertisement

06.28.2008 at 07:27AM PDT, ID: 23523923
[x]
Attachment Details

Oracle RAC connectivity problems.  Works on either IP but not on both

Asked by dknispel in Oracle Database, Oracle IAS Application Server, Oracle 10.x

Tags: Oracle, Database, 10g, Connectivity issues

I'm having problems connecting from my Oracle Application server into my Oracle 10g RAC database.

It works when I use the TNSNAMES definition of either:
QA.WORLD = (DESCRIPTION = (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ###.###.125.147)(PORT = 1521)))
    (CONNECT_DATA = (SERVICE_NAME=qa.world)(sid = QA.world)))
or
QA.WORLD = (DESCRIPTION = (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ###.###.125.148)(PORT = 1521)))
    (CONNECT_DATA = (SERVICE_NAME=qa.world)(sid = QA.world)))

It only works half of the time when I use the following entry.  I get an "ORA-12170:TNS:Connect Timeout Occurred" error.

QA.world =
  (DESCRIPTION =
    (LOAD_BALANCE=on)
    (FAILOVER=on)
    (ADDRESS = (PROTOCOL = TCP)(HOST = ###.###.125.147)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ###.###.125.148)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = qa.world)
      (FAILOVER_MODE=
        (TYPE=select)
        (METHOD=basic))))

And a TNSPING works for all 3 different TNSNAMES entries without fail.

Any thoughts?Start Free Trial
[+][-]06.28.2008 at 04:17PM PDT, ID: 21892329

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.29.2008 at 10:19AM PDT, ID: 21894717

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.29.2008 at 12:23PM PDT, ID: 21895187

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.30.2008 at 02:50AM PDT, ID: 21897764

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.11.2008 at 01:46PM PDT, ID: 22208049

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle Database, Oracle IAS Application Server, Oracle 10.x
Tags: Oracle, Database, 10g, Connectivity issues
Sign Up Now!
Solution Provided By: dknispel
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628