ATG Service applications require multiple data sources for each product. The FakeXAdatasource files must be configured to import application data. You can configure your data sources before or after you create your database schema, but you must do it before you import any data.

The information required includes the database user, password, database URL, and driver, similar to the following example:

driver=oracle.jdbc.OracleDriver
URL=jdbc:oracle:thin:@db_server_name_or_ip:db_port:SID_of_oracle_db
user=databaseuser
password=dbuserpassword

Refer to your database driver documentation to find the appropriate syntax for your database. See your third-party application server documentation for information on the appropriate format for data sources.

 
loading table of contents...