Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
Setting
| Default Value
| Description
|
|---|---|---|
Driver class
| None
| (Required.) The name of your JDBC driver's implementation of
java.sql.driver . Some driver examples are shown here:
|
Driver url
| None
| (Required.) Used to connect to your database. Typical URLS are shown here; however, refer to your database and JDBC driver documentation for further information.
Example :
jdbc:mysql://localhost:3306/ActiveVOS?useUnicode=true&characterEncoding=UTF-8&characterSetResults=utf8
|
Database name
| ActiveVOS
| (Required.) The name of your database. It must match the
database_name provided in the Driver URL.
|
Driver jar
| None
| Driver
.jar file must be selected using the
Select File button to the right of this field. Select your driver file so that is can be copied to the correct location.
Some driver file examples are shown here, but we strongly recommend you check the Prerequisites details before making your selection.
|
Username
| bpeluser
| (Required by default.) The name associated with the privileges to access your database. Unless you modified this name, it is described in the DDL schema.
|
Password
| bpel
| (Required by default.) The password of the above user name. Unless you modified this name, it is described in the DDL schema.
|
For Tomcat and JBoss: Connection Timeout
| 1000
| The maximum time to wait in milliseconds for a database connection to become available.
|
For Tomcat and JBoss: Minimum Connections
| 10
| The maximum number of idle connections in the database pool.
|
For Tomcat and JBoss: Maximum Connections
| 100
| The maximum number of connections in the database pool.
|
Validate Connection
| Checked
| Checking this entry will cause the configuration wizard to attempt to connect to your database with the supplied information.
|