Thanks for reaching out to Microsoft Q&A.
Here are a few steps you can take to troubleshoot the issue:
- Check Permissions: Ensure that the Oracle user has the necessary permissions. The user should have read access to system tables and the
SELECT_CATALOG_ROLE
role assigned. - Verify SHIR Configuration: Make sure the Self-Hosted Integration Runtime (SHIR) is correctly configured and running. Check the SHIR logs for any errors.
- JDBC Driver: Confirm that the Oracle JDBC driver is correctly installed and accessible by the SHIR. The driver should be in a location that the SHIR service account can access.
- Event Viewer Logs: Look at the Windows Event Viewer logs on the machine where SHIR is installed. This can provide more detailed error messages that might not be visible in the Purview portal.
- Network Issues: Ensure there are no network issues or firewall rules blocking the connection between Purview and the Oracle database.
- Review Documentation: Go through the Microsoft Purview documentation for any additional prerequisites or steps that might have been missed.
I hope the above steps will resolve the issue, please do let us know if issue persists. Thank you