Global_Buffers=global-buffer-options
Allows you to change the default global buffer parameters when
you restore a database. The following options are available:
o Disabled
Use this option to disable global buffering for the database
being restored.
o Enabled
Use this option to enable global buffering for the database
being restored. You cannot specify both the Global_
Buffers=Disabled and Global_Buffers=Enabled qualifiers in
the same RMU Restore command.
o Total=total-buffers
Use this option to specify the number of buffers available for
all users. The minimum value you can specify is 2; the maximum
value you can specify is the global buffer count stored in the
.rdb file.
o User_Limit=buffers-per-user
Use this option to specify the maximum number of buffers
available to each user.
If you do not specify a Global_Buffers qualifier, the database
is restored with the values that were in effect when the database
was backed up.
When you specify two or more options with the Global_Buffers
qualifier, use a comma to separate each option and enclose the
list of options within parentheses.