SOURCE_PRODUCT_CONN_PARAMETERS
This table stores database information of a PPM instance. This table is under the schema that contains management tables.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
|
Field Name |
Null? |
Field Type |
Description |
|---|---|---|---|
|
SOURCE_INSTANCE_ID |
Not null |
INT |
Unique source instance ID |
|
SOURCE_PARAMETER_NAME |
Not null |
VARCHAR(100) |
Source parameter name, such as HOST and PORT |
|
SOURCE_PARAMETER_VALUE |
Nullable |
VARCHAR(2000) |
Source parameter value |
|
MD_CREATETIME |
Nullable |
datetime |
Date when the record is created |
|
MD_LASTMODDDATE |
Nullable |
datetime |
Date when the record is updated |
Projections
This table uses no projections.
Sequences
This table uses no sequences.

