IBY_INSTRHOLDER
Oracle internal table and no longer used.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: SYSTEM
Primary Key
| Name | Columns |
|---|---|
|
IBY_INSTRHOLDER_PK |
INSTRID, INSTRTYPE, OWNERID, OWNERTYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INSTRID | NUMBER | Yes | Oracle internal table and no longer used. | ||
| INSTRTYPE | VARCHAR2 | 30 | Yes | No longer used. | |
| OWNERID | VARCHAR2 | 80 | Yes | No longer used. | |
| OWNERTYPE | VARCHAR2 | 20 | Yes | No longer used. | |
| ACTIVESTATUS | NUMBER | 1 | No longer used. | ||
| 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. | |
| 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_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. | |
| SECURITY_GROUP_ID | NUMBER | No longer used. | |||
| OWNERADDRESSID | NUMBER | 18 | No longer used. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| IBY_INSTRHOLDER | iby_creditcard | INSTRID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| IBY_INSTRHOLDER_N1 | Non Unique | Default | OWNERID | |
| IBY_INSTRHOLDER_N2 | Non Unique | Default | INSTRID | Obsolete |
| IBY_INSTRHOLDER_U1 | Unique | Default | INSTRID, INSTRTYPE, OWNERID, OWNERTYPE |