Question ORA-50201 - Error to try connect Visual Studio to an Oracle database with SSL

exll

New member
Joined
Jan 8, 2025
Messages
1
Programming Experience
5-10
I tried to connect to an Oracle database in Visual Studio, I installed Oracle Developer Tools for Visual Studio 2022 and tried to connect in Tools > Connect to Database..., I chose Oracle Database and in Data Provider ODP.NET, Managed Driver. I filled in all the fields, but I got the error ORA-50201.

1736382344973.png
 
You will likely get better answers asking a forum specifically targeted for Oracle database, rather than this C# forum that just happens to have an Oracle sub-forum.

The configuration settings may have an impact on why it is failing:
Developer's Guide

Treat Visual Studio as a 64-bit managed application, and so the implications that would have in terms of where the configuration settings might be found for that managed driver. (e.g. Any registry settings shouldn't have any effect, but the machine.config might.)
 
Back
Top Bottom