Show TOC Start of Content Area

Syntax documentation -f check  Locate the document in its SAP Library structure

This BRCONNECT function checks the database system. For more information, see Database System Check.

Function options:

·        -d|-default: Uses internal BRCONNECT default settings to check the database system

Input syntax: -d|-default

Default value: Uses settings from the control table DBCHECKORA .

·        -e|-exclude: Defines tables and indexes to be excluded from the check

Input syntax: -e|-exclude [<owner>.]<table>|[<owner>.]<index>|
[<owner>.]<prefix>*|<tablespace>|<object_list>|
non_sap|all_part|null

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

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

null invalidates the exclusion list defined by the check_exclude parameter. This means that no tables are excluded from processing.

Default value: no exclusion

You can use this option to exclude tables or indexes with exceptional space parameters or statistics handling.

This option overrides the check_exclude parameter.

·        -o|-owner: Defines the database owner of tables and indexes to be checked

Input syntax: -o|-owner <owner1>[,<owner2>,...]

Default value: All SAP owners in a multi-schema database or SAPR3/SAP<SID> in a standard SAP database

This option overrides the check_owner parameter.

 

End of Content Area