Oracle

  1. Create a JAAS J2C authentication entry to contain the username and password that are used to access the database. The proposed alias for the J2C entry is FTMDBORA.
  2. Expand the Resources tab, expand JDBC, and select data sources.
  3. Select a scope.
  4. Click New.
  5. Enter the data source name and JNDI name.
    Table 1. OAC data sources with example names
    Data source name JNDI name
    ftmDSORA jdbc/DSFTMORA
  6. Select the existing JDBC provider created in the previous section (Configuring the JDBC provider).
  7. Enter the database-specific properties for the data source. For the URL, enter jdbc:oracle:thin:@[HOST][:PORT]:SID. For example, jdbc:oracle:thin:@myHost.example.com:1521:FTMV2ORA.
  8. Select the JAAS J2C authentication alias created in the first step.
  9. Save the changes.
  10. If necessary for your topology, synchronize the nodes.