stats_info_cubesThis parameter defines which tables are treated as InfoCube tables by BRCONNECT. For more information, see Update Statistics for InfoCube Tables.
Syntax
stats_info_cubes = null|default|rsnspace_tab|[<owner>.]<table>|[<owner>.][<prefix>]*[<suffix>]|(<table_list>)Default value: rsnspace_tab
Possible values:
null
: suppresses special handling of InfoCube tables
default
: includes the default table list of InfoCube tables specified in Update Statistics for InfoCube Tables.
rsnspace_tab
: all tables with the name prefix specified in RSNSPACE control table
Example
stats_info_cubes = (default,ABC*, XYZ*)
In this example, table ABC and all tables starting with XYZ are treated as InfoCube tables, in addition to default tables.
Note
Normally you do not need to set this parameter.