search
HomeDatabaseOracleoracle 11gr2 installation

Oracle 11gR2 Installation

Oracle database is one of the most popular enterprise-level relational database management systems in the world. It's very powerful, reliable, secure, and widely used. Oracle 11gR2 is its latest version and its installation is very important as it is the basis of Oracle database. This article will detail how to install Oracle 11gR2 on Windows 10.

Step 1: Download the software

First, you need to download the Oracle 11gR2 installation program from the Oracle official website. The official website address is: https://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html.

Download a .zip file from here. After decompression, you will get two folders: database and client. Here, we only need the contents of the database folder.

Step 2: Modify the computer name

Before installing Oracle 11gR2, you need to ensure that your computer name does not contain any Chinese characters, otherwise the installation process and subsequent operations will be affected. The computer name can be viewed through "My Computer"->"Properties"->"Computer Name, Domain and Workgroup Settings"->"Computer Name".

If your computer name contains Chinese characters, please change it to English characters. If you don't know how to change the computer name to English, please refer to the article "Changing Computer Name and Computer Domain". Also, be careful not to use computer names with spaces.

Step 3: Prepare files

Before proceeding with the installation, some preparations are required. First, you must ensure that the Microsoft Visual C 2010 Redistributable Package is installed on your computer. If you haven't installed it yet, you can download it from the following link: https://www.microsoft.com/en-us/download/details.aspx?id=14632.

Secondly, you need to disable the firewall and anti-virus software, otherwise it may affect the installation and configuration of Oracle 11gR2. You can disable them through the Windows Firewall in Control Panel and the settings in your antivirus software.

Step 4: Run the installation program

Double-click the "setup.exe" file in the database folder to open the Oracle 11gR2 installation wizard. On the welcome screen, click the Next button.

On the "Software License Agreement" interface, select the "Accept License Agreement" option, and then click the "Next" button.

On the "System Check" interface, the system will automatically perform a series of system checks to ensure that the computer meets the requirements. If you receive any warning or error messages, follow the prompts. Otherwise, click the "Next" button to continue.

On the "Installation Options" interface, select the "Create and configure database" option, and then click the "Next" button.

On the "Database Edit Mode" interface, select the "Advanced Installation" option. This will open a new dialog box, in which please select the "Create your own database template" option and click on the "Next" button.

In the "Installation Type" interface, select the "Custom" option. This will open a new dialog box, please select the "Database" option there and click on the "Next" button.

In the "Database Type" interface, select the "Typical" option, and then click the "Next" button.

In the "Database Identification" interface, enter the database name you want to create for the Oracle database. You can use the defaults, but remember that you need to easily differentiate this database from any other Oracle database. Additionally, you will need to create passwords for the sys and system users. Please make sure this password is very secure and do not use the same password between evaluation and production systems under any circumstances. Click the "Next" button to continue.

In the "Management Options" interface, select the "Database with full permissions" option. This will give you maximum permissions, so be very cautious. After confirming your selection, click the "Next" button.

In the "Storage Options" interface, you need to select the location of the database file. This is usually an additional disk or partition, as Oracle databases require a lot of disk space. You can choose the default path, but make sure you have enough disk space. After confirming your selection, click the "Next" button.

In the "Configure Security Options" interface, select the "Use Oracle recommended security options" option. This will ensure that the database is properly secured. After confirming your selection, click the "Next" button.

In the "Start Installation" interface, the system will show that you have completed all configuration steps. If you are satisfied with the installation options, click the Install button to start the installation. The installation process takes a while, and the interface will display the progress of the installation. Please wait patiently until the installation is completed.

Step 5: Execute the configuration wizard

The installation program will automatically open the Oracle 11gR2 configuration wizard. On the first interface, you need to select the "Create new database" option, otherwise the system will not be able to create an instance of the database. After confirming your selection, click the "Next" button.

In the "Start Database" interface, you need to select the "Start as Service" option. This will ensure that the Oracle database starts automatically when the computer starts. After confirming your selection, click the "Next" button.

In the "Operating System User" interface, you need to enter the username and password of the Windows user who will run the database. If you must create a new user, click the "Create" button. After confirming the entered information, click the "Next" button.

In the "Network Configuration" interface, you need to keep the default settings. This will provide you with basic network functionality and security settings. After confirming your selection, click the "Next" button.

In the "Database Storage" interface, you need to select a storage standard. Typically, you should select the "Automatically manage space" option, which will automatically adjust disk space to suit the needs of your database. After confirming your selection, click the "Next" button.

In the "Database Settings" interface, you need to select the appropriate character set. This affects how data is stored, sorted, and compared in the database. Generally, you should choose the standard UTF8 character set. After confirming your selection, click the "Next" button.

In the "Summary" interface, the system will list all your installation options for you to view. If you are satisfied with all options, click the "Finish" button and the configuration wizard will automatically start configuring the Oracle database.

Step 6: Start the Oracle database

Once the installation and configuration are complete, you can use the "Oracle-oraDb11g_home1" item in the "Start" menu to start and stop the Oracle database. In the boot menu you will also find SQL Plus, which is the command line interface for Oracle database.

Before starting the Oracle database, please ensure that the available physical memory size is greater than 1 GB.

Summary

This article introduces the installation process of Oracle 11gR2 on Windows 10. Installing an Oracle database requires a full understanding of the various configuration options for your computer and database. Following the steps described in this article can ensure that you install, configure, and start the Oracle database under the correct conditions, ensuring that you obtain maximum database performance and functionality in your enterprise environment.

The above is the detailed content of oracle 11gr2 installation. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How do I use cursors in PL/SQL to process multiple rows of data?How do I use cursors in PL/SQL to process multiple rows of data?Mar 13, 2025 pm 01:16 PM

This article explains PL/SQL cursors for row-by-row data processing. It details cursor declaration, opening, fetching, and closing, comparing implicit, explicit, and ref cursors. Techniques for efficient large dataset handling and using FOR loops

What are the commonly used segments in oracle databasesWhat are the commonly used segments in oracle databasesMar 04, 2025 pm 06:08 PM

This article examines Oracle database segment types (data, index, rollback, temporary), their performance implications, and management. It emphasizes choosing appropriate segment types based on workload and data characteristics for optimal efficienc

What are the performance testing tools for oracle databasesWhat are the performance testing tools for oracle databasesMar 04, 2025 pm 06:11 PM

This article explores Oracle database performance testing tools. It discusses selecting the right tool based on budget, complexity, and features like monitoring, diagnostics, workload simulation, and reporting. The article also details effective bo

How to download oracle databaseHow to download oracle databaseMar 04, 2025 pm 06:07 PM

This article guides users through downloading Oracle Database. It details the process, emphasizing edition selection (Express, Standard, Enterprise), platform compatibility, and license agreement acceptance. System requirements and edition suitabil

What are the oracle database installation client tools?What are the oracle database installation client tools?Mar 04, 2025 pm 06:09 PM

This article explores Oracle Database client tools, essential for interacting with Oracle databases without a full server installation. It details commonly used tools like SQL*Plus, SQL Developer, Enterprise Manager, and RMAN, highlighting their fun

What default tablespaces does the oracle database provide?What default tablespaces does the oracle database provide?Mar 04, 2025 pm 06:10 PM

This article examines Oracle's default tablespaces (SYSTEM, SYSAUX, USERS), their characteristics, identification methods, and performance implications. It argues against relying on defaults, emphasizing the importance of creating separate tablespac

How do I create users and roles in Oracle?How do I create users and roles in Oracle?Mar 17, 2025 pm 06:41 PM

The article explains how to create users and roles in Oracle using SQL commands, and discusses best practices for managing user permissions, including using roles, following the principle of least privilege, and regular audits.

How do I use Oracle Data Masking and Subsetting to protect sensitive data?How do I use Oracle Data Masking and Subsetting to protect sensitive data?Mar 13, 2025 pm 01:19 PM

This article details Oracle Data Masking and Subsetting (DMS), a solution for protecting sensitive data. It covers identifying sensitive data, defining masking rules (shuffling, substitution, randomization), setting up jobs, monitoring, and deployme

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!