Installing MonetDB ODBC on windows 10 x64 - monetdb

The installation page does not mention Windows 10. Is it possible to download MonetDB ODBC for that OS? If so, where can I find the steps to do so.
Thanks for your support.

The MonthYear combinations are MonetDB versions, the latest being Mar2018-SP1. You will find the 64-Bit ODBC installer here: https://www.monetdb.org/downloads/Windows/Mar2018-SP1/MonetDB-ODBC-Installer-x86_64-20180531.msi

Related

Proper Oracle ODBC Driver Installation on 32 bit Windows 7

I am using an Excel VBA application to connect to an Oracle 12c database.
Excel is 2010, 32 bit, in Windows 7.
Many have advised Oracle Instant Client, but this has not worked for me. The installation requires a number of configuration steps that I cannot perform due to administrative restrictions on my workstation.
However, I have installed the ODAC 12.2c Release 1 and Oracle Developer Tools for Visual Studio (12.2.0.1.0), available HERE. This package includes the Oracle ODBC driver which works for my application. However, it contains several other components that I do not need, and throws some errors during installation that are disconcerting.
Can anyone tell me which of the following components I actually need to select in order to get the ODBC Driver?
Since I cannot get InstantClient to work with my companies restrictions, I'm now aiming to use this package, but hopefully to slim it down to just the component I need. I'm doing trial and error, but it's messy. The installation takes a long time and there's no uninstaller, so I have to manually delete the files after installation.
Thanks for any help you can provide!
The smallest solution is to download the
Instant Client Package - ODBC: Additional libraries for enabling ODBC applications (instantclient-odbc-nt-12.2.0.1.0-2.zip)
from Instant Client Downloads for Microsoft Windows 32-bit
You can also download the ODAC with Oracle Developer Tools for Visual Studio from ODAC Developer Downloads - Oracle Universal Installer
Get the full 32-bit Oracle client installer (not the ODAC) from here:
http://download.oracle.com/otn/nt/oracle12c/122010/win32_12201_client.zip
Do an silent install using this reponse file (edit as needed and save as client_install_32.rsp in the same directory as setup.exe)
Response file
setup.exe" ORACLE_HOME_NAME=OracleClient12201x32 -waitforcompletion -nowait -silent -responseFile client_install_32.rsp
The key config entry is this:
oracle.install.client.customComponents="oracle.rdbms.oci:12.2.0.1.0","oracle.network.client:12.2.0.1.0","oracle.odbc:12.2.0.1.0"

Is it possible to install Oracle 11g server version on Windows 7?

I want to install Oracle 11g Server on my Windows 7 (Non-Server OS) system.
If it is possible, then what steps can I follow for Client and Server installation?
Is it possible to install Oracle 11g server version on Windows 7?
Yes, it is possible.
what steps can I follow for Client and Server installation?
Follow the installation manual: https://docs.oracle.com/cd/E11882_01/nav/portal_11.htm
Chapter "Microsoft Windows Installation Guides".
There are separate manuals for 32 and 64-bit systems there, choose the right one depending on a "bitness" of your system.
As mentioned, you just need to follow the linked installation guide closely. And to that I would draw your attention to the list of supported operating systems under "Software Requirements". Note that it excludes "home" editions of Windows. Some people report they have installed on home editions, but it is not supported by Oracle and your mileage may vary.
You could always install VirtualBox (free) then use that to create a vm running Oracle Linux (free) and install Oracle on that.

Check: Oracle Data Access Components for Windows 7

i have downloaded ODAC92070.exe from the Oracle Site [x32bit]. i need to install it on Windows 7 x32 bit. on installation instruction: System Requirements
http://www.oracle.com/technetwork/database/windows/install9207-086815.html
its doesnt seems it would work on Windows 7 x32 or Windows 2008 r2 x32. Can i able to run and install Oracle Universal Installer (OUI) on windows 7 x32bit?
thanks
Oracle Universal Installer is a Java application that can handle complex requirements. ODAC release for 9.2.0.7.0 will work fine with Windows7 32 bit release. If you face any problem during installation change the compatibility setting to "WindowsXP ServicePack 2".
Hope it helps.

oracle client for windows 8 64bit

I am developing an app in Delphi 2010 that needs to communicate with remote Oracle 11g database. Therefore I use the ADODB components.
Everything is fine, as far as I am working on my desktop that has Windows 7 32-bit installed.
Problems started when I tried to deploy the app on Windows 7 64-bit with 64-bit Oracle Client installed. Luckily installing 32-bit client helped.
Unfortunately now I have to install it on my notebook with Windows 8 64-bit. None of the clients is working. I have already tried installing 64-bit client, 32-bit client, reinstalling both of them, installing then by OUI and manually, but without success.
Did anyone encounter this problem yet and managed to solve it?
The problem is on .dll of connection of Delphi odbc. We has the same problems with C++Builder (Delphis Like). Odbc client .dll for oracle connections is developed only for 32 bits.
Unitl then we only can connect to server 64bits with client 32bits. 64 bits server and 64 bits clients dont work. Unless you find thirdpartner odbc component, who doesn't use a native odbc .dll. We tried to use SQLDirect, but doesn't work well in firsts versions.
Best Regards,
Diogo Maschio

Do I have to install drivers for Windows7 system?

Hi all,
I am not sure if this is the right place to ask this question. But I didn't know where else to post this. I have Ubuntu in my laptop. I want to remove it and install Windows 7. My question is, shall I have to install any drivers after installing OS? Also, does Windows7 comes with built in MS Office??
Yeah, normally you need to install drivers by yourself. Some Drivers will be catched by windows update, but normally you have to download the drivers on the manufactor-website and install them. Please check if there are driver availible for windows 7 befor you install it.
Windows 7 have no built in office solution. You have to buy and install microsoft office or your libre oder openoffice.
both. you have to get the correct driver for the machine with matching os.
For example Graphiccarddriver for Radeon m9400 for acer xyz notebook for windows 7 64bit

Resources