Main Tables Views Materialized Views Indexes Constraints Triggers Procedures Functions Packages Sequences Java Sources Jobs Sanity Check Index DDL scrips
Description Columns Primary key Check Constraints Foreign keys Unique Keys Options Indexes Referenced by Triggers Partitions

RHNUSERSERVERGROUPPERMS

DDL script

Columns

NameTypeNullableDefault valueComment
USER_IDNUMBER(38)N  
SERVER_GROUP_IDNUMBER(38)N  
CREATEDTIMESTAMP(6) WITH LOCAL TIME ZONEN(current_timestamp)  
MODIFIEDTIMESTAMP(6) WITH LOCAL TIME ZONEN(current_timestamp)  

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
RHN_USGP_SERVER_FKSERVER_GROUP_ID RHNSERVERGROUP RHN_SERVERGROUP_ID_PK CASCADE
RHN_USGP_USER_FKUSER_ID WEB_CONTACT WEB_CONTACT_PK CASCADE

Options:

OptionSettings
TablespaceUSERS
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
RHN_USGP_SG_IDXNORMALNONUNIQUESERVER_GROUP_ID DDL script
RHN_USGP_U_SG_P_UQNORMALUNIQUEUSER_ID , SERVER_GROUP_ID DDL script