Before you configure the Oracle data source, you must have already
created the database on Oracle. (See Preparing to Install LiveCycle
(Server Cluster).)
To modify the Adobe data source file:Open the [appserver root]/server/lc_oracle_cl/deploy/adobe-ds.xml
file in a text editor and locate the following lines:
<connection-url>jdbc:oracle:thin:@localhost:1521:adobe</connection-url>
<user-name>adobe</user-name>
<password>adobe</password>
Replace the following text with values that are specific
to your database:
localhost: The name, IP address,
or fully qualified path of the computer that hosts the database.
The default is localhost.
1521: The port that is used to access the database.
The default port is 1521.
adobe: The System ID (SID) of the Database instance
that stores the LiveCycle data. You will need to update the default
value adobe with your database System ID.
In the <user-name>and <password> tags,
specify the user name and password that the application server uses
to access the database. You will need to update the default values adobe and adobewith
the credentials for your database.
Repeat steps 1 to 3 for the remaning elements in IDP_DS and EDC_DS.
Save the file.
To modify the Oracle data source file:Open the [appserver root]/server/lc_oracle_cl/deploy/oracle-ds.xml
file in a text editor and locate these lines:
<connection-url>jdbc:oracle:thin:@localhost:1521:adobe</connection-url>
<user-name>adobe</user-name>
<password>adobe</password>
Replace the following text with values that are specific
to your database:
localhost: The name, IP address,
or fully qualified path of the computer that hosts the database.
The default is localhost.
1521: The port that is used to access the database.
The default port is 1521.
adobe: The System ID (SID) of the Database instance
that stores the LiveCycle data. You will need to update the default
value adobe with your database System ID.
In the <user-name>and <password> tags,
specify the user name and password that the application server uses
to access the database. You will need to update the default values adobe and adobewith
the credentials for your database.
Save the file.
|
|
|