I have defined a variable named LASTUPDATE (Alpha Numeric type) and this variable is used for storing date. I have assigned it a default value of '01-JAN-1900 00:00:00'. This variable is being used in Interface Filter condition for column Last Update Date where the filter condition is LAST_UPDATE_DATE >= TO_DATE('#LASTUPDATE','DD-MON-YYYY HH24:MI:SS').
This variable and Interface is used in a package. I have dropped this variable to Package and its type is set to "Set Variable" and given a default value '01-JAN-2000 00:00:00' and then Interface is called. However When I run this ODI project, it fails at interface step and gives below error.
ODI-1228: Task Test Interface (Integration) fails on the target ORACLE connection EBS_SWMDMDEV.
Caused By: java.sql.SQLException: Missing IN or OUT parameter at index:: 1
Please suggest any solution.
Thanks