pdb_commit_generation_filter

Description

Returns and modifies a list of Oracle RAC database instances (or nodes) that are filtered for commit log record generation.

NoteThis command is available only for Oracle and is only applicable to Oracle RAC databases.

Syntax

pdb_commit_generation_filter 
    { [add, inst_name] | [remove, [inst_name | all] ] }

Parameters

add

To add an Oracle instance name to the list of instances filtered for commit log record generation, follow the pdb_commit_generation_filter command with the add keyword and the inst_name parameter specifying the Oracle instance name:

pdb_commit_generation_filter add, inst_name

remove

To remove an Oracle instance from the list of instances filtered for commit log record generation, follow the pdb_commit_generation_filter command with the remove keyword and the inst_name parameter specifying the Oracle instance name:

pdb_commit_generation_filter remove, inst_name

To remove all Oracle instances from the list of instances filtered for commit log record generation, follow the pdb_commit_generation_filter command with the remove keyword and all keyword:

pdb_commit_generation_filter remove, all

To list the Oracle instances that are currently being filtered for commit log record generation, enter the pdb_commit_generation_filter command alone:

pdb_commit_generation_filter

Examples

Example 1

pdb_commit_generation_filter

This command lists Oracle RAC database instances that are currently being filtered for commit log record generation.

Example 2

pdb_commit_generation_filter add, ora_inst1

This command adds the Oracle instance named ora_inst1 to the list of instances filtered for commit log record generation.

Example 3

pdb_commit_generation_filter remove, ora_inst1

This command removes the Oracle instance named ora_inst1 from the list of instances filtered for commit log record generation.

Example 4

pdb_commit_generation_filter remove, all

This command removes all Oracle instance names from the list of instances filtered for commit log record generation.

Usage

See also

pdb_commit_generation_status