Please see my other blog for Oracle EBusiness Suite Posts - EBMentors

Search This Blog

Note: All the posts are based on practical approach avoiding lengthy theory. All have been tested on some development servers. Please don’t test any post on production servers until you are sure.

Tuesday, April 26, 2011

How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2

Goal

Instructions to Install Oracle 10.2.0.5 on MS Windows 7 and MS Windows 2008R2.
These instructions can be used for either the Oracle Database software, or the Oracle Client software.

NOTE: Windows 2008R2 is only available for 64bit. Oracle does NOT certify the 32bit Database on a 64bit OS.
For MS Windows 2008R2, you can install the 32bit client software, but NOT the 32bit Database software.

Solution

Download the 10.2.0.3/10.2.0.4 media from either of these sites:
  OTN (technet.oracle.com)
     -or-
  edelivery (edelivery.oracle.com)

NOTE: The software currently says it is for MS Vista / 2008R1. This is the software you will need.

The steps for OTN are:
- Open a new browser session, go to technet.oracle.com.
- On the Shortcuts menu bar (at the top), move your mouse over the Downloads option, and Click on the Database 11g option.
- Check the box for Accept License Agreement
- Scroll down the page, until you see Oracle Database 10g Release 2.
- Choose either:
- For 32bit Windows: Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
- For 64bit Windows: Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64

Run the installer (OUI).
Ignore the following prerequisite errors displayed by Oracle Universal Installer and complete the installation:
- Checking operating system requirements
- Checking service pack requirements
(Click on the Ignore Errors Check Box)

Another option is to run the following command from the CMD Line:
CD to the directory where the Oracle files were extracted.
Then run the command:
     setup.exe -ignoreSysPrereqs (case sensitive)
This will ignore the Pre-Requisite checks.


Or, to silently install the software, run the following command:
    setup.exe -ignoreSysprereqs -ignorePrereq -silent -responseFile ResponseFile


For Windows 7:
If you want to avoid performing an upgrade on the DB (when the patchset is applied), you can perform a Software Only installation (ie., do not create a DB at this time). Then after the 10.2.0.5 patchset is applied, you can run the DBCA tool, and create a new DB.
Otherwise, if you create a DB during the installation, after applying the 10.2.0.5 patchset, you will need to run the upgrade scripts (in the Readme Note for the patch).


For Windows 2008R2:
On Windows 2008R2, you MUST perform a software only installation. This is because the 10.2.0.4 version is not certified on Windows 2008R2, only the 10.2.0.5 version is certified. So you will need to install the 10.2.0.4 software only, then apply the 10.2.0.5 patchset. Afterwards, you can run the DBCA and create a new Database.


Once the installation is complete, you will need to Install the 10.2.0.5 patch set.
This is patch number: 8202632.

Note: If you get the error below by installer
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be  5.1 or 5.2 .    Actual 6.1
                                      Failed <<<<

Exiting Oracle Universal Installer, log for this session can be found at C:\User
s\mujahed\AppData\Local\Temp\3\OraInstall2011-04-26_02-31-09PM\installActions201
1-04-26_02-31-09PM.log

Please press Enter to exit...

Try this
GO TO
You can modify the “database\install\oraparam.ini” file, looking for the following section:
[Certified Versions]
# You can customise error message shown for failure, provide value for
CERTIFIED_VERSION_FAILURE_MESSAGE
Windows = 5.0,5.1,5.2,6.0,6.1


Ref: 1173433.1

OAS 10gR3 download location
http://www.oracle.com/technetwork/middleware/ias/downloads/101310-085449.html

http://download.oracle.com/docs/cd/B31017_01/getstart.htm

6 comments:

majamil said...

excellent post.
last time, i faced same error during installation of oracle 10204 on window 2008.

Prashanth said...

Thanks for the post.

Leloops said...

When I get tis failure message do Ihave to install the 10.2.0.5 Version to use the database properly on Windows 7 or can I leave it at the Version 10.2.0.4?
BTW: Thank you very much for the post!

DBMentor said...

@Leloops
Yes you have to apply the patch for 10.2.0.5 in order to work properly on Windows7

vaduxa said...

start dbca ->
ora-01041

Unknown said...

For 10.2.0.5 on Windows 2008 R2 64-bit, can we:
1- Install 10.2.0.1 64-bit
2- then Apply the 10.2.0.5 patchset?

Or is it must start with 10.2.0.4?