ORA-01722

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
BSG1
Participant
Posts: 29
Joined: Mon May 11, 2015 9:43 am
Location: United States

ORA-01722

Post by BSG1 »

Hi All,

I am reading using Oracle Connector Stage. When I run the same job with few records it run fine but with full data it's giving following error:

The OCI function OCIStmtFetch2 returned status -1. Error code: 1,722, Error message: ORA-01722: invalid number. (CC_OraStatement::fetch, file CC_OraStatement.cpp, line


Can you suggest please?
BSG1
Participant
Posts: 29
Joined: Mon May 11, 2015 9:43 am
Location: United States

Post by BSG1 »

Used To_NUMBER as a workaround with suspected field.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's not a "workaround", at least not in my book.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply