C Data Warehouse Partition

You should understand the data warehousing and partition functionality of the Database Security Central system.

The Database Security Central data warehouse uses partition functionality. The data warehouse creates partitions and sub partitions in the event_log and event_log_arch tables.

The following are the highlights of partition functionality:

Monthly Data Warehouse Partition

The monthly partition is applicable for current release. The older releases have the daily partition.

The following are the highlights of the monthly partition that creates partitions and sub partitions in the event_log and event_log_arch tables.

Partition Functionality Matrix

Partition Type Naming Convention Log Tables Sub Partition
Daily Partition DWFACT_P<Year YYYY><Month MM><Day DD>

event_log

event_log_arch

  • One default subpartition created where the high value is null.

  • One subpartition created for which the data has been collected for a specific date, where the high value is equal to the Target ID.

Monthly Partition DWFACT_P<yyyy><MM><01>

event_log

event_log_arch

  • One default subpartition created where the high value is null.

  • One subpartition created for which the data has been collected for a specific month, where the high value is equal to the Target ID.

Oracle Database In-Memory

The data can be saved in Oracle Database In-Memory. To achieve this Oracle Database In-Memory has to be enabled.

Note: See Enabling Oracle Database In-Memory for the Audit Vault Server for more information.

A minimum of one month data is stored in Oracle Database In-Memory. In case date range is not selected then the data is saved in Oracle Database In-Memory starting from the recent month to the oldest, depending on the available memory size. In case of date range selection, data is saved in Oracle Database In-Memory starting from the recent month to the oldest month of the selected period depending on the available memory size.