Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ODP.NET, Managed Driver missing in ADO.NET Entity Data Model Wizard for Visual Studio 2022 v17.10.1

Brenton PughJun 19 2024 — edited Jun 25 2024

We are moving away from a very old version of Devart dotConnect for a legacy .NET Framework web application. We were wanting to move to using an .edmx file instead of the .edml produced by Devart, this way we could hopefully use the existing LINQ queries that already exist.

However, when using the ADO.NET Entity Data Model wizard to create one, we are not seeing the ODP.NET, Managed Driver in the drop down as shown. We have installed the Oracle developer tools for VS 2022 and the EntityFramework, Oracle.ManagedDataAccess, and Oracle.ManagedDataAccess.EntityFramework NuGet packages. One strange thing is that we do see this provider when using the Server Explorer and creating a database connection here for the database.

Using versions

Visual Studio 2022: 17.10.1

EF: 6.0.0

Oracle.ManagedDataAccess: 21.12.0

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Jun 19 2024
14 comments
821 views