ADD_MATERIALIZE_GROUPΒΆ

Add new Materialization Group.

Table: REDADM.RED_MATERIALIZE_GROUPS (Internal table used by view REDADM.RED_MATERIALIZE to materialize other views)

Parameter Name

Properties

Default Value

Parameter Description

p_name

(PK)(NN)

Name of the materialization group

p_description

Description of the materialization group

Example

EXECUTE SCRIPT api_redadm.add_materialize_group
            ( 'XXX'      -- p_name
            , 'XXX'      -- p_description
            );