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.

Note: CIM creates the FakeXADataSource files necessary for your ATG Service installation. Refer to the Appendix D, ATG Service CIM Details for installation information.

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 application server documentation for information on the appropriate format for data sources.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices