Use Oracle Maintained Pipelines
Autonomous Database provides built-in pipelines. These pipelines are preconfigured and can be started by the ADMIN user. Oracle Maintained pipelines are owned by ADMIN user.
The Oracle Maintained pipelines are:
-
ORA$AUDIT_EXPORT
: This pipeline exports the database audit logs to object store in JSON format and runs every 15 minutes after starting the pipeline (based on theinterval
attribute value). -
ORA$APEX_ACTIVITY_EXPORT
: This pipeline exports the Oracle APEX workspace activity log to object store in JSON format. This pipeline is preconfigured with the SQL query for retrieving APEX activity records and runs every 15 minutes after starting the pipeline (based on theinterval
attribute value).
To configure and start an Oracle Managed pipeline:
Parent topic: Using Data Pipelines for Continuous Load and Export