Like we can connect to SQL Server using MSSQL_OLEDB plugin, how can we connect to Oracle server in NSIS? Also what if Oracle server is on some remote machine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Oracle have OLEDB provider, but NSIS not have ORACLE_OLEDB plugin.
You can connect throughout ODBC, with this plugin http://nsis.sourceforge.net/NsODBC_plug-in
and oracle ODBC drivers:
for 10G: http://www.oracle.com/technology/software/tech/windows/odbc/index.html
for 11G: http://www.oracle.com/technology/software/tech/windows/odpnet/index.html