@John Broomfield - Thanks for the question and using MS Q&A platform.
The error message "Oracle 11 Error code: (27001) The remote server returned an error 403 Forbidden" typically indicates that the user or application attempting to access the Oracle database does not have the necessary permissions to perform the requested operation.
To resolve this issue, you should check the following:
- Verify that the user or application has the necessary permissions to access the Oracle database. This may involve checking the user's roles and privileges in the database, as well as any firewall or network settings that may be blocking access.
- Check the Oracle database logs for any additional information about the error. The logs may provide more details about the specific operation that is failing and the reason for the 403 Forbidden error.
- Ensure that the Oracle database is configured to allow remote connections. This may involve configuring the database listener and network settings to allow connections from the IP address or hostname of the machine running the application.
For more details, refer to Connect to and manage Oracle in Microsoft Purview - Required permissions for scan.
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.