CSO_COLLECTION_MAPPING
This table stores mappings between physical collection ids and virtual collection ids.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_COLLECTION_MAPPING_PK |
ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ID | NUMBER | 38 | Yes | This is the primary key of the table. |
| PHYSICAL_COLLECTION_ID | NUMBER | 38 | Yes | This is the Physical collection Id. |
| VIRTUAL_COLLECTION_ID | NUMBER | 38 | Yes | This is the Virtual collection Id. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_COLLECTION_MAPPING_U1 | Unique | ID |