Symptom
When running the preupgrade utility, the following warning is reported for round-robin partitioned tables:
Warning: The following user tables have duplicate rows in dbname.sysstatistics.
Please drop and recreate statistics on these objects.
Warning: delete statistics MY_REQUESTS; update [all] statistics MY_REQUESTS
Warning: delete statistics MY_REQUESTS; update [all] statistics MY_REQUESTS
...
Run the following SQL statement to identify duplicate rows in each database:
select s.id, s.statid, s.colidarray, s.formatid, s.sequence, count(*) from sysstatistics s group by s.id, s.statid, s.colidarray, s.formatid, s.sequence having count(*) > 1
Read more...
Environment
- SAP Adaptive Server Enterprise (ASE) 15.7
- SAP Adaptive Server Enterprise (ASE) 16.0
Product
Keywords
CR#805217, CR805217, 805217, roundrobin, partition, partitioni , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , BC-DB-SYB , Business Suite on Adaptive Server Enterprise , Bug Filed
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.