CZ_SNAPSHOTS

CZ_SNAPSHOTS is the master table for snapshot data imported from PIM and Applcore (e.g. Items, Value Sets).

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CZ_SNAPSHOTS_PK

SNAPSHOT_ID

Columns

Name Datatype Length Precision Not-null Comments
SNAPSHOT_ID NUMBER 18 Yes SNAPSHOT_ID
SNAPSHOT_TYPE VARCHAR2 30 Yes SNAPSHOT_TYPE
STATUS VARCHAR2 30 Yes STATUS
PK1_VALUE NUMBER 18 Yes PK1_VALUE
PK2_VALUE NUMBER 18 PK2_VALUE
LAST_RELEASE_DATE TIMESTAMP Date when any aspect of the Snapshot was last updated via the Release operation
LAST_RELEASED_BY VARCHAR2 64 User who last released the Snapshot.
LAST_REFRESH_DATE TIMESTAMP Date of last refresh of the Snapshot.
LAST_REFRESHED_BY VARCHAR2 64 User who last refreshed the Snapshot.
DELETED_FLAG NUMBER 18 Yes DELETED_FLAG
MINIMUM_CHANGE_DATE DATE This field contains the date at which the behavior of this snapshot will change upon release. If there are multiple changes to the snapshot, the value will be the effective date of the earliest change.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
CZ_SNAPSHOTS_N1 Non Unique Default SNAPSHOT_TYPE, STATUS, DELETED_FLAG, LAST_RELEASE_DATE
CZ_SNAPSHOTS_U1 Unique Default SNAPSHOT_ID
CZ_SNAPSHOTS_U2 Unique Default SNAPSHOT_TYPE, PK1_VALUE, DECODE("PK2_VALUE", NULL, -1, "PK2_VALUE")