prbtp probe types
DDL script| Name | Type | Nullable | Default value | Comment |
|---|---|---|---|---|
| PROBE_TYPE | VARCHAR2(20) | N | ||
| TYPE_DESCRIPTION | VARCHAR2(200) | N |
| Constraint Name | Columns |
|---|---|
| RHN_PRBTP_PROBE_TYPE_PK | PROBE_TYPE |
| 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_PRBTP_PROBE_TYPE_PK | NORMAL | UNIQUE | PROBE_TYPE | DDL script |
| Table | Constraint |
|---|---|
| RHN_PROBE | RHN_PROBE_PRBTP_PROBE_TYPE_FK |