upgrade the Amazon RDS for Oracle connector v2 is not working

Ashok Sharma 0 Reputation points
2025-06-19T05:43:54.0533333+00:00

I am trying to upgrade existing linked service for Amazon RDS for Oracle to v2. When I try to publish the linked service, below properties are empty. Can someone help me on this?

I am using below json template for the linked service.

{

"name": "AmazonRdsForOracleLinkedService", 

"properties": { 

    "type": "AmazonRdsForOracle", 

    "version": "2.0", 

    "typeProperties": { 

        "server": "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST= amazonrdsfororaclesample.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=db1)))",  

        "username": "<user name>",  

        "password": "<password>",  

        "authenticationType": "<authentication type>" 

    }, 

    "connectVia": { 

        "referenceName": "<slefhosted Integration Runtime>", 

        "type": "IntegrationRuntimeReference" 

    } 

} 

}

User's image

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

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 9,780 Reputation points
    2025-06-19T07:33:29.4466667+00:00

    hi Ashok! thanks for posting this,

    make sure u picked 'version 2.0' in the dropdown. sometimes the ui glitches and resets it to 1.0. if it still acts up, try deleting the linked service and recreating it from scratch. Check if ur selfhosted integration runtime is updated to the latest version. old runtimes can cause weird issues like this. u can find the update instructions here https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#update-the-self-hosted-integration-runtime

    for any oracle connector, not just azure, always verify the connection string format matches oracle's requirements. worth looking into the authentication type too. if u switched from basic to windows auth, u might need to adjust credentials.

    one more thing, sometimes the service just needs a restart. here's how to properly restart the integration runtime https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime#restart-the-self-hosted-integration-runtime

    let us know if this sorts it out,

    rgds,

    Alex


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.