Migrating Oracle Secure Global Desktop on Azure - oracle

We have to migrate the Oracle Secure Global Desktop application on Azure cloud.
So, My question is as below-
Is it possible to migrate above application on Azure cloud ?
If we plan to migrate it what thing I have to take care?
Regards,
Abhi

Yes, you can connect Oracle Secure Global Desktop with Azure cloud as the oracle have partnered with Microsoft with the private connectivity by enabling VPN access.
For private access from your data center to Oracle Cloud, use either Oracle Cloud Infrastructure FastConnect or IPSec VPN. Similarly, for private traffic from your data center to Microsoft Azure, use ExpressRoute or VPN.
For cross-cloud networking between Oracle Cloud and Microsoft Azure, set up a connection between a FastConnect circuit in Oracle Cloud and an ExpressRoute circuit in Microsoft Azure.
you can connect through Microsoft Azure Virtual Network and Express Route
Here is the document with complete information.

Related

Is there a way that my application in azure can connect directly to Oracle Database on premise

I intend to migrate my application into azure but the oracle database which the application connects to is still on premise.
Is there a way that my application on azure can connect directly to Oracle Database on premise

Connect to Oracle OnPremises using Azure Data Factory - via S2sVPN

Is it possible to connect to on-premises Oracle DB using Azure Data Factory via a Site to Site VPN? Or am I obliged to use a Self-Hosted Integration Runtime?
Thanks
If your data store is located inside an on-premises network, an Azure virtual network, or Amazon Virtual Private Cloud, you need to configure a self-hosted integration runtime to connect to it.
If your data store is a managed cloud data service, you can use the Azure Integration Runtime. If the access is restricted to IPs that are approved in the firewall rules, you can add Azure Integration Runtime IPs to the allow list.
You can also use the managed virtual network integration runtime feature in Azure Data Factory to access the on-premises network without installing and configuring a self-hosted integration runtime.
For more information about the network security mechanisms and options supported by Data Factory, see Data access strategies.
The integration runtime provides a built-in Oracle driver. Therefore, you don't need to manually install a driver when you copy data from and to Oracle.
Refer - https://learn.microsoft.com/en-us/azure/data-factory/connector-oracle?tabs=data-factory

Connecting to On-Premises Oracle DB from Azure Data Factory

Trying to connecting to On-Premises Oracle DB from Azure Data Factory.
Current Setup:
Oracle db - On Premises
VM with Self Hosted Integration Runtime on Azure - Tested with other MSSQL Server Databases - can connect successfully - This VM is managed by ITP (our Cloud Hosting Team), developers don't have access to it.
Azure Data Factory - configured to consume above Self Hosted Integration Runtime.
I can connect to Oracle db from my local machine, using Taod for Oracle. When passed same credential details - connection fails from ADF.
Do I need to ask ITP to install ODAC on VM for the connectivity?
Congratulations that #Sreedhar have figured out the error by himself:
"Figured out, just need to install Oracle Data Access Components (ODAC) on the VM and everything works."
I help him post it as answer and this can be beneficial to other community members.

Connected to On-prem Oracle Database from Azure

I have a web application running on azure and some of the data resides in my on-premises Oracle Database. I need a way to get that data from on-premises oracle database to that application running on azure.
I don't have any VPN connectivity to my On-Premises data center.
Can I use BizTalk Service in Azure?

Connect to Google Cloud SQL

When setting up the Google Cloud SQL, I have to set up the allowed network so that it can access to the cloud sql instance.
I want to make my application in cloud9 to connect to the cloud sql instance, is it possible to do that? How I can get the outgoing IP address to setup?
is cloud9 an appengine app?
if yes check this article:
Configuring Instance Access
https://cloud.google.com/sql/docs/access-control#appengine
Basically you can grant individual Google App Engine applications access to a Google Cloud SQL instance.

Resources