Unable to access oracle database from a port using SSL Certificate from Synapse

Xhevahir Mehalla 25 Reputation points
2024-09-24T14:26:11.63+00:00

Hello -

I am struggling to get something working.

Here's the setup:

  1. Use synapse to connect to Oracle OCI database - using port 1521 no encryption and is working fine
  2. Oracle dba creating a new port 2484 which is encrypted
  3. Azure team received the server_ca.cert file from Oracle team
  4. We placing the about file on the VM where are running self-hosted Integration RunTime under c:\app\wallet\server_ca.cert file.
  5. I am trying different ways to create a service link but I cannot make it work.
  6. I use the Key vault to create the connection strings like this: Host=dbname;Port=2484;ServiceName=servicename;User Id=user;Password=user;EncryptionMethod=1;TrustStore=C:\app\wallet;
  7. I tried to create the service link and I get unable to access the TrustStore.
  8. I even to trust to add the ca on the connection string like this: Host=dbname;Port=2484;ServiceName=servicename;User Id=user;Password=user;EncryptionMethod=1;TrustStore=data:// -----BEGIN CERTIFICATE-----certificate-----END CERTIFICATE----- but gives me userName and password error message which is not true.

I can provide you the script if that helps.

Not sure what am I doing wrong.

Please can you help me with this.

Thanks

Xhev

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,273 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,903 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.