In OIC what is the best way to integrate with oracle database to MS SQL Database
In Oracle Integration Cloud (OIC), I have developed an integration to transform data from an Oracle Database to a Microsoft SQL Server database using database adapters. However, processing around 4,100 records takes nearly 8 minutes. I would like to know if there are alternative or more efficient approaches to transfer and transform data from Oracle Database to MS SQL Server.
0