@pmscorca Thanks for using Microsoft Q&A forum and posting your query.
Yes, it is possible to use Azure Synapse Analytics and Azure Data Factory with Managed Virtual Network to implement an Azure data platform solution to get data from an Oracle source.
The main challenge here will be to establish network connection between your ADF/Synapse Managed vNet to your Oracle data source.
If you use ADF with Managed vNet enabled, then you will have to follow the similar approach explained in this document: How to access on-premises SQL Server from Data Factory Managed VNet using Private Endpoint
You will have to create a connection between ADF Managed virtual network and Oracle network either using ExpressRoute or VPN similar to the one shown below.
For connection between ADF Managed Vnet to Synapse Vnet should be straight forward. You just have to go to your Managed Private endpoints and create connection to your Azure Synapse Analytics.
I would highly recommend going through this video by a community volunteer to get better understanding on Managed VNet in ADF/Azure Synapse Analytics: Managed Virtual Networks and Private Endpoints in Azure Synapse and Azure Data Factory
Hope this info helps.
Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.