Cannot obtain Oracle Client information from registry.

Cannot obtain Oracle Client information from registry.

The error you are facing says that Oracle Client is not installed or the bitness of the application doesn't match to the bitness of the client.

1.) Install Oracle Client

2.) Configure the connection to your server in the tnsnames.ora file.

3.) Make sure that the Platform target of your project matches the bitness of the Oracle Client. For example, if you had only installed Oracle for Windows (x64) 64-bit, the Platform target should be "x64" (not "Any CPU").
Image
    • Related Articles

    • The error "Cannot obtain Oracle Client information from registry"

      The error "Cannot obtain Oracle Client information from registry" means that you don’t have Oracle client installed or the bitness of your application doesn't match the bitness of your Oracle Client.   ...
    • Data Compare for Oracle - binary_double

      Please note that Direct mode does not support such types as BINARY_DOUBLE, BINARY_FLOAT and XMLTYPE.  You may find information about this in our documentation: ...
    • dotConnect for Oracle distribution

      dotConnect for Oracle is distributed in two ways:   - As the installer that provides assemblies for Full .NET Framework, documentation, samples, and all the necessary files. - As NuGet packages with .NET Standard compatible assemblies for .NET Core. ...
    • How to Connect to MySQL Server

      In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we ...
    • ODBC Data Sources (64-bit) Data Source config error

      Kindly note that you are getting the GDS Function not linked error because the Client Library field specifies the path to our Devart InterBase ODBC Driver library (DevartODBCInterBase.dll), not the InterBase client library (ibclient64.dll for ...