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

RHNSERVERPACKAGE

DDL script

Columns

NameTypeNullableDefault valueComment
SERVER_IDNUMBER(38)N  
NAME_IDNUMBER(38)N  
EVR_IDNUMBER(38)N  
PACKAGE_ARCH_IDNUMBER(38)Y  
CREATEDTIMESTAMP(6) WITH LOCAL TIME ZONEN(current_timestamp)  
INSTALLTIMETIMESTAMP(6) WITH LOCAL TIME ZONEY  

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
SYS_C008779SERVER_ID RHNSERVER RHN_SERVER_ID_PK CASCADE
SYS_C008780NAME_ID RHNPACKAGENAME RHN_PN_ID_PK NO ACTION
SYS_C008781EVR_ID RHNPACKAGEEVR RHN_PE_ID_PK NO ACTION
SYS_C008782PACKAGE_ARCH_ID RHNPACKAGEARCH RHN_PARCH_ID_PK NO ACTION

Options:

OptionSettings
TablespaceUSERS
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
RHN_SP_SNEP_UQNORMALUNIQUESERVER_ID , NAME_ID , EVR_ID , PACKAGE_ARCH_ID DDL script