search
HomeDatabaseOracleHow to install win64 bit + oracle 11g

Installation method of oracle11g under win64: 1. Open the oracle official website; 2. Select the installation path and create a new oracle folder; 3. Find the installation file of the corresponding configuration; 4. Click file1 and file2 to download respectively. to the oracle folder; 5. Configure the environment.

How to install win64 bit + oracle 11g

The operating environment of this article: Windows 10 system, Dell G3 computer, Oracle 11g version.

How to install win64-bit Oracle 11g?

Oracle11g installation win64-bit:

For course use, install oracle11g;

This machine is configured for win10 64-bit; during the configuration process, I referred to an article, but there are some differences. I will record it here, and I hope it can be used for encountering problems. Provide a solution to the same problem;

Reference article:https://www.php.cn/oracle/485887.html

Details The installation process is as follows:

1: Download the installation package

Download website:

http://www.oracle.com/technetwork/database/enterprise-edition /downloads/index.html

(1) Click on the website and enter the following interface

(2) Agree to the agreement, click ## in the circle on the left

# (3) Create a new oracle folder in the installation path you want (the path where you usually download files, store files, and have larger remaining capacity);

(4) Find the installation file corresponding to your own configuration on the web page. Since this machine is 64-bit, download the two files in the blue box to the folder created in the third step:

[Click file1 and file2 respectively to download to the oracle folder];

(5) After the download is completed, find the downloaded file in the folder created in the third step. Two compressed packages. Extract two compressed packages into the same folder at the same time: first (right-click) select both compressed packages at the same time, then right-click and select "Extract to this folder". After decompression is complete, you will see a folder named database in this folder.

(6) In the database folder that appears after decompression, modify some parameters to solve the problem of "the environment does not meet the minimum requirements" that may be encountered in the seventh step. , the steps are as follows:

(Since my system is win10 64-bit, I need to change some parameters so that it knows how to adapt to the configuration of my machine)

(6.1) Open according to the path database/stag/cvu, find the file named cvu_prereq.xml:

(6.2) Right-click, and in the open mode, select "Notepad" to open. In the opened txt file, find the following content:

After that, copy and add the following content (the following paragraph is text information and can be copied):

(Note that if the configuration is win10 64-bit, the following content is used. If it is 32-bit, the content is different)

 <OPERATING_SYSTEM RELEASE="6.2"> 
              <VERSION VALUE="3"/> 
              <ARCHITECTURE VALUE="64-bit"/> 
              <NAME VALUE="Windows 10"/> 
              <ENV_VAR_LIST> 
                  <ENV_VAR NAME="PATH" MAX_LENGTH="1023" /> 
              </ENV_VAR_LIST> 
         </OPERATING_SYSTEM>

The last one is as follows:

( 6.3) Save the changes just now and close Notepad;

(7) In the database folder, find setup.exe and click to start the installation:

(8) A command line interface will appear at the beginning as follows. Don’t worry about it. Wait for a while and check the environment;


(9) If it appears If it prompts "The environment cannot meet the minimum requirements", use step (6) to solve it;


(When I installed it myself, step 6 was modified during the installation process, and no impact was found for the time being)

(10) Installation page:

(10.1) Uncheck this page, then next step:

【! 】After clicking Next, there will be a prompt about the email address, click "Yes";


(10.2) Default option, next step;

(10.3) Default option, next step:

(desktop class, use It’s enough to learn)

(10.4) Default option content, fill in the management password you defined, and the corresponding confirmation password that is the same as the management password to confirm, and then Next step;

【! 】If the management password does not meet the security standards, click "Yes" and your password can be memorized;

(10.5) summary interface, you can click Save response file to save the file , you can also click Finish without saving;

[Sorry there are no reference pictures here, because this is what I recorded after downloading, and it is inconvenient to download again due to directory reasons. For specific pictures, you can refer to what I said at the beginning of the blog. Refer to the pictures in the blog]

(10.6) Installation product interface:

[! 】Do not close the window after the progress bar reaches 100%. Wait for a while, and it will automatically pop up and start the download page of the next part;

[Sorry there is no reference picture here, because this is my record after downloading The content, due to directory reasons, is inconvenient to download again. For specific pictures, you can refer to the pictures in the reference blog I mentioned at the beginning of the blog]

(10.7) In the new pop-up interface of the installation interface After the installation progress bar reaches 100%, a page will pop up;

In the lower right corner of this page, there is "Password Management", click;

(10.8) to enter the "Password Management" interface, Find "scott" and click to remove its corresponding check mark;

Enter the corresponding passwords for scott, sys, and system respectively:

scott: You can think of this yourself, generally blogs will enter tiger;

system:manager;
sys:change_on_install;

(The default passwords for sys and system are historical)

【! 】If the password prompt does not comply with the complexity principle, you can directly press "Yes";

【! 】If the confirmation command prompted is incorrect, please confirm whether your confirmation command is the same as the corresponding new command;

(10.9) After confirmation, it will automatically jump to the completion interface, click Close to complete the installation;

Related recommendations: oracle database learning tutorial

The above is the detailed content of How to install win64 bit + oracle 11g. 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
Oracle: From Databases to Cloud ServicesOracle: From Databases to Cloud ServicesMay 02, 2025 am 12:05 AM

Oracle's evolution from database to cloud services demonstrates its strong technical strength and market insight. 1. Oracle originated in the 1970s and is famous for its relational database management system, and has launched innovative functions such as PL/SQL. 2. The core of Oracle database is relational model and SQL optimization, which supports multi-tenant architecture. 3. Oracle cloud services provide IaaS, PaaS and SaaS through OCI, and AutonomousDatabase performs well. 4. When using Oracle, you need to pay attention to the complex licensing model, performance optimization and data security issues in cloud migration.

Oracle and MySQL: Exploring Data Management ApproachesOracle and MySQL: Exploring Data Management ApproachesMay 01, 2025 am 12:13 AM

Oracle is suitable for enterprise-level applications that require high performance and complex queries, and MySQL is suitable for web applications that are rapidly developed and deployed. 1. Oracle supports complex transaction processing and high availability, suitable for financial and large ERP systems. 2.MySQL emphasizes ease of use and open source support, and is widely used in small and medium-sized enterprises and Internet projects.

MySQL vs. Oracle: A Look at the User ExperienceMySQL vs. Oracle: A Look at the User ExperienceApr 30, 2025 am 12:12 AM

The differences in user experience between MySQL and Oracle are mainly reflected in: 1. MySQL is simple and easy to use, suitable for quick access and high flexibility scenarios; 2. Oracle has powerful functions, suitable for scenarios that require enterprise-level support. MySQL's open source and free features attract startups and individual developers, while Oracle's complex features and tools meet the needs of large enterprises.

MySQL and Oracle: Exploring Performance and ScalabilityMySQL and Oracle: Exploring Performance and ScalabilityApr 29, 2025 am 12:12 AM

The difference between MySQL and Oracle in performance and scalability is: 1. MySQL performs better on small to medium-sized data sets, suitable for fast scaling and efficient reading and writing; 2. Oracle has more advantages in handling large data sets and complex queries, suitable for high availability and complex business logic. MySQL extends through master-slave replication and sharding technologies, while Oracle achieves high availability and scalability through RAC.

What Oracle Software Does: Key Functions and FeaturesWhat Oracle Software Does: Key Functions and FeaturesApr 28, 2025 am 12:08 AM

Key features of Oracle software include multi-tenant architecture, advanced analytics and data mining, real-time application clustering (RAC), and automated management and monitoring. 1) A multi-tenant architecture allows for the management of multiple independent databases in one database instance, simplifying management and reducing costs. 2) Advanced analytics and data mining tools such as Oracle Advanced Analytics and OracleDataMining help extract insights from data. 3) Real-time application cluster (RAC) provides high availability and scalability, improving system fault tolerance and performance. 4) Automated management and monitoring tools such as Oracle EnterpriseManager (OEM) to automate daily maintenance tasks and monitor numbers in real time

Oracle's Impact: Data Management and BeyondOracle's Impact: Data Management and BeyondApr 27, 2025 am 12:11 AM

Oracle has a profound impact in the fields of data management and enterprise applications. Its database is known for its reliability, scalability and security, and is widely used in industries such as finance, medical care and government. Oracle's influence has also expanded to middleware and cloud computing fields such as WebLogicServer and OracleCloudInfrastructure (OCI), providing innovative solutions. Despite the competition in the open source database and cloud computing market, Oracle maintains its leading position through continuous innovation.

Oracle: Exploring the Company's Mission and ValueOracle: Exploring the Company's Mission and ValueApr 26, 2025 am 12:06 AM

Oracle's mission is to "help people see the value of data", and its core values ​​include: 1) Customer first, 2) Integrity, 3) Innovation, and 4) Teamwork. These values ​​guide Oracle's strategic decision-making and business innovation in the market.

Oracle's Core Function: Providing Database SolutionsOracle's Core Function: Providing Database SolutionsApr 25, 2025 am 12:06 AM

Oracle Database is a relational database management system that supports SQL and object relational models to provide data security and high availability. 1. The core functions of Oracle database include data storage, retrieval, security and backup and recovery. 2. Its working principle involves multi-layer storage structure, MVCC mechanism and optimizer. 3. Basic usages include creating tables, inserting and querying data; advanced usages involve stored procedures and triggers. 4. Performance optimization strategies include the use of indexes, optimized SQL statements and memory management.

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools