Move data from one table in SQL server DB to Oracle DB
Hi All
Kindly, I need to move data from one table in SQL server DB to Oracle DB same table every hour.
My DB 11.2.0.4 on linux
SQL server I do not know the version but it's on windows
I was trying to create DB link in Oracle DB but I end that it's must to have license for "oracle database gateway for SQL server", and purchasing that license rejected in My company
is there is any way that I can have that DB link without "oracle database gateway to SQL server"?
is there is any other way to schedule a job to copy the data from SQL server to Oracle DB? such as using MS Power BI, MS Power Automate, ... so I can learn & study