Skip to main content

Document Handling

Default table

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_BIU. The default table, trigger, and sequence are created with the sample application and the plug-in DDL installation script.

Column NameData TypeNullablePrimary KeyDescription
IDNUMBER(error)(tick)Column is used to uniquely identify a document
CONTENTBLOB(tick)(error)Column is used to store a document contents
FILENAMEVARCHAR2(4000)(tick)(error)Column is used to store a document filename
MIME_TYPEVARCHAR2(4000)(tick)(error)Column is used to store a document MIME-type
BLOB_OWNERVARCHAR2(4000)(tick)(error)Column is used to store a document owner name
VERSIONNUMBER(tick)(error)Column is used to store a document current version
LAST_UPDATE_DATETIMESTAMP(6)(tick)(error)Column is used to store a document last modification time
CREATE_BYVARCHAR2(255)(error)(error)Audit field containing APEX username that created a file
CREATE_DATEDATE(error)(error)Audit field containing DATE value when a file was created
UPDATE_BYVARCHAR2(255)(tick)(error)Audit field containing APEX username that modified a file
UPDATE_DATEDATE(tick)(error)Audit field containing DATE value when a file was modified