Unable to Connect to Oracle Database Using 'Connect to Database' Activity – ORA-28040 Error

Hello,

I am encountering an issue when attempting to connect to an Oracle database using the ‘Connect to Database’ activity in UiPath.

“ORA-28040: The database does not accept your client’s authentication protocol; login denied”
Details:

  • The issue occurs when using Database.Activities version 1.9.0 or 1.10.
  • I am able to successfully fetch data when using Database.Activities version 1.7.1, which suggests the problem may be related to changes in the authentication protocol or client libraries in newer versions.

Provider name: Oracle.ManagedDataAccess.Client
Oracle version: ORA11g(32bit)

Could you please help me understand how to resolve this issue with the newer versions of the Database.Activities package? Any guidance on compatibility or client configuration changes required would be appreciated.

Thank you in advance.
Muthukumar R

@muthukumar.rajendran

different oracle clients and server version cause this error

may be an old protocol is being used and the protocol used in latest version is not being supported

try to allow on oracle server side

4 Au thentication Methods.

also on UiPath this is one of the requirements

cheers

@Anil_G Thank you very much for your suggestion. let me try and revert back on this.

1 Like