Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
Property
| Description
|
---|---|
Database Host Name
| Host name of the machine that hosts the Data Preparation repository database. This entry appears only if your Database Type is Oracle.
|
Database Port Number
| Port number for the database.
|
JDBC Connection String
| JDBC connection string to connect to an Oracle database.
Use the following connection string format:
jdbc:informatica:oracle://<database host name>:<port>;ServiceName=<database name> |
JDBC Parameters
| Additional parameters required to connect to an Oracle database.
|
Property
| Description
|
---|---|
Truststore File
| Path and file name for the database truststore file.
|
Truststore Password
| Password for the database truststore file.
|
Connection String
| JDBC connection string to connect to an Oracle database.
Use the following connection string format:
jdbc:informatica:oracle://<database host name>:<port>;ServiceName=<database name> |
Secure JDBC Parameters
| Additional parameters required to connect to a secure Oracle database. Format the parameters as follows:
EncryptionMethod=SSL;HostNameInCertificate=<secure database host name>;ValidateServerCertificate=true |
Property
| Description
|
---|---|
Database Host Name
| Host name of the machine that hosts the Data Preparation repository database. The entry appears only if your database type is MySQL.
|
Database User Name
| Database user account to use to connect to the Data Preparation repository.
|
Database User Password
| Password for the Data Preparation repository database user account.
|
Database Port Number
| Port number for the database.
|
Schema Name
| Schema or database name of the Data Preparation repository database.
|