CSO_BUNDLE
This table stores revision numbers and bundle data by service name.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_BUNDLE_PK |
ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| BUNDLE_DATA | BLOB | 4000 | This is the Bundle data for this record. | |
| ID | NUMBER | 38 | Yes | This is the primary key of the table. |
| REVISION_NO | NUMBER | 38 | Yes | This is the Revision number for this record. |
| SERVICE_NAME | VARCHAR2 | 500 | This is the Service name for this record. | |
| FILE_APP_METADATA_ID | VARCHAR2 | 32 | Foreign key to CSO_FILE_APP_METADATA.RECORD_ID. | |
| DATE_ADDED | TIMESTAMP | Yes | Indicates the date and time of the creation of the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| cso_runtime | cso_bundle | BUNDLE_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_BUNDLE_U1 | Unique | ID |
| CSO_BUNDLE_N1 | Non Unique | REVISION_NO |