If the Oracle database is located outside of Azure, and you are using Azure Synapse Analytics with a Managed Virtual Network, you would typically need to:
- Open port 443 for outbound traffic from Azure to Oracle, as this is the standard for secure HTTPS communication.
- Ensure that the Oracle database's firewall allows inbound connections from the Azure Synapse Managed VNet's IP range.
- If necessary, set up a Site-to-Site VPN or Azure ExpressRoute for a secure dedicated network connection between Azure and the on-premises location where the Oracle database is hosted.
The specific ports required for Oracle will depend on the configuration of the Oracle server, but often include port 1521 for Oracle SQL*Net traffic. Always confirm with the Oracle database's network configuration to ensure proper connectivity.