Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
150 views

I am trying to add Oracle database into Visual Studio 2019 Professional > Server Explorer. I am able to get to the Add Connection Window after choosing Oracle Database ODP.NET, Managed Driver, ...
khode-hub's user avatar
0 votes
0 answers
212 views

I am doing some research in order to increase the performance of my asp.net webapi core (5.0) when working with an oracle (12g) database. I have made two endpoints for tests purpose in this API : Raw ...
Dypso's user avatar
  • 573
0 votes
0 answers
334 views

When connecting to some databases, I get the following error message when opening a connection. The caller is a TransactionScope. From the app: MTSRMManager.CCPEnlistDistributedTxnToSysTxn(...
Vincent's user avatar
  • 540
0 votes
0 answers
257 views

Oracle Docs Claim that ODP.net creates a windows event log containing the location of the trace. ODP.NET will create an entry in the Windows event log where the trace was created anytime it creates a ...
Ryan Leach's user avatar
  • 4,500
0 votes
1 answer
507 views

I'm continue to learn using Oracle... and it's not so easy... I want make a insert with parameter and return a value Public Function InsertMapping(GeneralDatas As List(Of String)) As Decimal Dim ...
YannickIngenierie's user avatar
0 votes
1 answer
945 views

I am getting the following error ExceptionMessage: "ORA-12541: TNS: No listener" ExceptionType: "Oracle.ManagedDataAccess.Client.OracleException" InnerException: {Message: "An ...
dg6736's user avatar
  • 1
1 vote
0 answers
722 views

We are unable to connect to Oracle 19c using Oracle.ManagedDataAccess.Client and windows authentication. Regular .NET 4.0 apps are able to connect but .NET Core apps are not able to connect (both are ...
xam86's user avatar
  • 121
1 vote
1 answer
1k views

Gaaaa. Oracle and DotNet Framework code. I am trying to factory-create a "ODP.NET, Managed Driver" I am getting Unable to find the requested .Net Framework Data Provider. It may not be ...
granadaCoder's user avatar
  • 28.2k
0 votes
0 answers
386 views

Our .NET application uses ODP.NET with SDO_GEOMETRY which is a UDT for spatial functionality. Currently only the Oracle Unmanaged Driver supports UDT for use in ODP.NET. Although it looks like UDT ...
C. Tewalt's user avatar
  • 2,507
0 votes
0 answers
284 views

I'm using Oracle.ManagedDataAccess 19.6.0 to get some data from Oracle 11g 11.2.0.3.0 This code was working fine until yesterday. 223 rows are getting returned by Oracle. But the while (...
joym8's user avatar
  • 4,260
1 vote
0 answers
2k views

I'm experiencing an issue by using ODP.NET version 19.3 (latest Oracle Managed DataAccess available) to connect to Oracle 11g using a Secure External Password Store (SEPS), where the Oracle login ...
Nicola C.'s user avatar
  • 2,957
4 votes
0 answers
2k views

I am trying to connect to a client's Oracle database over SSL using the managed ODP.NET provider. The client has provided a self-signed certificate which I have imported on the server. To test the ...
witters's user avatar
  • 741
3 votes
1 answer
3k views

I am trying to scaffold some classes from an Oracle database for use with a .NET Core Web API. I have installed the following nuget packages: Oracle.EntityFrameworkCore - v2.18.0-beta3 Oracle....
JB06's user avatar
  • 1,941
1 vote
1 answer
418 views

I'm having trouble connecting to my oracle databases with NTS and ODP as sysdba (the goal is to use a lot of maintenance scripts without any passwords in it). I did some research without success, so ...
Gael Piveteau's user avatar
5 votes
1 answer
2k views

When i try to connect to Oracle 9i db, i get always ORA-1017 invalid username/password; logon denied. On Oracle 10g or higher all is well. ODP.NET Core: 2.18.3; ASP.NET Core: 2.1.403 ...
gopek's user avatar
  • 696
0 votes
1 answer
495 views

I am trying to execute multiple (3) stored procedures one by one using managed ODP.Net with Enterprise Library. Each stored procedure returns an OUT cursor, each of which has been named "cur_out". ...
Hitesh's user avatar
  • 11
4 votes
2 answers
5k views

I'm having an issue attempting to generate a trace file for an application. Attempting to troubleshoot an Oracle problem, but the trace file isn't being written. This is my app.config which gets ...
Ctznkane525's user avatar
  • 7,545
5 votes
4 answers
19k views

I'm using the Oracle.ManagedDataAccess Nuget Package Version 12.2.1100 in my C# (>.NET 4.0) project. Everything works ok in my localhost but on the dev server I'm hit with this exception: Exception ...
user94614's user avatar
  • 531
1 vote
2 answers
432 views

When I run Queries from ODP.NET I see in V$SQL that for every call it performs a PARSE_CALL. See: select s.FETCHES,s.PARSE_CALLS,s.sql_Text,s.sql_id from v$sql s where sql_Text = 'select 1 ...
Noam's user avatar
  • 5,441
6 votes
2 answers
4k views

We've got a client using our product, which includes a windows service built using .NET 4+, Entity Framework, and ODP.NET. For some reason in one particular installation, but not any other, the ...
Tom Halladay's user avatar
  • 5,791
1 vote
0 answers
512 views

I'm working on a new mvc web app and I'm trying to configure a connection to an oracle database. I've installed Oracle.ManagedDataAccess and Oracle.ManagedDataAccess.EntityFramework packages. I've ...
Greg B's user avatar
  • 823
2 votes
0 answers
435 views

I've got a fairly large and complex Oracle stored procedure (~2200 lines) which I'm able to call successfully from SQL Developer, and executes in 2-3 seconds, using the following: var o_my_data ...
Mun's user avatar
  • 14.4k
0 votes
1 answer
2k views

We are using asp.net mvc as web application and oracle 12C as database, 'Oracle.DataAccess.Client'(12.1.0, 64 bit version) for connecting to Oracle Database, and our asp.net MVC application runs on 64 ...
venu's user avatar
  • 147
4 votes
3 answers
922 views

Our application uses managed ODP.NET code to call a variety of Oracle Procedures. For one of our clients, who is using public database links, and referencing the linked tables within the procedure,...
Tom Halladay's user avatar
  • 5,791
0 votes
1 answer
1k views

Using Oracle Managed Data Provider ODP.NET from Powershell works great. However, how to add application specific configuration settings is not quite clear. How can this be done?
Niels Jespersen's user avatar