KNTA_USER_SECURITY
This table stores information about which security groups are linked with which users.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_SECURITY_GROUPS_NLS |
SECURITY_GROUP_ID |
SECURITY_GROUP_ID |
|
KNTA_USERS |
USER_ID |
USER_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
USER_SECURITY_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
SECURITY_GROUP_ID |
NOT NULL |
NUMBER |
Identifier of the security group the user is linked to |
|
USER_ID |
NOT NULL |
NUMBER |
Identifier of Identifier for the user who is linked to the security group |
|
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
|
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KNTA_USER_SECURITY_N1 |
NONUNIQUE |
1 |
USER_ID |
|
KNTA_USER_SECURITY_U1 |
UNIQUE |
1 |
USER_SECURITY_ID |
|
KNTA_USER_SECURITY_U3 |
UNIQUE |
1 |
SECURITY_GROUP_ID |
|
KNTA_USER_SECURITY_U3 |
UNIQUE |
2 |
USER_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_USER_SECURITY_S |
USER_SECURITY_ID |

