The Oracle Managed DataAccess Provider is the .Net Native version of ODP.Net. It doesn't need a prior Oracle Client installation or have any dependency on the OCI library. Applications that reference it may therefore be built 'AnyCPU'.
Questions tagged [odp.net-managed]
110 questions
0
votes
1 answer
Is it possible to capture DBMS_OUTPUT.PUT_LINE in ODP.Managed net 12 c
Need to capture a procedure's DBMS_OUTPUT.PUT_LINE which is executed within a loop reading a cursor. Is this possible wit new ODP.Net Managed assembly ?
Apologize, I did not mention earliear, the Net call is a synchronous call. Will DBMS_OUTPUT be…

TonyP
- 5,655
- 13
- 60
- 94
0
votes
2 answers
SocketException the first time OracleConnection.Open is used with fully managed Oracle data provider
Using Oracle.ManagedDataAccess.Client, the following VB.NET lines throw an internal exception:
Dim conn As New OracleConnection(connStr)
conn.ConnectionString = "Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))…

Joergen Bech
- 1,415
- 4
- 21
- 30
0
votes
2 answers
Oracle.ManagedDataAccess The system cannot find the file specified
In my website project built on .net 3.5, when I add reference to the Oracle.ManagedDataAccess.dll by adding this in the web.config
it…

Shomaail
- 493
- 9
- 30
0
votes
1 answer
Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown
I am getting this error when I am using ODP.net The error is appearing when I include a connection

Shomaail
- 493
- 9
- 30
0
votes
1 answer
Transforming an LDAP connection string to an Oracle ODP.NET Managed web.config
The not-very-patient DBA in my group has given me a string similar to the following as my LDAP connection string -
jdbc:oracle:thin:@ldap:/oidAAA.ourdomain.com:4444/foo,cn=OracleContext,dc=bardb
And according to the Oracle Documentation:
For…

Scott Baker
- 10,013
- 17
- 56
- 102