Is there a way to connect a table in an Autonomous Database to a similar table in an SQL Server database on Azure such that any changes recorded on the Oracle side are matched up on the Azure SQL Server side? Most of the methods I've found require a virtual machine and significant installation process that may be difficult for some non-Oracle users/developers to manage.
So basically, we want to periodically push data ( ETL or ELT) , potentially on a relatively large scale from Oracle Autonomous DB to an Azure SQL DB , which will most likely be MSSQL Server.