Connection issue with Oracle Autonomous Cloud (ADW) and Azure Data Factory

Keshaw Bhardwaj 0 Reputation points
2024-05-10T11:29:44.0466667+00:00

Hi,

I am trying to connect Oracle Autonomous Database (ADW) with Azure Data Factory using self hosted integration runtime. After setting up Oracle DataDirect wire protocol 8.0 driver still i am unable to connect. i am getting this error below

ERROR [08001] [Microsoft][ODBC Oracle Wire Protocol driver]ORA-12203: unable to connect to destination

If you have any solution regarding this, please provide

Thank You

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,762 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Harishga 4,250 Reputation points Microsoft Vendor
    2024-05-15T10:22:51.6066667+00:00

    @Keshaw Bhardwaj
    The errors you are facing are related to ODBC connections to an Oracle database and involve SSL and connectivity issues.

    The first error, "ERROR [28000]," states a problem with the SSL configuration, specifically with the trust store file that contains the trusted SSL certificates. To resolve this issue, you should ensure that the trust store file is present and correctly specified in the connection settings, verify that the trust store file has the correct permissions and is accessible by the ODBC driver, and check if the trust store file is in the correct format and contains the appropriate certificates.

    The second error, "ERROR [08001] ORA-12203," signifies that the client could not connect to the Oracle database. Possible solutions include confirming that the network connection to the Oracle server is active and stable, verifying that the hostname and port number in the connection string are correct, ensuring that the Oracle listener is running and properly configured, and checking the TNSNAMES.ORA file for correct configuration details.

    It is important to make sure that the ODBC drivers are compatible with the Oracle version you are using and that all connection details are accurate. If the problem persists, you need to consult with a network administrator.

    I hope this helps you resolve the issue. If you have any further questions or concerns, please let me know.

    1 person found this answer helpful.
    0 comments No comments