Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> rac & client connection
hi all,
i have 3 nodes of 9204 RAC under rhel 2.1
SQL> host lsnrctl status
LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 19-FEB-2007 10:53:44
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1pub)(PORT=1521)))
STATUS of the LISTENER
Instance "racdb1", status READY, has 2 handler(s) for this service... Instance "racdb2", status READY, has 1 handler(s) for this service... Instance "racdb3", status READY, has 1 handler(s) for this service...Service "racdb1" has 1 instance(s).
Instance "racdb1", status READY, has 1 handler(s) for this service... Instance "racdb2", status READY, has 1 handler(s) for this service... Instance "racdb3", status READY, has 1 handler(s) for this service...The command completed successfully
tnsnames.ora on client
RACDB =
(DESCRIPTION =
(ADDRESS_LIST =
(LOAD_BALANCE = yes)
(FAILOVER = yes)
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1pub)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac2pub)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = rac3pub)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = racdb)
)
)
the problem is:
when connect through sqlplus on client (windows), i got error randomly, and can connect randomly too.
please help, which configuration I was missed?
regards
ujang
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Feb 18 2007 - 23:15:12 CST
![]() |
![]() |