Skip to Main Content

ODP.NET

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!

Unable to find an entry point named 'SyncWriteTraceOrNot' in DLL 'OraOps19.dll'.

Our servers were upgraded to Oracle 19c and now a .NET 4.8 web application throws the following exception when I call the OracleConnection.Open() method:

System.EntryPointNotFoundException: Unable to find an entry point named 'SyncWriteTraceOrNot' in DLL 'OraOps19.dll'.
   at Oracle.DataAccess.Client.OpsTrace.SyncWriteTraceOrNot()
   at Oracle.DataAccess.Client.OracleConnection.Open()
   at ASP.oracletest_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)

I'm using a simple aspx page for testing. Tracing is not enabled and I'm using x64 version of Oracle.DataAccess.dll (v4.122.19.1).

Comments
Post Details
Added on Jan 7 2022
10 comments
9,911 views