The syscdrrepl Table
The syscdrrepl table contains replicate information.
| Column | Type | Description |
|---|---|---|
| replname | lvarchar | Replicate name. |
| replstate | char(50) | Replicate state. For possible values, refer to cdr list server. |
| freqtype | char(1) | Type of replication frequency:
|
| freqmin | smallint | The time for replication by minute:
|
| freqhour | smallint | The time for replication by hour:
|
| freqday | smallint | Day of week or month replication should occur. |
| scope | char(1) | Replication scope:
|
| invokerowspool | char(1) | Whether Row Information Spooling is enabled:
|
| invoke transpool | char(1) | Whether Aborted Transaction Spooling is enabled:
|
| primresolution | char(1) | Type of primary conflict resolution:
|
| secresolution | char(1) | Type of secondary conflict resolution:
|
| storedprocname | lvarchar | SPL routine:
|
| floattype | char(1) | Type of floating point number conversion:
|
| istriggerfire | char(1) | Whether triggers are enabled:
|
| isfullrow | char(1) | Whether to replicate full rows or only the changed
columns:
|
| isgrid | char(1) | Whether the replicate belongs to a grid replicate
set:
|