unable to find rac connection information [message #425942] |
Tue, 13 October 2009 05:23  |
vesile_taskiran
Messages: 66 Registered: August 2008 Location: Turkey
|
Member |
|
|
We moved our database to RAC system. And we have two entries on our TNSFile . I can connect to the database using toad create procedures etc. but When I try to run a procedure it gives me
Error: unable to find rac connection information
What could be the reason of that error?
Thanks in advance...
TNS:
RAC_3G=
(DESCRIPTION=
(LOAD_BALANCE=yes)
(SOURCE_ROUTE=yes)
(ADDRESS_LIST=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=A.B.C.D)
(PORT=1521)
)
(ADDRESS=
(PROTOCOL=TCP)
(HOST=A.B.C.E)
(PORT=1521)
)
)
(CONNECT_DATA=
(SERVICE_NAME=NIDB)
)
)
|
|
|
|