Hello,
I need a 64bit Windows 7 Oracle client for Oracle DB 10.2.0.5. I have downloaded the package 10204_vista_w2k8_x64_production_client and read the metalink 1316079.1.
I know, that I have to install the client using the parameters "-ignoreSysprereqs -ignorePrereq" and to patch after installing the software.
My problem is that I cannot install the software!
I run the installer "setup.exe -ignoreSysprereqs -ignorePrereq", it seems to be extracted, but then nothing happens. No GUI is started for further installation.
I found the created files in my temp-folder including a installActions-Logfile containing following:
-----------------------
Using paramFile: \\software\Oracle10g\Oracle 10g Client\10204_vista_w2k8_x64_production_client\client\install\oraparam.ini
Checking installer requirements...
Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0. Actual 6.1
Failed <<<<
Ignoring required pre-requisite failures. Continuing...
The commandline for unzip:
\\software\Oracle10g\Oracle 10g Client\10204_vista_w2k8_x64_production_client\client\install\unzip -qqqo ../stage/Components/oracle.swd.jre/1.5.0.11.0/1/DataFiles/"*.jar" -d "C:\Users\NTFIER~1\AppData\Local\Temp\OraInstall2012-01-03_03-34-27PM"
The commandline for unzip:
\\software\Oracle10g\Oracle 10g Client\10204_vista_w2k8_x64_production_client\client\install\unzip -qqqo ..\stage\Components\oracle.swd.oui\10.2.0.4.0\1\DataFiles\/"*.jar" -d "C:\Users\NTFIER~1\AppData\Local\Temp\OraInstall2012-01-03_03-34-27PM"
The commandline for unzip:
\\software\Oracle10g\Oracle 10g Client\10204_vista_w2k8_x64_production_client\client\install\unzip -qqqo ..\stage\Components\oracle.swd.oui.core\10.2.0.4.0\1\DataFiles\/"*.jar" -d "C:\Users\NTFIER~1\AppData\Local\Temp\OraInstall2012-01-03_03-34-27PM"
The number of files bootstrapped for the jre is 551.
The number of files bootstrapped for the oui is 67.
------------------
So how can I proceed with the installation?