TRIGMAXMEMSIZE

Specifies the maximum amount of memory that Essbase can allocate to the triggers feature.

Syntax

TRIGMAXMEMSIZE [application [database]] memsize

Description

TRIGMAXMEMSIZE specifies the maximum amount of memory available to the Essbase triggers feature. The triggers feature lets you efficiently monitor data changes in a database. If data breaks the rules that you have specified, Essbase logs the information in a file or sends an email alert.

For more information about triggers, see the Oracle Essbase Database Administrator's Guide. For information about MaxL triggers statements, see the Oracle Essbase Technical Reference.

Notes

Example

TRIGMAXMEMSIZE 12288 

sets the maximum memory cache for the triggers feature to to 12288 bytes (12K). The setting applies to all appliations and databases on the Essbase Server.

See Also

create trigger (MaxL statement)

display trigger (MaxL statement)

alter trigger (MaxL statement)

drop trigger (MaxL statement)