Symptom
Got error 3606 "Arithmetic overflow occurred" when running sp_configure to configure "statement cache size" that is bigger than 2 GB using the format of 'kKmMgG':
1> sp_configure 'statement cache size', 0, '3G'
2> go
Msg 3606, Level 16, State 4:
Server 'XXXX', Procedure 'sp_configure', Line 1209:
Arithmetic overflow occurred.
(return status = -6)
1> sp_configure 'statement cache size', 0, '3072M'
2> go
Msg 3606, Level 16, State 4:
Server 'XXXX', Procedure 'sp_configure', Line 1209:
Arithmetic overflow occurred.
(return status = -6)
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) 15.7 and higher.
SAP Adaptive Server Enterprise (ASE) 16.0 and higher.
Product
Keywords
KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , 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.