Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
Property
| Description
|
---|---|
Database Type
| The type of database.
|
Username
| The database user name for the Model repository.
|
Password
| Repository database password for the database user.
|
JDBC Connect String
| The JDBC connection string used to connect to the Model repository database.
Use the following JDBC connect string syntax for each supported database:
|
Secure JDBC Parameters
| If the Model repository database is secured with the SSL protocol, you must enter the secure database parameters.
Enter the parameters as
name=value pairs separated by semicolon characters (;). For example:
param1=value1;param2=value2
|
Dialect
| The SQL dialect for a particular database. The dialect maps java objects to database objects.
For example:
|
Driver
| The Data Direct driver used to connect to the database.
For example:
|
Database Schema
| The schema name for a particular database.
|
Database Tablespace
| The tablespace name for a particular database. For a multi-partition IBM DB2 database, the tablespace must span a single node and a single partition.
|