IBY_SECURITY_UPG
IBY_SECURITY_UPG contains security upgrade temporary data.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
IBY_SECURITY_UPG_PK |
ENTITY_ID, ENTITY_TYPE, ENTITY_ATTRIBUTE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ENTITY_ID | NUMBER | 18 | Yes | Upgrade source table primary key. | |
| ENTITY_TYPE | VARCHAR2 | 30 | Yes | Upgrade source table name. | |
| ENTITY_ATTRIBUTE | VARCHAR2 | 30 | Yes | Upgrade source column name. | |
| UPG_HASH1 | VARCHAR2 | 64 | Upgrade primary hash value. | ||
| UPG_HASH2 | VARCHAR2 | 64 | Upgrade secondary hash value. | ||
| UPG_SEGMENT_ID | NUMBER | 18 | Identifier of the upgrade security segment data. | ||
| UPG_SUBKEY_ID | NUMBER | 18 | Identifier of the upgrade security subkey. | ||
| UPG_CIPHER_TEXT | RAW | 512 | Cipher text of encrypted upgrade data. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| IBY_SECURITY_UPG | iby_security_segments | UPG_SEGMENT_ID |
| IBY_SECURITY_UPG | iby_sys_security_subkeys | UPG_SUBKEY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IBY_SECURITY_UPG_U1 | Unique | Default | ENTITY_ID, ENTITY_TYPE, ENTITY_ATTRIBUTE |