Show TOC

Syntax documentationcheck_exclude Locate this document in the navigation structure

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

Syntax Syntax

  1. check_exclude = [<owner>.]<table>|[<owner>.]<index>|
  2. [<owner>.][<prefix>]*[<suffix>]|<tablespace>|
  3. (<object_list>)|non_sap|all_part
End of the code.

Default value: no exclusion, all SAP tables and indexes are checked

Possible values:

  • non_sap: excludes non-SAP objects from the check (for example, Oracle dictionary objects)

  • all_part: excludes SAP partitions (such as in Business Information Warehouse and Advanced Planner and Optimizer) from the check

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