CHAN_OBJECT_SNAPSHOT

Definition


The CHAN_OBJECT_SNAPSHOT table contains the snapshots of objects contained in change lists

Technical Data


Schema Version 4.5.13
Partitioned No

Summary


The CHAN_OBJECT_SNAPSHOT table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
CHAN_OID PK_CHAN_OBJECT_SNAPSHOT      CHANGE_LIST (OID)
 
 
OID PK_CHAN_OBJECT_SNAPSHOT         
VALUE          

Column Details


CHAN_OID

Definition The unique identifier of the related change list
Type DECIMAL(28), NOT NULL
Primary Key PK_CHAN_OBJECT_SNAPSHOT

OID

Definition The unique identifier of the snapshot
Type DECIMAL(5), NOT NULL
Primary Key PK_CHAN_OBJECT_SNAPSHOT

VALUE

Definition A copy of the object as it was when the related change list was created
Type BLOB, NOT NULL

Primary Key Details


PK_CHAN_OBJECT_SNAPSHOT

Column(s) CHAN_OID, OID
Tablespace CATALOG_INDX