Load csv file to oracle database
Hello,
I have taken the csv file backup in the source database table (MS-SQL) and wanted to load/insert those records to Oracle database. How to do this activity.?
For example, source database table contains the 73 columns however the same table in the target side contains the 72 columns. Will it possible to load the records/data.? if yes what is best approach to do this.?