to be able to develop BizTalk applications to work with Oracle 11g here are the configurations:
regsvr32 c:\windows\system32\msi.dll
regsvr32 c:\windows\system32\msisip.dll
regsvr32 c:\windows\system32\msihnd.dll
%Windir%\system32\msiexec /unregserver
%Windir%\system32\msiexec /unreg
%Windir%\system32\msiexec /regserver
regedit /s "Installer2Manual.reg"
RMDIR /S /Q %TEMP%
MD %TEMP%
del /q %systemdrive%\temp\*.*
del /q %systemdrive%\%windir%\temp\*.*
as you can see, the confusion comes from the need for both versions (2.111.7.0 comes with Oracle Client ) and (2.111.7.20 comes with ODAC.NET ) if we only have 1 machine. so we need to install both packages : Oracle Client 11g and ODAC.NET for client