Oracle 11g 静默安装-db_install.rsp详解

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

netca.rsp,dbca.rsp复制到/app/一份,然后参考后面静默配置文件修改好后安装

静默安装命令:

./runInstaller –silent –responseFile /app/db_install.rsp -showProgress –noconfig –ignoreSysPrereqs

静默配置网络监听命令

./netca –silent –responseFile /app/netca.rsp

静默创建数据库命令

./dbca –silent –responseFile /app/dbca.rsp

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. ##

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

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

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐