could anyone please let me know if there is any equivalent library for Oracle.Dataaccess.dll in .net 7. we are trying to migrate the existing .net application which uses the Unmanaged client library with ODAC to .net 7. Problem is I see the references that are related to only Oracle.ManagedDataAccess.core library in .net core. Please clarify whether unmanaged data access library available or not in .net core.
I suspect only option is to use Oracle.ManagedDataaccess in .net core.. but what kind of configuration would differ if I have to convert from from unmanged to managed.. Any reference links would be much helpful
Have a look at System Requirements
Looks like you cannot use the Unmanaged Driver. For differences see the same document at Configuration differences between ODP.NET, Managed Driver and ODP.NET, Unmanaged Driver