0% found this document useful (0 votes)
28 views

Ref Installoracledatabase12csoftwareon

This document provides instructions for installing Oracle Database 12c software on Windows. It lists the system requirements and installation instructions that can be found on Oracle's website. It describes downloading the software from Oracle Technet and unzipping the files. The steps of running setup.exe and providing user information during installation are outlined. Screenshots can be viewed by clicking the Details button. After installation is complete, the top level folders and Start menu folders containing Oracle software will be present. Instructions for reinstalling the HR schema example data are also provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Ref Installoracledatabase12csoftwareon

This document provides instructions for installing Oracle Database 12c software on Windows. It lists the system requirements and installation instructions that can be found on Oracle's website. It describes downloading the software from Oracle Technet and unzipping the files. The steps of running setup.exe and providing user information during installation are outlined. Screenshots can be viewed by clicking the Details button. After installation is complete, the top level folders and Start menu folders containing Oracle software will be present. Instructions for reinstalling the HR schema example data are also provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Install Oracle Database 12c Software on

Windows
Review system requirements and installation instructions.
http://docs.oracle.com/cd/E16655_01/install.121/e17738/toc.htm
And if you like detailed install instructions and screen shots, refer to
http://docs.oracle.com/cd/E16655_01/install.121/e17735/toc.htm
You may also refer the Oracle By Example (OBE) Training
https://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:6281,1

Download software from Oracle Technet.
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html



Unzip files to the current folder.



Run setup.exe






Any time you have a question on the options presented, click on the ? icon or the Help button, and
you will get the help needed.








It is ok to let the installer create the new user, but if the password policies etc are strict on the
computer, it is better to create the user first using Windows tools and provide the info under Use
Existing Windows User.








Click on the Details button to see what is going on



Installation completes, and you see these top level folders


Under the Start menu, All Programs, you should see the following folders after install.


Install Oracle Database 12c Examples on Windows













If you wish to reinstall or repopulate the tables you can simply run the scripts under
%ORACLE_HOME%\demo\schema. For example, if you want to reinstall the HR data after you updated
or deleted some rows while practicing, you could do by running the following scripts [on unix systems
you can just run the hr_main.sql]:
SQL>
@C:\app\oracle12c\product\12.1.0\dbhome_1\demo\schema\human_resources\hr_drop.sql
SQL>
@C:\app\oracle12c\product\12.1.0\dbhome_1\demo\schema\human_resources\hr_cre.sql
SQL>
@C:\app\oracle12c\product\12.1.0\dbhome_1\demo\schema\human_resources\hr_popul.sql
SQL>
@C:\app\oracle12c\product\12.1.0\dbhome_1\demo\schema\human_resources\hr_idx.sql

You might also like