Configuring database connections to support an Oracle 12c database
To run WebSphere Commerce utilities on a WebSphere Application Server that uses
Oracle 12c, you must configure system properties and database connection
properties.There are APAR fixes that contain the necessary property configurations and
methods that can be used to invoke the new configurations onto your system.
Before you begin
- To support Oracle 12c, ensure that Fix Pack 9 and the necessary APAR fixes are installed.
- Install the latest cumulative interim fix for Fix Pack 9 JR52306.fp. If you are not on Fix Pack 9, you must first upgrade to Fix Pack 9.
- If you are using Feature Pack 7 or Feature Pack 8, install the necessary APAR fixes:
- Install the latest cumulative interim fix JR52306.fep.
- Install the interim fix JR52034.
- Ensure that both the WebSphere Commerce server and Search server are started.
- In a clustered environment, ensure that the WebSphere Application Server Deployment Manager (dmgr) and all node agents are running.
- Ensure that the WebSphere Commerce Test Server is stopped.
About this task
commit
or
rollback
calls on connections with autoCommit
enabled. Some
connection objects that are used by WebSphere Commerce utilities (such as the Data Load utility)
have auto-commit enabled. System properties and configuration files must be updated to prevent the
Oracle 12c JDBC driver from throwing exceptions.Note: WebSphere Commerce does not support the
ojdbc7.jar driver that is included with Oracle 12c. Ensure that you use the
ojdbc6.jar driver.