SDM_DYND_<DIMENSION_PRIMARY_KEY>

This table stores dimension member data. For each dimension, it creates one such table dynamically. SDM_DIMENSION (DB_TABLE_NAME column) and SDM_DIMENSION_ATTRIBUTE (DB_COLUMN_NAME column) stores the information about dynamic table.

Details

Object type: TABLE

Primary Key

Table 5-1 Primary Key Table

Constraint Name Columns
SDM_DYND_<DIMENSION_PRIMARY_KEY>_PK DYNAMIC_DATA_ID

Columns

Table 5-2 Column Details Table

Name Data Type Length Precision Scale Null Allowed Comments
DYNAMIC_DATA_ID NUMBER   18 0 No Unique identifier of the record
C_<DIMENSION_ATTRIBUTE_PRIMARY_KEY >         Yes Column for each attribute of the dimension
IS_DELETED CHAR 1     No Indicates whether this member is deleted or not. Value is Y or N.
OBJECT_VERSION_NUMBER NUMBER   9 0 No 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.
LAST_UPDATE_LOGIN VARCHAR2 300     Yes Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 300     No Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE DATE       No Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 300     No Who column: indicates the user who created the row.
CREATION_DATE DATE       No Who column: indicates the date and time of the creation of the row.