I use ODP.NET in my WPF app for access to Oracle 10g db. I dont want instal oracle client on users computers so I copied these dll to realese folder:
- oci.dll
- ocijdbc11.dll
- ociw32.dll
- Oracle.DataAccess.dll
- orannzsbb11.dll
- orasql11.dll
OraOps11w.dll
oraocci11.dll - 706 KB
- oraociei11.dll - 126,55 KB
I think that last two dlls oraocci11.dll and oraociei11.dll has same functionality but oraociei11.dll is realy big.
I would like remove oraociei11.dll from my project. I did it but application crash if I dont have oraociei11.dll in realease folder.
Maybe I am wrong and they dont have same functionality
It is possible remove this dll.