Table slot9.WORLD.TSTA.EJS_XML_BLOBS
This table is used for loading XML documents into the database

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
BLOB_ID number 0 A unique sequence used to identify an XML Document BLOB.
DOC_BLOB blob 4000  √  null An XML document in BLOB form.
DOC_NAME varchar2 255  √  null
CREATOR_DATE date 7  √  null
CREATOR_ID varchar2 100  √  null
UPDATOR_ID varchar2 100  √  null
UPDATOR_DATE date 7  √  null
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"BLOB_ID" IS NOT NULL XML_BLOBS_BLOB_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
BLOB_ID Primary key Asc XML_BLOBS_PK