Can we transfer and receive data from Oracle Database to MS SQL Server Database
Dear All
I have an interface requirement that i want to transfer table records from Oracle Database to MS SQL Server database.
So can i fetch the records from Oracle Database and from Database itself directly connect to MS SQL Server database and insert the records without using any application.
Also can it be possible through MS SQL Server Database it connects to Oracle Database and insert/update/delete the records.
How can achieve this functionality??
Thanks
Ankit