This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to connect to Oracle database
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 15, 2015
08:44 PM
How to connect to Oracle database
Hi folks,
I am new to Installshield. I am using Installshield 2012. I wanted to connect to Oracle database(11.2.0.4 instant client) and run SQL Scripts using Installshield. Can any one let me know what's the process to connect to Oracle Database. Thanks in advance.
I am new to Installshield. I am using Installshield 2012. I wanted to connect to Oracle database(11.2.0.4 instant client) and run SQL Scripts using Installshield. Can any one let me know what's the process to connect to Oracle Database. Thanks in advance.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 19, 2015
04:29 AM
I have done it.
Install Oracle Client on the working machine
Set the path of the oracle and bin directory in Environmental Varaibles.eg: C:\Oracle\bin; C:\Oracle\
Setup tnsnames.ora in the network folder.
Copy tns_admin from other machine. Set the path of tns_admin in Environmental Variables
Install ODBC (not Microsoft ODBC ) but Instant Client ODBC. Check in the Registry Editor. You will have {Oracle in instantclient_11_2} in the ODBC registry.
Open installShield and Set the New SQLConnection in SQLScripts
In the Requirements tab check on Oracle and uncheck the rest.
Now go to Direct Editor-->ISSQLMetaData and set the below properties:
AdoDriverName: {Oracle in instantclient_11_2}
AdoCnxdriver: DRIVER=
AdoCnx Server: Dbq=
AdoCnxuserid: User Id=
Adocnxpassword: Password=
AdoCnxWindowsSecurity: OSAuthent=1
Now I am able to connect to my Database.
Install Oracle Client on the working machine
Set the path of the oracle and bin directory in Environmental Varaibles.eg: C:\Oracle\bin; C:\Oracle\
Setup tnsnames.ora in the network folder.
Copy tns_admin from other machine. Set the path of tns_admin in Environmental Variables
Install ODBC (not Microsoft ODBC ) but Instant Client ODBC. Check in the Registry Editor. You will have {Oracle in instantclient_11_2} in the ODBC registry.
Open installShield and Set the New SQLConnection in SQLScripts
In the Requirements tab check on Oracle and uncheck the rest.
Now go to Direct Editor-->ISSQLMetaData and set the below properties:
AdoDriverName: {Oracle in instantclient_11_2}
AdoCnxdriver: DRIVER=
AdoCnx Server: Dbq=
AdoCnxuserid: User Id=
Adocnxpassword: Password=
AdoCnxWindowsSecurity: OSAuthent=1
Now I am able to connect to my Database.
