Oracle Installation On Windows Platform - EMS
Oracle Installation On Windows Platform - EMS
1. Prerequisite steps
2. Installation steps
3. Post installation steps
Prerequisites:
1. Hardware requirement
2. Create directory structure for software installation
3. Create directory structure for DB installation
1. Hardware requirements
Processor Type: AMD64, or Intel Extended memory (EM64T)
Ram : 1GB minimum
Hard disk : 6.22GB minimum
Screen Resolution : 1024 X 768 minimum
Virtual memory : 16 GB if RAM size is >16GB, else same as RAM Size
2. Create directory structure for software installation
Make sure you use the below standard path for Oracle software installatio
<drive>:\app\oracle\product\11.2.0.x\dbhome_1
Ex: D:\app\oracle\product\11.2.0.3\dbhome_1
3. Create directory structure for DB installation
Make sure you use the below standard path for ORACLE DB installation
<drive>:\app\oracle\oradata\
Installation steps:
1. Copy the Oracle Software binaries to target server.
2. From software mount point execute setup file and it will launch the Installer window as follows.
Uncheck security update as shown above and click on Next
You can ignore the warning message and click on Yes
Click on ‘Skip software updates’ as shown above.
Select the appropriate option which you want and then click 'Next'. In our case we have
selected‘Install database software only’.
As we are not going to install cluster database, so choose'Single Instance database
installation'and then click Next
Select the Product language as English and click on Next.
Select the database edition as per customer license agreement and we have chosen‘Standard Edition’ and
click next.
It will automatically select drive and folder to install database software. If you want to change the
installation location you can browse the custom folder that you have created. This
location will be your ORACLE_HOME path.
This step checks all the prerequisites such as disk space, memory, environmental variables and so
on, so once it is done we will get next screen automatically.
This summary steps gives us the option 'Save Response File' to store all installation related folder
information in a text file.
Just click'Install' with this step to initiate the product installation
This completes the Oracle software installation on windows.
Post installation steps:
1. Verify the oracle server installation:
Go to command prompt and type sqlplus as show below.
This will let you know the DB software version as 11.2.0.3