Oracle remote connection without installing the oracle client Oracle remote connection without installing the oracle client oracle oracle

Oracle remote connection without installing the oracle client


You don't need to install all of Oracle but only the ODBC driver.


Everything depends upon the remote server. If the remote server is not permitting remote access to db then u cannot access it anyway.Instead u need to build some sort of webservice and deploy that web service to the same remote server. And call the web service into your app.The web service will act as a local app to db and will return your desired things, written in code. If its allowing remote access then as adviced above are good options.

I hope, you got it.