oracle.manageddataaccess Questions
2
I am trying to connect to Oracle database from .NET Core 3.1 using ADO.NET, here's my code:
private OracleConnection GetOracleConnection()
{
string conString = "Data Source=Q550.adr.XXXX.com;...
Carpospore asked 27/1, 2020 at 16:52
2
Using EF Core with Oracle.ManagedDataAccess.Core(2.18.3)
Not able to invoke the "options.UseOracle" method when trying to add DB context.
Compiler throws the error: 'DbContextOptionsBuilder' does...
Frenchify asked 24/10, 2018 at 15:1
1
© 2022 - 2024 — McMap. All rights reserved.