FFS_CML_SHAPE_UPLOAD
Stores SHAPE and user data for custom map layers during upload.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_CML_SHAPE_UPLOAD_PK |
SHAPE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SHAPE_ID | NUMBER | 19 | Yes | Unique identifier of Shape Upload. | |
| LAYER_ID | NUMBER | 10 | Yes | Layer identifier from custom map layer table. | |
| CUSTOM_INDEX | VARCHAR2 | 255 | Index Field (Data Copied From Json_Data). | ||
| SDO_GEOM_COLUMN | UDT | Geometry Data stored from Shape File. | |||
| JSON_DATA | BLOB | User data stored as json based on shapefile data. | |||
| PROGRESS | VARCHAR2 | 32 | Shape processing status: failed, success. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_CML_SHAPE_UPLOAD_PK | Unique | DATA | SHAPE_ID |