field causing ORA-01460: unimplemented or unreasonable conversion requested
553725Jun 13 2007 — edited Jun 21 2007I wrote a script that attaches to Salesforce.com via their API and retrieves all the data out of a table and then loads a PL/SQL procedure from one of our databases, which loads the data from salesforce into a local oracle table.
The column in question is a CLOB and the value of the record that is failing is:
Is there a way that I can clean this field or am I doing something wrong on the pl/sql procedure in the database. I will post that next
Message was edited by:
msimonds
Had to remove some information