Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.4K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187.1K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 443 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Client install fails checking OS version

user6231793
Member Posts: 4
Hi
I am trying to install Oracle client 10.2.0.4 on Windows Server 2008 R2 64 bit machine and have downloaded the client install 10204_vista_w2k8_x64_production_client which is linked from the download page:
Oracle Database 10g Release 2 (10.2.0.4.0)
Enterprise/Standard Edition for Microsoft Windows Vista x64, Windows Server 2008 x64, Microsoft Windows Server 2008 R2 x64, Windows 7 x64.
But when I run it it fails with message: Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0. Actual 6.1 Failed <<<<
I understand 6.1 is the R2 kernel, but the download is for Microsoft Windows Server 2008 R2 x64 so it should be fine.
Is there another one I should be using?
Can I try the 11g client for our 10g db?
thanks
madre
I am trying to install Oracle client 10.2.0.4 on Windows Server 2008 R2 64 bit machine and have downloaded the client install 10204_vista_w2k8_x64_production_client which is linked from the download page:
Oracle Database 10g Release 2 (10.2.0.4.0)
Enterprise/Standard Edition for Microsoft Windows Vista x64, Windows Server 2008 x64, Microsoft Windows Server 2008 R2 x64, Windows 7 x64.
But when I run it it fails with message: Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0. Actual 6.1 Failed <<<<
I understand 6.1 is the R2 kernel, but the download is for Microsoft Windows Server 2008 R2 x64 so it should be fine.
Is there another one I should be using?
Can I try the 11g client for our 10g db?
thanks
madre
Best Answer
-
Hi,
You need to either ignore the prerequesite failures in the OUI (via the checkboxes), or you can pass -ignoreSysPrereq to setup.exe. 10204 installation wasnt supported on Win2008R2 when it came out, hence the failure.
Note also that 10204 still isnt supported on Win2008R2. 10205 is. To get there though, you first need to install 10204 (ignoring the prereq failure) and then apply the 10205 rdbms patch to it.
Yes, you can use 11g client with your 10g database. 11.2 is supported on Win2008R2, but 11.1 is not.
Hope it helps,
Greg
Answers
-
Hi,
You need to either ignore the prerequesite failures in the OUI (via the checkboxes), or you can pass -ignoreSysPrereq to setup.exe. 10204 installation wasnt supported on Win2008R2 when it came out, hence the failure.
Note also that 10204 still isnt supported on Win2008R2. 10205 is. To get there though, you first need to install 10204 (ignoring the prereq failure) and then apply the 10205 rdbms patch to it.
Yes, you can use 11g client with your 10g database. 11.2 is supported on Win2008R2, but 11.1 is not.
Hope it helps,
Greg -
Thanks Greg,
I decided to go with the 11.2 client install as it has included some bug fixes. All is working well.
Madre
This discussion has been closed.