Operational Insights
- Operational Insights
- All Products
Property
| Description
|
---|---|
Database Type
| Model repository database type.
|
Username
| User name for the Model repository database.
|
Password
| Password for the Model repository database.
|
JDBC Connection String
| JDBC connection string used to connect to the Model repository database.
You can optionally specify a named instance JDBC URL to connect to a SQL Server database. Format the string as follows:
jdbc:informatica:sqlserver://<database host name>\<named instance name>;databaseName=<database name>
You can also specify a Windows authentication connection string to connect to a SQL Server database using Windows authentication. Format the string as follows:
jdbc:informatica:sqlserver://<databse host name>:<database port>;DatabaseName=<database name>;SnapshotSerializable=true;AuthenticationMethod=ntlmjava;Domain=<SQL Server domain name>
Note that the connection uses the NTLM authentication scheme.
|
Property
| Description
|
---|---|
Secure JDBC Parameters
| Secure database parameters if the Model repository database is secured with the SSL protocol.
|
Schema Name
| Schema name in the Model repository database that contains monitoring data.
|
Tablespace Name
| If the Model repository database is an IBM DB2 database, you can specify the name of the tablespace that contains monitoring data.
|