I was migrating the data from Oracle DB to AWS S3 using DMS, In the Oracle DB in one of the table the datatype for the column is Long, but the dms while reading and transfering to S3 getting the below message in the Logs, replacing the actual column and table definition names.
Column 'sample_column' was removed from table definition 'sample_table: the column data type is LOB and the table has no primary key or unique index.
But i verified that the source datatype for the sample_column was Long.
How do i resolve this issue ?