I have a project which is using System.Data.OracleClient at the moment and since it is being deprecated so I want to switch to the ODP.NET latest version for Oracle 11g. Please let me know if the following steps would work for me or there are certain other actions required to get it working without any errors:
- Remove the reference to the SYstem.Data.OracleClient
- Adding the reference to Oracle.DataAccess dll
- Replacing OracleType enum with OracleDbType and updating the references to datatypes from VarChar to Varchar2 etc.