I am making a Web Service in .NET that will be consumed by android apps. The Database of my existing project is in Oracle 10g and is impossible to transfer to MSSql. The problem is that to connect to Oracle DB I need Oracle Client or atleast Oracle Data Access Components (ODAC) which needs installation on machine. Now the problem is that I have yet not been able to find a Windows Hosting Server which has oracle client(All have MSSQL).
Can anyone tell me how to tackle this situation or if there is another way to do it or if there is any assembly available which i can directly refer in my project and connect to oracle db.