Do you have any question about this error?
Message type: E = Error
Message class: DB6PM - DB2 UDB for UNIX, Windows: Performance Monitoring
Message number: 766
Message text: DBCFG - NUM_FREQVALUES: Execute RUNSTATS command after changing the value
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.
DB6PM766
- DBCFG - NUM_FREQVALUES: Execute RUNSTATS command after changing the value ?The SAP error message DB6PM766 DBCFG - NUM_FREQVALUES: Execute RUNSTATS command after changing the value typically indicates that there has been a change in the database configuration related to the frequency values for statistics collection, and the system is prompting you to update the statistics to reflect this change.
Cause:
- Configuration Change: The error arises when the configuration parameter
NUM_FREQVALUES
has been modified. This parameter controls the number of frequency values that the database collects for statistics.- Outdated Statistics: The database statistics are outdated or do not match the current configuration settings, which can lead to suboptimal query performance.
Solution:
To resolve this error, you need to execute the
RUNSTATS
command on the database. This command collects and updates the statistics for the database objects, ensuring that the optimizer has the most current information to make decisions about query execution plans.Steps to Execute RUNSTATS:
- Access the Database: Log in to your database management system (DBMS) where your SAP database is hosted.
- Run the Command: Execute the
RUNSTATS
command. The exact syntax may vary depending on the database system you are using (e.g., DB2, Oracle, etc.). For example, in DB2, you might use:RUNSTATS ON TABLE your_table_name;
You may also want to run it on all tables or specific schemas as needed.
- Verify Execution: After running the command, check for any errors and ensure that the statistics have been updated successfully.
Related Information:
RUNSTATS
command and its options.By following these steps, you should be able to resolve the error and ensure that your database statistics are up to date.
Get instant SAP help. Start your 7-day free trial now.
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...
DB6PM764
DBCFG - DFT-PREFETCH_SZ should be a factor or multiple of DFT_EXTENT_SZ
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB6PM767
DBCFG - NUM_QUANTILES: 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...
CRM_LOYIL_MSG033
Member activity exists for the deleted item
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.