CDC Policy Table
- Last Updated: March 24, 2017
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following table describes the fields of the _Cdc-Table-Policy.
| Field Name | Data Type | Description |
|---|---|---|
| _Policy-Id | char | Unique CDC policy id |
| _Policy-Name | char | Policy name |
| _Policy-Desc | char | Policy description |
| _Policy-State | integer | CDC policy state
|
| _Policy-Instance | integer | CDC assigned instances
|
| _Source-File-Recid | dbkey | Dbkey of the source table |
| _Area-Ianum | integer | Initial area to store the CDC Change Table. Areas must be Type II. |
| _Area_Index-Ianum | integer | Initial area to store CDC Change Table indexes. Areas must be Type II. If not specified, indexes default to the same area as the Change Table. |
| _Change-Tablename | char | Filename of the Change Table |
| _Object-Id | integer | File number of the Change Table |
| _Identifying-Fields | logical | Does the user want to define identifying fields and create an index for them? (Y/N) |
_Level
|
integer | Defines how much detail a user wants to capture in the change
record.
|
| _Change-Table-Owner | char | Default value for the Change Table owner is PUB. If another owner is desired, specify here. |
| _Encrypt-Policy | logical | Default to encrypt Change Table if Source Table is encrypted. (Y/N) |
| _Last-Modified | timestamp tz | Time stamp reflecting when the _Policy-Instance changed. Changes occur
when:
|
| _First-User-Field | integer | Beginning of user data fields in Change Table. |
| _Misc | char | Reserved for future use. |
The following table describes the indexes of the _Cdc-Table-Policy.
| Index Name | Index Field |
|---|---|
| Index Name | Index Field |
| _Policy-Id | 1 _Policy-Id |
| _Policy-name | 1 _Policy-Name |
|
_Policy-Source-Recid |
1 _Owner-Name 2 _Source-File-Recid |