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 asm什么是oracle asmApr 18, 2022 pm 04:16 PM

oracle asm指的是“自动存储管理”,是一种卷管理器,可自动管理磁盘组并提供有效的数据冗余功能;它是做为单独的Oracle实例实施和部署。asm的优势:1、配置简单、可最大化推动数据库合并的存储资源利用;2、支持BIGFILE文件等。

oracle怎么查询所有索引oracle怎么查询所有索引May 13, 2022 pm 05:23 PM

方法:1、利用“select*from user_indexes where table_name=表名”语句查询表中索引;2、利用“select*from all_indexes where table_name=表名”语句查询所有索引。

oracle全角怎么转半角oracle全角怎么转半角May 13, 2022 pm 03:21 PM

在oracle中,可以利用“TO_SINGLE_BYTE(String)”将全角转换为半角;“TO_SINGLE_BYTE”函数可以将参数中所有多字节字符都替换为等价的单字节字符,只有当数据库字符集同时包含多字节和单字节字符的时候有效。

Oracle怎么查询端口号Oracle怎么查询端口号May 13, 2022 am 10:10 AM

在Oracle中,可利用lsnrctl命令查询端口号,该命令是Oracle的监听命令;在启动、关闭或重启oracle监听器之前可使用该命令检查oracle监听器的状态,语法为“lsnrctl status”,结果PORT后的内容就是端口号。

oracle怎么删除sequenceoracle怎么删除sequenceMay 13, 2022 pm 03:35 PM

在oracle中,可以利用“drop sequence sequence名”来删除sequence;sequence是自动增加数字序列的意思,也就是序列号,序列号自动增加不能重置,因此需要利用drop sequence语句来删除序列。

oracle怎么查询数据类型oracle怎么查询数据类型May 13, 2022 pm 04:19 PM

在oracle中,可以利用“select ... From all_tab_columns where table_name=upper('表名') AND owner=upper('数据库登录用户名');”语句查询数据库表的数据类型。

oracle查询怎么不区分大小写oracle查询怎么不区分大小写May 10, 2022 pm 05:45 PM

方法:1、利用“LOWER(字段值)”将字段转为小写,或者利用“UPPER(字段值)”将字段转为大写;2、利用“REGEXP_LIKE(字符串,正则表达式,'i')”,当参数设置为“i”时,说明进行匹配不区分大小写。

Oracle怎么修改sessionOracle怎么修改sessionMay 13, 2022 pm 05:06 PM

方法:1、利用“alter system set sessions=修改后的数值 scope=spfile”语句修改session参数;2、修改参数之后利用“shutdown immediate – startup”语句重启服务器即可生效。

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

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

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),