Hi ,
Thanks for reaching out to Microsoft Q&A.
To migrate your Oracle linked service from version 1.0 to 2.0 in ADF, you need to map the old connection details to the new fields provided in version 2.0, as the TNS string is no longer supported directly. From your version 1.0 setup, take the host (10.1.2.3
), port (1521
), and service name (orcl
) and enter them in the Server, Port, and Service name fields respectively in the version 2.0 configuration. Keep the auth type as Basic and enter the same username and password as before. For the additional property encryptionmethod=1
that you had in version 1.0, set Encryption client
to accepted
and Crypto checksum client
to accepted
in version 2.0, leaving the encryption and checksum type fields blank unless your DBA specifies algorithms like AES256 or SHA1. Your provided TNS string is correct but only serves as a reference for extracting these values, as version 2.0 uses explicit field mappings rather than a TNS entry. Once the configuration is complete, test the connection, and if encryption errors occur, confirm the required encryption and checksum algorithms with your DBA before finalizing the setup.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.