Local_Buffers=local-buffer-options Allows you to change the default local buffer parameters when you restore a database. The following options are available: o Number=number-buffers Use this option to specify the number of local buffers available for all users. You must specify a number between 2 and 32,767 for the number-buffers parameter. o Size=buffer-blocks The size (in blocks) for each buffer. You must specify a number between 2 and 64 for the buffer-blocks parameter. If you specify a value smaller than the size of the largest page defined, RMU Restore automatically adjusts the size of the buffer to hold the largest page defined. For example, if you specify the Local_Buffers=Size=8 qualifier and the largest page size for the storage areas in your database is 64 blocks, RMU Restore automatically interprets the Local_Buffers=Size=8 qualifier as though it were a Local_Buffers=Size=64 qualifier. The value you specify for the Size option determines the number of blocks for each buffer, regardless of whether local buffering or global buffering is enabled for the database. If you do not specify a Local_Buffers qualifier, the database is restored with the values that were in effect when the database was backed up.