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 AEM forms (Server Cluster).)

To modify the oracle data source file:

  1. Open the [appserver root] /domain/configuration/domain_oracle.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 AEM forms 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 adobe with the credentials for your database.

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

  5. Save the file.

// Ethnio survey code removed