Skip to content

(APEX) Database objects

Bartosz Ostrowski edited this page Jun 16, 2022 · 4 revisions

The summary below describes all database objects created after installing the sample application or installing the AOE as a standalone plug-in in an existing Oracle APEX application:

  • column The plug-in describes whether an object is required for the manual installation
  • column The sample application describes whether an object is required for the manual installation
Object Name Object Type The plug-in The sample application Description
RESTful Service Install script Yes Yes The RESTful Service is used to handle all AOE host server requests: load, create and update documents
AOE_FILES_DEFAULT Table Yes Yes The table is used as the default table to store document content when a developer doesn’t provide a custom table
AOE_FILES_DEFAULT_SEQ Sequence Yes Yes
BI_AOE_FILES_DEFAULT Trigger Yes Yes
AOE_FILES_CUSTOM Table No Yes The plug-in sample application uses the table in order to showcase the usage of the plug-in attribute Settings \ Custom Table
BI_AOE_FILES_CUSTOM Trigger No Yes The trigger uses the same sequence as the trigger BI_AOE_FILES_DEFAULT
AOE_REST_LOGS Table Yes Yes The table is used by the plug-in REST service to log information about requests performed by the AOE host server to load and update document content.
AOE_REST_LOGS_SEQ Sequence Yes Yes
BI_AOE_REST_LOGS Trigger Yes Yes
AOE_SAMPLE_FILE_VERSIONS Table No Yes The plug-in sample application uses the table to showcase the plug-in callbacks' usage to implement custom document versioning
AOE_FILES_UPLOADED Table No Yes The table is used by the plug-in sample application to allow the uploading of end-user documents
AOE_FILES_UPLOADED_SEQ Sequence No Yes
BI_AOE_FILES_UPLOADED Trigger No Yes
PIP_CRYPTO Package Yes Yes The package is used by the plug-in to secure the plug-in access token
UC_UTF7 Package Yes Yes The package is used by the plug-in to decode document filenames from UTF7 to UTF8
UC_PLUGIN_UTIL Package Yes Yes The package is used by the plug-in to evaluate APEX regions' read-only attribute
AOE_REST Package Yes Yes The package is used by the plug-in RESTful Service handlers to handle requests performed by the AOE host server
AOE_PLUGIN Package Yes Yes The plug-in package implements a region-type plug-in for the Oracle APEX
AOE_SAMPLE_APP_UTIL Package No Yes The package is used by the plug-in sample application to handle sample application page processes and implement custom callbacks
AOP_API21_PKG Package Yes Yes The APEX Office Print package is used by the plug-in sample application to showcase the integration of AOP and AOE
AOP_API_PKG Synonym Yes Yes
Clone this wiki locally