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
CharlyGCharlyG 

Data Loader java.sql.SQLException: ORA-xxxx

Hi
 
I am using the data loader to UPSERT some Opportunity records linked to a custom object with an external ID field, and get the following error on some records (not all):
 
java.sql.SQLException: ORA-20016:
ORA-06512: at "DOC.CUSER", line 2771
ORA-06512: at "DOC.SOPPORTUNITY", line 692
ORA-06512: at line 1
: {call sOpportunity.insert_detail(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
 
What does this mean and how can I fix it?
 
Thanks
 
Charly
benjasikbenjasik
looks like a bug on our side.

Can you log a case?
CharlyGCharlyG
Hi

I have managed to "fix" it, by ommitting to upsert the OwnerID. It worked. Not sure if it addresses the problem, but at least I managed the upsert.

Regards

Charly