I created a sequence in Oracle db
I am trying add this sequence in ODI, but ODI do not show the sequence name.
Then I tried to just type in the seq name
I used this seq in map as :progname.acc_id_seq_NEXTVAL
but got an error
ODI-1228: Task Insert flow into I$ table-IKM Oracle Incremental Update- fails on the target connection ORA_DW.
Caused by: java.sql.SQLException: ORA-22992: cannot use LOB locators selected from remote tables
please help me fix this issue.
Thanks