Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
=========
How to configure TIBCO BusinessEvents with Oracle 11g RAC using Active Passive setup.
Environment:
============
TIBCO BusinessEvents 4.0.2
All Operating Systems
Resolution:
==========
Below is an example of a RAC URL that has been used to successfully test Oracle RAC:
jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL =
TCP)(HOST = 10.97.48.73)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST =
10.97.48.74)(PORT = 1521)))(FAILOVER=on)(LOAD_BALANCE=yes)(CONNECT_DATA
=(SERVER=DEDICATED)(SERVICE_NAME =
orcl_taf)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC)(RETRIES=180)(DELAY=5
))))
Whether its active active or active passive, this is part of Oracle’s transport layer and hence transparent to BE. Where load balancing is enabled (so yes or true in that case), that is Active Active. Active-passive is where the secondary RAC node(s) are only accessed when the primary node fails, if that has been supplied.