Database - RAC/Scalability (MOSC)

MOSC Banner

ORA-25408

edited Jan 31, 2014 5:12AM in Database - RAC/Scalability (MOSC) 5 commentsAnswered ✓
THis is two node RAC 11gr2, with scan configured. Some web spplication users get ORA-25408 errors often recently.

But client (.net on ms windows server) tnsnames.ora still not chnaged to using scan.

prod.world =
(DESCRIPTION=
 (FAILOVER=ON)
 (LOAD_BALANCE=ON)
 (ADDRESS=
   (PROTOCOL=TCP) 

   (HOST=<ip address 1>)
   (PORT=1521))
 (ADDRESS=
   (PROTOCOL=TCP)
   (HOST==<ip address 2>)
)
   (PORT=1521))
 (CONNECT_DATA=
      (SERVICE_NAME=prod.world)
      (failover_mode=
          (type=session)
          (method=basic)
      )
  )
)

I just found that it uses ip address instead of host name.

Does any one have any suggestion?

Thank you!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center