Open the appropriate decompression path, locate the installation file "Setup.exe" and double-click to install it, as shown in:
First, the preparatory work
Modify the file Cvu_prereq to enable it to be inspected by Oracle's environment
File Location: DATABASE\STAGE\CVU
File name: Cvu_prereq.xml
See figure I
What to modify:
Insert the following before:
See figure II
Second, run the installation program
Run/database/setup.exe
After running the installation program will first carry out environmental testing, due to the cause of the work, WINDOWS10 Environment test will pass normally, figure III is the test interface
See figure III
1. Configuring Security Updates
See Figure Four
Please remove the tick and go directly to the next step
2. Installation options
Select Create and configure database, click Next
3. System Class
Select the desktop class or service class, where the desktop class is selected because it is installed on a laptop computer. Click Next
4. Typical Installation
Give the base directory of Oracle, set here as: G:\100ORACLE
Software Installation Location: G:\100ORACLE\product\11.2.0\dbhome
Database file Location: F:\Oracle_Data
Database version defaults to Enterprise Edition (3.34GB)
Character Set: Default value (ZHS16GBK)
Global database name: ORCL
Manage password input two times and click Next
5. Prerequisites
Please ignore path check error
Next
6. Overview
To view the summary description, save the response file and click Next
7. Install the Product
In the installation process, you can see the detailed information
Firewall blocking is found during installation, please allow access.
8. Database Configuration Assistant
The final process of installation is the database Configuration Assistant
Copying the database files primarily
Create and start an Oracle instance
such as
9. Complete
At this point, the Oracle 11g has been installed, and the next step is to detect instances allowing
Third, inspection
1. Oracle Services
My Computer--management--services->oracle
View the installation of Oracle Services
Where the service name is: Oracleremexecservice is the temporary service that is started by the installation process, and after completing the installation of Oracle, restart the computer and the service automatically stops and logs off.
2. Check the operation of Oracle on the webpage
Open Web page, enter address:
Https://localhost:1158/em
You can see the running reports for Oracle
When prompted for an unsafe connection, select Advanced, and continue to and enter the user and password
3. Environment variables
The associated environment variables have been set, and the path paths have increased
4. Command line Login Test
Enter cmd input: Sqlplus sys/[email protected] as Sysdba
Success.