Oracle stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
prashantnandi
Participant
Posts: 2
Joined: Mon Nov 20, 2006 6:45 am
Location: Pune

Oracle stage

Post by prashantnandi »

Hi,

I have a job which has reference look up as Oracle table.
When i try to use Sparse look up on the Oracle reference table from
the look up primary source i am getting the the below error.


ORA-01480: trailing null missing from STR bind value

But if instead of Sparsed look up if i use Normal look up ,then its working
The screen shot of error in detail is as below

TLookup_36,0: GenericQuery:esqlErrorHandler
Open failed for: GenericStmt_1
query is: SELECT ACCT_NUM,trim(WEB_ID) as WEB_ID,WEB_SITE_ID FROM CAT01.ST_ACCT WHERE WEB_ID = :WEB_ID AND WEB_SITE_ID= :WEB_SITE_ID
sqlcode is: -1480
esql complaint: ORA-01480: trailing null missing from STR bind value
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Please post questions about parallel jobs in the parallel job forum.

Search to learn about how to do images here - you can not post them directly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Search asktom.oracle.com use ORA-1480. It is a bug. There is a fix for it.
Mamu Kim
Post Reply