DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: RAC problem

  1. #1
    Join Date
    Jan 2004
    Location
    Bangalore, India
    Posts
    66

    RAC problem

    All,

    I upgraded Oracle to 10.1.0.5 from 10.1.0.4.
    The second instance does not seem to be accepting any connections.
    I login to server and run
    sql> select * from v$instance
    This returns the correct instance number, namely, 2 in this case.
    However, I login from a client (sql*plus/toad) using tnsnames.ora, which has an entry for the second node, and then query v$instance; it shows instance number 1 !
    This is really strange to say the least.
    Also, if I query gv$instance, I get two records, with correct details.
    CRS is running, nodeapps are running on both instances properly.

    I anyone can give a solution, I would be very grateful!

    Thanks in advance!
    Suhas

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    well the listener is obviously redirecting you to the first instance

  3. #3
    Join Date
    Jan 2004
    Location
    Bangalore, India
    Posts
    66
    Thanks for the early reply davey23uk!
    How do I rectify this issue ?

  4. #4
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    select * from GV$ACTIVE_INSTANCES
    I'm stmontgo and I approve of this message

  5. #5
    Join Date
    Jul 2002
    Location
    Northampton, England
    Posts
    612
    Quote Originally Posted by suhasd75
    Thanks for the early reply davey23uk!
    How do I rectify this issue ?
    Start lsnrctl on the second node and check the status of the listener you are using to connect. Can you see your service registered with the listener?
    Assistance is Futile...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width