@Nitin Patil Thanks for the question and using MS Q&A platform.
The error message indicates that the Oracle-linked service is unable to connect to the Oracle server. There could be several reasons for this error, including network connectivity issues, incorrect connection settings, or authentication errors.
Here are some troubleshooting steps you can follow to resolve the issue:
- Verify that the Oracle server is up and running and is accessible from the Azure VM where the self-hosted integration runtime is installed.
- Check the firewall settings on the Oracle server and ensure that the necessary ports are open for communication.
- Verify that the connection settings for the Oracle-linked service are correct. Check the hostname or IP address, port number, and other connection settings to ensure they match the Oracle server configuration.
- Check the credentials used for authentication. Ensure that the username and password are correct and have the necessary permissions to access the Oracle server.
- Check the ODBC driver configuration on the Azure VM where the self-hosted integration runtime is installed. Ensure that the driver is configured correctly and that the correct version is installed.
- Check the logs for the self-hosted integration runtime to see if there are any errors or warnings related to the Oracle-linked service. You can access the logs by logging in to the Azure portal and navigating to the integration runtime's properties page.
If you are still unable to resolve the issue, you may want to consider installing the self-hosted integration runtime on the on-premises server instead of the Azure VM. This can help reduce network latency and improve performance.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.