Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to implement CDC in oracle as given in
https://www.talendforge.org/tutorials/tutorial.php?language=english&idTuto=42
When i am adding CDC to Customers table on DataOracle,It has generated a script which puts an entry in TSubscribers table and creating a new subscriber as TCDC_Customers.
But here i am facing a difficulty as the script generated has ID as Number(0).This is further giving me "number precision specifier is out of range(1 to 38) " error.
While the manual has correct script with NUMBER(22,0).
Any help or suggestion would be appreciated.