Entering content frameSyntax documentation -f next Locate the document in its SAP Library structure

This BRCONNECT function adapts the next extents of database tables. For more information, see:

Recommendation

We strongly recommend you to use this BRCONNECT function rather than the equivalent SAPDBA one, sapdba -next <tablespace(s)>. The reason is that we will in future no longer develop the SAPDBA functions, whereas BRCONNECT functions will always be fully up-to-date.

Function options:

Input syntax: -e [<owner>.]<table>,[<owner>.]<index>,<tablespace>|<object_list> |all_part|null

Default: No exclusion, process all selected objects

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 next_exclude parameter. This means that no tables or indexes are excluded from processing.

You can use this option to exclude from processing tables or indexes with exceptional space parameters. This option overrides the next_exclude parameter.

Input syntax: -f free|max|both|nocasc

Default: both

The next extent size is not normally reduced, but only rounded down to the next multiple of 5 times the database block size.

Input syntax: -l <count>

Default: Settings from tables TGORA and IGORA

0 means unlimited number of extents

This option overrides the next_limit_count parameter.

Input syntax: -m <size>

Default: 2 GB - 5 * <database block size>

0 means unlimited next extent size

You can specify this option in KB, MB, or GB. This option overrides the next_max_size parameter.

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

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

This option overrides the next_owner parameter.

Input syntax: -s|-special [<owner>.]<table>:<size>[/<limit>]|[<owner>.]<index>:<size>[/<limit>]|<special_list>|all_sel:<size>[/<limit>]|null

Default: Derived from internal rules for determining next extent size

This option overrides the next_special parameter.

Input syntax: -t all|special|[<owner>.]<table>|[<owner>.]<index>|<tablespace> |<object_list>

Default: All objects of selected owners

This option overrides the next_table parameter.

 

 

Leaving content frame