CSO_STARTING_POINT
This table stores HTTP collection starting point URLs.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
CSO_STARTING_POINT_PK |
COLLECTION_ID, STARTPT_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| COLLECTION_ID | NUMBER | 38 | Yes | This is the Collection Id for this record. |
| STARTPT_ID | NUMBER | 38 | Yes | This is the Starting point Id for this record. |
| STARTPT_URL | VARCHAR2 | 1024 | Yes | This is the Starting point URl for this record. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| CSO_STARTING_POINT_U1 | Unique | COLLECTION_ID, STARTPT_ID |