Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to tmap sql server table with Oracle table.
I have a table in Sql server with Blob and clob datatype. I need to create a job to copy data to oracle table with same table structure.
When i am trying to tmap, i cannot find blob or clob in the datatype list when adding a column.
You will need to use the Object class for this. If you need to process data within the Blob or Clob, this will require casting to a suitable Java class which enables you to read this.