Silent Installation of Oracle10g Database Software + upgrade patch + manual database creation

Source: Internet
Author: User
Generally, Oracle database software is installed on the OUI gui. However, some UnixLinux systems do not have a graphical system installed, and therefore the GUI cannot be used for security

Generally, Oracle database software is installed on the OUI gui. However, some Unix/Linux systems do not have a graphical system installed, and therefore the GUI cannot be used for security

Generally, Oracle database software is installed on the OUI gui. However, some Unix/Linux systems do not have a graphical system installed. Therefore, Oracle products cannot be installed on the GUI, for this scenario, you can only install it in silent mode. Oracle provides this silent mode, mainly through configuring the response file rsp.

Silent Installation of Oracle 11g Database Software

Silent Installation Process record of Oracle 11gr2 single-host silent

Silent installation and configuration of Oracle 12C

Oracle Silent Installation in Oracle tutorial

Considerations for Oracle Silent Installation

1. Silent Installation of database software 10.2.0.1

-- Unzip the installation package
[Oracle @ prod u01] $ unzip 10201_database_linux32.zip
[Oracle @ prod u01] $ cd database/
[Oracle @ prod database] $ ll
Total 28
Drwxr-xr-x 9 oracle oinstall 4096 Jul 3 2005 doc
Drwxr-xr-x 5 oracle oinstall 4096 Jul 3 2005 install
Drwxr-xr-x 2 oracle oinstall 4096 Jul 3 2005 response
-Rwxr-xr-x 1 oracle oinstall 1327 Jul 3 2005 runInstaller
Drwxr-xr-x 9 oracle oinstall 4096 Jul 3 2005 stage
-Rwxr-xr-x 1 oracle oinstall 5213 Jul 3 2005 welcome.html
[Oracle @ prod database] $ cd response/
[Oracle @ prod response] $ ll
Total 244
-Rwxr-xr-x 1 oracle oinstall 25278 Jul 3 2005 custom. rsp
-Rwxr-xr-x 1 oracle oinstall 44600 Jul 3 2005 dbca. rsp
-Rwxr-xr-x 1 oracle oinstall 8476 Jul 3 2005 emca. rsp
-Rwxr-xr-x 1 oracle oinstall 71113 Jul 3 2005 enterprise. rsp
-Rwxr-xr-x 1 oracle oinstall 5742 Jul 3 2005 netca. rsp
-Rwxr-xr-x 1 oracle oinstall 71113 Jul 3 2005 standard. rsp
[Oracle @ prod response] $ vi enterprise. rsp

-- Modify the content of the enterprise. rsp File
Set the following parameters Or Replace with the corresponding value:

UNIX_GROUP_NAME = oinstall
ORACLE_HOME =/u01/app/oracle/product/10.2.0/db_1
ORACLE_HOME_NAME = OraDb10g_Home1
ORACLE_HOSTNAME = prod
S_nameForDBAGrp = dba
N_configurationOption = 3
#1-Create a Database
#2-Configure an ASM instance
#3-Install Software Only
-- Only install software

S_ASMSYSPassword = "oracle"
S_ASMSYSPasswordAgain = "oracle"

N_dbType = 1 -- this is required only when DBCA is used. It can be left empty.
#1-General Purpose Starter Database
#2-Transaction Processing Starter Database
#3-Data Warehouse Starter Database
#4-Advanced Configuration

S_globalDBName = prod
S_dbSid = prod
S_dbRetChar = "WE8ISO8859P1"-> s_dbRetChar = "ZHS16GBK"
B _loadExampleSchemas = false-> B _loadExampleSchemas = true

N_dbStorageType = 1 -- required by DBCA. You do not need to configure this parameter.
#1-Place the data files on a file system
-- Use the local file system path
#2-Use Automatic Storage Management (ASM)
#3-Place the datafiles on raw partitions

-- Start to execute the Silent Installation of Oracle software
[Oracle @ prod database] $./runInstaller-ignoreSysPrereqs-silent-responseFile/u01/database/response/enterprise. rsp
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be RedHat-3, SUSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from/tmp/OraInstall2014-08-29_02-39-21PM. Please wait... [oracle @ prod database] $ Oracle Universal Installer, Version 10.2.0.1.0 production
Copyright (C) 1999,200 5, Oracle. All rights reserved.

You can find a log of this install session:
/U01/app/oracle/oraInventory/logs/installActions2014-08-29_02-39-21PM.log
........................................ ........................................ .................... 100% Done.

Loading product Information
........................................ ........................................ ................................... 100% Done.

Analyzing dependencies
........................................ .................................
Starting execution of Prerequisites...
Total No of checks: 11

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.