<database>

The data source is the result of a query against a database. The query is expressed in the <query> sub-element.

Database

driver

Required: JDBC driver class name. For example:

The jar file containing the driver must be present in <install-root>/lib.

url

Required: URL to connect to the database. For example:

user

Required: User to log on to the database.

password

Required:. Password for the specified database user. Passwords beginning with “{3DES}” are assumed to be encrypted with the <install-root>/bin/encrypt utility.

connection

Name of the server’s internal connection pool from which database connections are obtained. (Mutually exclusive with driver, url, user and password.)

Note:

Starting with Release 2.5.1, you can omit all of the above attributes to signify that the database is the same one used by the Integrated Operational Planning Server.