Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 764
Message text: DBCFG - DFT-PREFETCH_SZ should be a factor or multiple of DFT_EXTENT_SZ
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
DB6PM764
- DBCFG - DFT-PREFETCH_SZ should be a factor or multiple of DFT_EXTENT_SZ ?The SAP error message DB6PM764 indicates a configuration issue related to database settings, specifically concerning the parameters DFT-PREFETCH_SZ and DFT_EXTENT_SZ. This error typically arises in the context of database management systems, such as IBM Db2, which is often used with SAP applications.
Cause:
The error message states that the DFT-PREFETCH_SZ (default prefetch size) should be a factor or multiple of DFT_EXTENT_SZ (default extent size). This means that the prefetch size must be configured in such a way that it can be evenly divided by the extent size. If this condition is not met, the database may not function optimally, leading to performance issues or errors during data retrieval.
Solution:
To resolve this error, you need to adjust the configuration of the database parameters. Here are the steps you can take:
Check Current Settings:
- Use the database management tools or SQL commands to check the current values of DFT-PREFETCH_SZ and DFT_EXTENT_SZ.
Adjust DFT-PREFETCH_SZ:
- If DFT-PREFETCH_SZ is not a factor or multiple of DFT_EXTENT_SZ, you will need to change it. You can set it to a value that meets the requirement. For example, if DFT_EXTENT_SZ is 4 KB, then valid values for DFT-PREFETCH_SZ could be 4 KB, 8 KB, 12 KB, etc.
Modify Database Configuration:
- Use the appropriate SQL command or database management interface to modify the configuration. For example, in Db2, you might use:
UPDATE DATABASE CONFIGURATION USING DFT_PREFETCH_SZ <new_value>;
- Replace
<new_value>
with the new prefetch size that meets the criteria.Restart the Database:
- After making changes to the database configuration, you may need to restart the database for the changes to take effect.
Test the Configuration:
- After restarting, verify that the error message no longer appears and that the database is functioning correctly.
Related Information:
By ensuring that DFT-PREFETCH_SZ is a factor or multiple of DFT_EXTENT_SZ, you can resolve the error and optimize database performance.
Get instant SAP help. Start your 7-day free trial now.
DB6PM763
DBCFG: creating indexes !
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM762
DBCFG: INDEXSORT = NO can have negative impact on the performance of
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM765
DBCFG - DFT_DEGREE: invalid input format of value &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM766
DBCFG - NUM_FREQVALUES: Execute RUNSTATS command after changing the value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.