oracle 19c linux 安装步骤(仅供参考)-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3503102
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2020-02-05 15:34:29

仅用于测试环境


  1. mount mount /dev/cdrom /mnt
    or
    mount -o loop /xxx/rhel6.9.iso /mnt
     
    cat > /etc/yum.repos.d/yum.repo < name=yumserver
    baseurl=file:///mnt
    gpgcheck=0
    eof


    yum install -y elfutils* gcc* glibc* libaio* libgcc* libgomp* libstdc* libstdc -devel* sysstat unixodbc* *libcap* libxp* dstat* compat-* bc unzip smartmontools* mlocate* psmisc* -y


    groupadd -g 1200 oinstall
    groupadd -g 1201 dba
    groupadd -g 1202 oper
    groupadd -g 1203 backupdba
    groupadd -g 1204 dgdba
    groupadd -g 1205 kmdba
    groupadd -g 1206 racdba




    useradd -m -d /home/oracle -u 1201 -g oinstall -g dba,oper,backupdba,dgdba,kmdba,racdba oracle




    echo 'oracle' | passwd oracle --stdin




    mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1
    mkdir -p /u01/app/orainventory
    chown -r oracle:oinstall /u01/app




    cat >> ~/.bash_profile < umask 022
    export oracle_sid=orcl
    export oracle_base=/u01/app/oracle
    export oracle_home=$oracle_base/product/19.0.0/dbhome_1
    export ld_library_path=$oracle_home/lib:/lib:/usr/lib
    export nls_date_format="yyyy-mm-dd hh24:mi:ss"
    export tmp=/tmp
    export tmpdir=$tmp
    export path=$oracle_home/bin:$oracle_home/opatch:$path
    export editor=vi
    export tns_admin=$oracle_home/network/admin
    export nls_lang="american_china.zhs16gbk"
    setty erase ^h
    eof


    sed -i "s/selinux=enforcing/selinux=disabled/" /etc/selinux/config
    systemctl stop firewalld
    systemctl disable firewalld
    echo "session required pam_limits.so" >> /etc/pam.d/login


    cat >> /etc/security/limits.conf < #oracle setting
    * soft memlock unlimited
    * hard memlock unlimited
     
    oracle soft nproc 16384
    oracle hard nproc 16384
    oracle soft nofile 65536
    oracle hard nofile 65536
    oracle soft stack 10240
    eof


    cat >> /etc/sysctl.conf < fs.file-max = 6815744
    kernel.sem = 250 32000 100 128
    kernel.shmmni = 4096
    kernel.shmall = 1073741824
    kernel.shmmax = 4398046511104
    kernel.panic_on_oops = 1
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048576
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    eof




    cd $oracle_home
    unzip -q linux.x64_193000_db_home.zip




    runinstaller
    netca
    dbca





阅读(6624) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图