Entering content frameSyntax documentation check_exclude Locate the document in its SAP Library structure

This parameter defines the database objects (that is, tables, indexes, and tablespaces) to be excluded from the BRCONNECT check function.

Syntax: check_exclude = [<owner>.]<table>|[<owner>.]<index>|<tablespace>|(<object_list>)|non_sap|all_part

Default: No exclusion, all SAP tables and indexes are checked

non_sap means that non-SAP objects are excluded from the check (for example, Oracle dictionary objects).

all_part means that SAP partitions (such as in Business Information Warehouse and Advanced Planner and Optimizer) are excluded from the check.

You can use this parameter to exclude tables or indexes with exceptional space parameters or statistics handling from the checks.

Leaving content frame