satcl satellite cluster
DDL script| Constraint Name | Columns |
|---|---|
| RHN_SATCL_RECID_PK | RECID |
| Constraint Name | Check Condition |
|---|---|
| RHN_SATCL_DEPLOYED_CK | deployed in ('0','1') |
| RHN_SATCL_TARGET_TYPE_CK | target_type in ('cluster') |
| Constraint Name | Columns | Referenced table | Referenced Constraint | On Delete Rule |
|---|---|---|---|---|
| RHN_SATCL_CMDTG_RECID_TAR_FK | RECID , TARGET_TYPE | RHN_COMMAND_TARGET | RHN_CMDTG_RECID_TARGET_TYPE_PK | CASCADE |
| RHN_SATCL_CSTMR_CUSTOMER_ID_FK | CUSTOMER_ID | WEB_CUSTOMER | WEB_CUSTOMER_ID_PK | NO ACTION |
| RHN_SATCL_PHSLC_PHYS_LOC_FK | PHYSICAL_LOCATION_ID | RHN_PHYSICAL_LOCATION | RHN_PHSLC_RECID_PK | NO ACTION |

| 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_SATCL_CID_IDX | NORMAL | NONUNIQUE | CUSTOMER_ID | DDL script |
| RHN_SATCL_RECID_PK | NORMAL | UNIQUE | RECID | DDL script |