function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
deepak_tintrideepak_tintri 

"common.exception.SfdcSqlException: ORA-20067: OPPORTUNITY.PRICEBOOK2_ID ORA-06512: at "DOC.SOPPORTUNITY", line 2423" error while updating opportunity

Hi ,

I am getting "common.exception.SfdcSqlException: ORA-20067: OPPORTUNITY.PRICEBOOK2_ID
ORA-06512: at "DOC.SOPPORTUNITY", line 2423" error while updating opporunity through apex.

Below is the snippet of debug log.

14:01:40.137 (1137506030)|HEAP_ALLOCATE|[2]|Bytes:657
14:01:40.137 (1137602940)|FATAL_ERROR|System.DmlException: Update failed. First exception on row 0 with id 006G000000XLZPUIA5; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, A workflow or approval field update caused an error when saving this record. Contact your administrator to resolve it.
common.exception.SfdcSqlException: ORA-20067: OPPORTUNITY.PRICEBOOK2_ID
ORA-06512: at "DOC.SOPPORTUNITY", line 2423
ORA-06512: at line 1

{call sOpportunity.update_opportunities(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

{call sOpportunity.update_opportunities(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}: []

/**************
Opportunity o=new Opportunity(Id='006G000000XLZPU', OwnerId='005G000000259h8');
update o;
****/
When I try to update onwer through UI, I get below error.

Unable to Access Page
The value of a parameter contains a character that is not allowed or the value exceeds the maximum allowed length. Remove the character from the parameter value or reduce the value length and resubmit. If the error still persists, report it to our Customer Support team. Provide the URL of the page you were requesting as well as any other related information.
---------
URL after update through UI  :https://na11.salesforce.com/ex/ex.jsp?retURL=%2F006G000000XLZPU%2Fa%3FnewOwn_lspfsub%3D0%26newOwn_lkid%3D%26ids%3D006G000000XLZPU%26newOwn%3DMarc%2BSchneider%26newOwn_lspf%3D0%26newOwn_lktp%3DStandardUserLookup%26_CONFIRMATIONTOKEN%3DIHKTJXKPqrDoEooI6BQEYdmhLJAnjnLg0qSOMCedZt.ZKwTz7SPClNkixbhe6i1aWz0ARgFI2Hud2J8UNwA6lrcbvLnjzhxm2bC.bH7KibOLGDGjVDEqDD8dX2Qa7GdvoonZbLwaJHpchM_3RC5YYkiPnTU%253D%26newOwn_mod%3D1%26id%3D006G000000XLZPU%26retURL%3D%252F006G000000XLZPU%253Fnewid%253D006G000000XLZPU%26cancelURL%3D%252F006G000000XLZPU%253Fnewid%253D006G000000XLZPU%26newOwn_lkold%3Dnull&handledEx=core.workflow.FieldUpdateException

---


thisisnotaprilthisisnotapril
One post per question please. All others will be deleted.