Hi, In my project I am using Alfresco with ORACLE RAC and Weblogic application server. I would like to know how can we confiure Alfresco for ORACLE RAC? Can I specify: db.url=jdbcracle:thin: @(DESCRIPTION=(LOAD_BALANCE=on) (ADDRESS=(PROTOCOL=TCP)(HOST=clusnode-1vip)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=clusnode-2vip)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=ERP)))
Please let me know if this is the right way to configure ORACLE RAC for Alfresco.
Is there any way to configure datasources in Weblogic server and Alfresco connect to the database using JNDI of the datasources?
Does Alfresco/Weblogic like to maintain affinity to specific nodes with regards to RAC or can we define the generic service across on or multiple nodes as above ?