Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've followed the tutorial "how to set up CDC in Oracle Redo/Archive log mode" -
and I get the above exception.
My source table is CUSTOMERS (id, name, address).
When debugging the code, i notice that the following query is the one raising the exception:
select "id, "name", "address" operation$ TALEND_CDC_TYPE,COMMIT_TIMESTAMP$ TALEND_CDC_CREATION_DATE
from "TCDC_L00001"
where TALEND_CDC_STATE='1' order by TALEND_CDC_CREATION_DATE asc;
ORA-00923: From keyword not found where expected.
any ideas?
thanks,
ORA-00923: From keyword not found where expected.