You need to sign in to do that
Don't have an account?
CharlyG
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(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
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
Can you log a case?
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