Oracle RAC and GridLink Vs Generic Datasources
Hi
I tested my datasources connected with Generic Datasources to Oracle RAC and my customise all tests passed.
But same when I make GridLink Datasources connected to same Oracle RAc 1 of my tests fails.
I have two config/jdbc directoriesd one with Generic datasources and other with GridLink datasources, I switch and I can see difference.
When Checked all the datasources different
it is only different like for all datasources
diff xxxGridLink-jdbc.xml ../jdbc_10_28_2014_Generic/xxxGeneric-jdbc.xml
< is Generic and > for GridLink.
15a16,18
> <initial-capacity>1</initial-capacity>
> <max-capacity>60</max-capacity>
> <capacity-increment>5</capacity-increment>
24,29d26
< <jdbc-oracle-params>
< <fan-enabled>false</fan-enabled>
< <ons-node-list></ons-node-list>
< <ons-wallet-file></ons-wallet-file>
< <active-gridlink>true</active-gridlink>