Symptom
Directly after a new installation of the SAP system, the BRCONNECT
function "check" issues many warnings about missing index statistics,
although new statistics were created by the BRCONNECT function "stats"
during the installation.
For example:
...
BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (index) SAPSR3.ACC_INPH3_DPR~PKY
BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (index) SAPSR3.ACC_INPH3_DYNPRO~P
...
For example:
...
BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (index) SAPSR3.ACC_INPH3_DPR~PKY
BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (index) SAPSR3.ACC_INPH3_DYNPRO~P
...
Other Terms
BRCONNECT, missing statistics
Reason and Prerequisites
Oracle bug 6670551 in 10.2.0.2: "Indexes on empty tables don't have gathered statistics".
This bug is corrected in the Optimizer merge fix for Oracle 10.2.0.4 (see Note 1165319), but it still occurs after a new installation since the Oracle parameter required to activate the fix (_fix_control = '6670551:ON') cannot be set during the installation.
As of Release 10.2.0.5, the error is corrected generally (that is, the parameter _fix_control is no longer required for this).
This bug is corrected in the Optimizer merge fix for Oracle 10.2.0.4 (see Note 1165319), but it still occurs after a new installation since the Oracle parameter required to activate the fix (_fix_control = '6670551:ON') cannot be set during the installation.
As of Release 10.2.0.5, the error is corrected generally (that is, the parameter _fix_control is no longer required for this).
Solution
Create the missing statistics directly after the installation using the following BRCONNECT call:
brconnect -u / -c -f stats -t missing
or using the standard call:
brconnect -u / -c -f stats -t all
This should take only a few minutes.
brconnect -u / -c -f stats -t missing
or using the standard call:
brconnect -u / -c -f stats -t all
This should take only a few minutes.
Header Data
Released On | 23.08.2011 14:08:35 |
Release Status | Released for Customer |
Component | BC-DB-ORA-DBA Database Administration with Oracle |
Priority | Correction with low priority |
Category | Installation information |
Validity
|
References
This document refers to:
SAP Notes
This document is referenced by:
SAP Notes (4)
No comments:
Post a Comment