Skip to content

Document Handling

By default, PDF Region Pro uses the default table UC_PDF_DEFAULT_FILES to store documents. The default table uses the sequence UC_PDF_DEFAULT_FILES_SEQ and trigger UC_PDF_DEFAULT_FILES_BUI. The default table, trigger, and sequence are created with the sample application and the plug-in DDL installation script.

Column NameData TypeNullablePrimary KeyDescription
IDNUMBERnot nullableprimary keyColumn is used to uniquely identify a document
CONTENTBLOBnullablenot primary keyColumn is used to store a document contents
FILENAMEVARCHAR2(4000)nullablenot primary keyColumn is used to store a document filename
MIME_TYPEVARCHAR2(4000)nullablenot primary keyColumn is used to store a document MIME-type
BLOB_OWNERVARCHAR2(4000)nullablenot primary keyColumn is used to store a document owner name
VERSIONNUMBERnullablenot primary keyColumn is used to store a document current version
LAST_UPDATE_DATETIMESTAMP(6)nullablenot primary keyColumn is used to store a document last modification time
CREATE_BYVARCHAR2(255)not nullablenot primary keyAudit field containing APEX username that created a file
CREATE_DATEDATEnot nullablenot primary keyAudit field containing DATE value when a file was created
UPDATE_BYVARCHAR2(255)nullablenot primary keyAudit field containing APEX username that modified a file
UPDATE_DATEDATEnullablenot primary keyAudit field containing DATE value when a file was modified