The Oracle.ManagedDataAccess is a data access namespace in ODP.Net which is used in contrast with Oracle.DataAccess.
The Oracle.ManagedDataAccess
is a data access namespace in ODP.Net
. It is used in contrast with Oracle.DataAccess
which of unmanaged data access.
See of their differences can be found in here. And the discussion for their performance differences can be found in this SO post. And to learn more of it, please watch this.