2024年4月19日发(作者:)

Oracle 11g 静默安装-db_详解

前提安装正常的配置流程,配置完服务器后,将db_、

,复制到/app/一份,然后参考后面静默配置文件修改

好后安装

静默安装命令:

./runInstaller –silent –responseFile /app/db_ -

showProgress –noconfig –ignoreSysPrereqs

静默配置网络监听命令

./netca –silent –responseFile /app/

静默创建数据库命令

./dbca –silent –responseFile /app/

vi /etc/selinux/config

# 设置SELINUX为disabled

SELINUX=disabled

[root@oracle ~]# service iptables stop

#####################################################

###############

## Copyright(c) Oracle Corporation1998,2008. All rights reserved. ##

## Specify values for the variables listedbelow to customize your

installation. ##

## Each variable is associated with acomment. The comment ##

## can help to populate the variables withthe appropriate values. ##

## IMPORTANT NOTE: This file contains plaintext passwords and ##

## should be secured to have readpermission only by oracle user ##

## or db administrator who owns thisinstallation. ##

##对整个文件的说明,该文件包含参数说明,静默文件中密码信息的保密

##

#####################################################

###############