Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI "Missing IN or OUT parameter at index" error

LGCApr 30 2015 — edited May 9 2015

Hi,

Im trying to load data from several Oracle DB datasets to an Oracle table and I get the following error:

"ODI-1228: Task CAPEX (Export) fails on the target ORACLE connection DEV Staging Area.

Caused By: java.sql.SQLException: Missing IN or OUT parameter at index:: 3"

This error appears when loading data from each dataset temporary tables (C$_0CAPEX...C$_4CAPEX) to a temporary general table (C$_CAPEX). The LKM that im using is SQL to SQL

Capture.PNGCapture2.JPG

I think the problem might be related to "target_code" generated by ODI on this step,

insert into C$_CAPEX

(

CUENTA, PERIODO, ANIO, ESCENARIO, F_SOLICITANTE, PROYECTO0, VERSION, AFC, DATA

)

values

(

:CUENTA, :PERIODO, :SP2F.Anio, :ESCENARIO, :F_SOLICITANTE, :PROYECTO0, :VERSION, :AFC, :DATA

)

Please share your valuable answers.

Regards

This post has been answered by LGC on May 4 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2015
Added on Apr 30 2015
6 comments
3,265 views