CALCMODE

Enables global setting of formula execution mode.

This setting does not apply to aggregate storage databases.

Syntax

CALCMODE [application_name [database_name]] [BLOCK | BOTTOMUP]

Description

CALCMODE allows you to set the calculation mode at the server, application, or database level instead if indicating it in a calculation script using @CALCMODE. For more information, see the calculator command entry for @CALCMODE in the Oracle Essbase Technical Reference

Example

CALCMODE BLOCK

Turns on block calculation mode for all databases and applications in the server.

See Also

@CALCMODE function