Error message: ORA-29275: partial multibyte character

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sarathchandrakt
Participant
Posts: 50
Joined: Fri Aug 29, 2014 1:32 pm
Location: Mumbai

Error message: ORA-29275: partial multibyte character

Post by sarathchandrakt »

Hi,

I Have a job which runs 22 times for 22 different tables. So, I didn't define any column names, I just used RCP. I have a table with 350000+ rows. When I try to run the job with that table as Source, the job fails with following error in Source Oracle Connector after extracting 192000+ rows.

SRC_TABLE,0: The OCI function OCIStmtFetch returned status -1. Error code: 29,275, Error message: ORA-29275: partial multibyte character. (CC_OraStatement::fetch, file CC_OraStatement.cpp, line 1,559)

The same job runs fine if I define the column names in the oracle connector.

I tried to search for the error, but not much info is available. Any help is appreciated.

Thanks,
Sharath.
Post Reply