Can we update ADW autonomous db table from an on-prem db table using DBMS_PIPE
Can I use DBMS_CLOUD_PIPELINE or DBMS_PIPE sql package to move data from an on-premise Oracle database table to a target table in Oracle cloud Autonomous ADW database?
Data will be updated multiple times per day in the on-premise database table and we would like to update the same table in our ADW database also.
Any suggestions?
Nasar