3.5.1.1 Configuring the data source files

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:

  1. 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>
  2. 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.

  3. 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.

  4. Repeat steps 1 to 3 for the remaning elements in IDP_DS and EDC_DS.

  5. Save the file.

To modify the Oracle data source file:

  1. 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>
  2. 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.

  3. 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.

  4. Save the file.

// Ethnio survey code removed