To allow FlexDeploy to deploy to a database instance on the Oracle cloud without having to open up the database ports via the firewall, an a ssh tunnel can be established from an internal server. This ssh tunnel can then be configured to talk to the database listener via the ssh tunnel. To accomplish this, on a server on the local network that will serve as the endpoint to connect to the cloud database:
...