DBCRT Types of resources that can be changed (table, view, stored procedure, etc.)
DDL script| Name | Type | Nullable | Default value | Comment |
|---|---|---|---|---|
| RESOURCE_TYPE | VARCHAR2(255) | N |
| Constraint Name | Columns |
|---|---|
| DC_RESOURCETYPE_RT_PK | RESOURCE_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 |
|---|---|---|---|---|
| DC_RESOURCETYPE_RT_PK | NORMAL | UNIQUE | RESOURCE_TYPE | DDL script |
| Table | Constraint |
|---|---|
| DB_CHANGE_RESOURCE_NAMES | DC_RESOURCENAME_RT_FK |