Tuesday, January 31, 2012

OSB Datasources

sparse notes here....

oracle.jdbc.driver.OracleDriver vs. oracle.jdbc.OracleDriver

http://stackoverflow.com/questions/6202653/difference-between-oracle-jdbc-driver-classes

so oracle.jdbc.driver.OracleDriver is deprecated, uh?

http://docs.oracle.com/cd/E12840_01/wls/docs103/jdbc_drivers/oracle.html



Which Oracle DB version am I using?

SELECT version FROM v$instance;

I get 11.2.0.3.0

If you do "SELECT * FROM g$instance" in Oracle RAC you get the same view.

oracle.jdbc.xa.client.OracleXADataSource

wlsbjmsrpDataSource: In the Driver field, select a supported non-XA driver
http://docs.oracle.com/cd/E12840_01/common/docs103/confgwiz/howdoi.html


For Supported Configurations Matrix: http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
For OSB http://www.oracle.com/technetwork/middleware/ias/downloads/osb-11gr1certmatrix.xls

No comments: