ORA-01461 : Can Bind long Value into LONG Column
This issue occurs while loading data from Source technology to target technology.
E.g. while loading data from file to oracle database table. Reason for the error is while defining the File data store , by mistake we have not specify the correct record separator which lead ODI to read whole row as one field and throws this error.
So to resolve this issue, check you have given the correct record separator.
No comments:
Post a Comment