JDBC Data Source

To add a database as a data source in Axibase Collector, navigate to Data Sources > Databases and select "New Data Source".

FIELDDESCRIPTION
NameName of data source.
Database TypeType of database.
Possible values: Oracle, MSSQL, MSSQL_Native, DB2, SOLID, MYSQL, POSTGRESQL, SYBASE, DERBY, SAP, PI_SERVER, VERTICA, CUSTOM
ServerIP or hostname of the target server.
PortPort on which the database is listening.
DatabaseName of the database residing on the database server.
InstanceName of the instance.
UsernameUsername which will be connecting to the database. We recommend that a read-only account is created to access the database.
PasswordUser password.
Driver PropertiesExtended JDBC diver properties. Specific to each database
Test QueryTest query to keep the connection alive.
Max ActiveMaximum number of active connections.
Max IdleMaximum number of idle connections.
Min IdleMinimum number of idle connections.
Initial SizeInitial size of the connection pool.
Max Wait (seconds)Maximum number of seconds for a job to wait until it requires a connection from the pool.
Max Age (minutes)Maximum duration of the connection, after which the connection will be closed and reopened.
Login Timeout (seconds)Wait duration when opening a connection.
Idle Timeout (seconds)Duration after which an unused connection is closed.
Socket Timeout (seconds)Duration after which the connection is dropped if there is no response from the server.