Copy the ojdbc6.jar for JDK 1.7 driver file from the [aem-forms
root]/lib/db/oracle directory to the [appserver root]/modules/system/layers/base/com/oracle/main directory.
You can also download the Oracle 11g driver from the JDBC Driver Downloads
site, see Supported
Platform Combinations for supported versions of Oracle 11g
driver.
12.7.2.2 Set Oracle as the data source
If you are running LiveCycle with Oracle database, you
must create three datasources
IDP_DS
,
EDC_DS
,
and
DefaultDS
.
Copy the database profiles from [DVD root]\third_party\jboss.zip\ [JBoss_root]\standalone\configuration
to the [AppServer_root]\standalone\configuration directory.
Open the [JBoss_root]/domain/configuration/domain_oracle.xml
file for editing.
Locate the
<datasources>
tag and delete
all the child nodes.
To create the IDP_DS datasource, in the <datasources>
node, add the following lines:
Note:
If
your forms server handles heavy load, increase the number of maximum
JDBC connections to ensure that all jobs are processed. In such
cases, increase <max-pool-size> to 50 or more for both IDP_DS
and EDC_DS.
Add the following lines as child of the <datasource>
tag:
Open the
[appserver root]
/standalone/configuration/lc_turnkey.xml
file in a text editor and add the following text within the
<authentication>
element: