Hybrid Data Pipeline requires a system database for storing sensitive information used in the operation of the data access service. For a standalone node deployment, you can opt to use either the embedded internal database or a supported external database. For a load balancer deployment, you must use an external database. Depending on the external database you are using, certain requirements must be met. See the following sections for details.
1 Hybrid Data Pipeline does not provide a driver for MySQL Community Edition. MySQL Connector/J 5.1 must be used to support the use of MySQL Community Edition as an external system database. Therefore, you should refer to the MySQL Connector/J 5.1 documentation for information on supported versions of MySQL Community Edition.
Oracle requirements
If you plan to store system information in an external Oracle database, you must provide the following information.
Hostname (server name or IP address)
Port information for the database. The default is 1521.
SID or Service Name
Administrator and user account information
An administrator name and password. The administrator must have the following privileges:
CREATE SESSION
CREATE TABLE
CREATE ANY SYNONYM
CREATE SEQUENCE
CREATE TRIGGER
A user name and password for a standard account. The standard user must have the CREATE SESSION privileges.
MySQL Community Edition requirements
If you plan on to use a MySQL Community Edition database as an external system database, you must provide the following.
A MySQL Connector/J driver, version 5.1, and its location