Table: OBJECT_SNAPSHOT

Table Name OBJECT_SNAPSHOT
Table Description The OBJECT_SNAPSHOT table contains copies of objects, which are created either before or after the execution of an operation which changed the object (creation, modification or deletion).
Tablespace OBJECT_CHANGE_DATA
Database Core Database
Partitioned Yes
Columns
OID
PARTITION_ID
RECORDING_DATE
VERSION_ID
VALUE

Columns of the Table

The OBJECT_SNAPSHOT database table is defined by the following columns.

Column: OID

Value Type BIGINT, NOT NULL
Index(es) IX_OBJ_SNPSH_OID
Column Description The unique identifier of the object snapshot


Column: PARTITION_ID

Value Type SMALLINT, NOT NULL
Index(es) IX_OBJ_SNPSH_OID
Column Description The partition identifier of the object associated to the snapshot (will be set to -1 for technical objects which are unique in the system or for the objects without partition identifier).


Column: RECORDING_DATE

Value Type DATE, NOT NULL
Index(es) IX_OBJ_SNPSH_OID
Column Description The date when the object snapshot was recorded


Column: VERSION_ID

Value Type VARCHAR(20), NOT NULL
Column Description The version of the SAP Convergent Charging Core Server when the object change log was recorded


Column: VALUE

Value Type BLOB, NOT NULL
Column Description The value of the object snapshot


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

(c) Copyright 2011 SAP AG. All rights reserved.