I am trying to migrate the data from Oracle DB to PostgreSQL DB using SSIS. I am using OLEDB source and OLEDB Destination in data flow task for the same. When I execute the package, it is running successfully. Eventhough it is saying 'N' number of
records are written to oleDB destination, I could find only 100 records always in PostgreSQL DB destination table. There are no error records. I am unable find out the exact issue. Any idea on this?
↧