Oracle 静默安装的db_install.rsp 文件】的更多相关文章

Oracle 静默安装的db_install.rsp 文件,已修改好值 #################################################################### ## Copyright(c) Oracle Corporation ,. All rights reserved.## ## ## ## Specify values for the variables listed below to customize ## ## your insta…
一.安装前准备工作1.修改主机名#vi /etc/hosts   //并添加内网IP地址对应的hostname,如下127.0.0.1           localhost::1                   localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.8.151          linux-test 2.修改standby数据库的/etc/sysconfig/iptables文件,…
[静默安装]configToolAllCommands响应文件问题 客户在静默安装RAC 12.1.0.2的时候有如下的输出: Successfully Setup Software. As install user, execute the following script to complete the configuration.         1. /oracle/app/12.1.0/grid/cfgtoollogs/configToolAllCommands RESPONSE_FI…
一.与图形界面安装一样,检查如下条件:新建用户.组创建安装目录配置环境变量检查安装依赖包修改内核参数……前面这些操作都属于常规操作,不管是图形还是静默都需要处理. 二./home/oracle/database/response下有有enterprise.rsp.standard.rsp和custom.rsp三个应答文件,分别对应企业版.标准版和定制的安装.1.编辑文件:enterprise.rsp主要修改如下选项:oracle.install.option=INSTALL_DB_SWONLY…
#################################################################### ## Copyright(c) Oracle Corporation1998,. All rights reserved. ## ## Specify values for the variables listedbelow to customize your installation. ## ## Each variable is associated wi…
[oracle@local12cdg app]$ id oracleuid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba)[oracle@local12cdg app]$ mkdir -p /u02/app/oracle/product/12.1.0/dbhome_1[oracle@local12cdg app]$ mkdir -p /u02/app/oracle/oraInventory[root@local12cdg o…
一.安装环境 1.linux版本:redhat6.3_x86_64 2.oracle版本:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 二.安装前准备工作 1.修改主机名(不是必须的,如果不设置,直接使用原来的) 设置主机名为www hostname www #设置主机名为www vi /etc/sysconfig/network #编辑配置文件 HOSTNAME=www #修改local…
RHEL6+oracle11.2 无界面化命令安装如下: 1.所需安装软件包检查: yum install binutils-2.* compat-libcap1* compat-libstdc++-33-* gcc-4.* gcc-c++-4.* glibc-2.* glibc-devel-2.* libgcc-4.* libstdc++-4.* libstdc++-devel-4.* libaio-.* libaio-devel-0.* make-3.* sysstat-9.* unixOD…
静默安装oracle clint比较简单,修改instantclient.crsp文件的几个位置即可 [root@localhost ~]# vi /etc/oralnstloc inventory_loc=/u01/app/oralnventory/inst_group=oinstall[root@localhost ~]# chmod 664 /etc/oralnstloc 2 修改rsp文件[oracle@localhost response]$ pwd/u01/oracle/client…
下载oracle的安装包: 下载地址: 注意下载oracle是须要注冊oracle的 http://download.oracle.com/otn/nt/oracle11g 下载两个包: linux.x64_11gR2_database_1of2.zip   linux.x64_11gR2_database_2of2.zip 1.上传:到server: mkdir -p /usr/local/oracle cd /usr/local/oracle 将两个包放在环境中: unzip linux.x…