| Constraint Name | Columns |
|---|---|
| RHN_KSSCRIPT_ID_PK | ID |
| Constraint Name | Check Condition |
|---|---|
| RHN_KSSCRIPT_CHROOT_CK | chroot in ('Y','N') |
| RHN_KSSCRIPT_ST_CK | script_type in ('pre','post') |
| Constraint Name | Columns | Referenced table | Referenced Constraint | On Delete Rule |
|---|---|---|---|---|
| RHN_KSSCRIPT_KSID_FK | KICKSTART_ID | RHNKSDATA | RHN_KS_ID_PK | CASCADE |

| Constraint name | Columns |
|---|---|
| RHN_KSSCRIPT_KSID_POS_UQ | KICKSTART_ID , POSITION |
| Option | Settings |
|---|---|
| Tablespace | DATA_TBS |
| Index Organized | No |
| Generated by Oracle | No |
| Clustered | No |
| Nested | No |
| Temporary | No |
| Index Name | Type | Unuqueness | Columns | DDL script |
|---|---|---|---|---|
| RHN_KSSCRIPT_ID_IDX | NORMAL | NONUNIQUE | ID | DDL script |
| RHN_KSSCRIPT_KSID_POS_IDX | NORMAL | NONUNIQUE | KICKSTART_ID , POSITION | DDL script |
| SYS_IL0000011626C00007$$ | LOB | UNIQUE | DDL script |