标签:ash database util groupadd ace oracle12c strace lin build
自动化配置脚本oracle12c.sh,如下:
#!/bin/sh ##gcc-4.9 ##debian-8.11,buildin glibc version is 2.19 ###################################### cat <<eof>>/etc/profile export DISPLAY=192.168.157.1:0 alias cls=clear alias ll=‘ls -l --color‘ alias Grep=grep eof ###################################### #apt-get -y install wget man curl ftp telnet net-tools strace psmisc tree #apt-get -y install rlwrap apt-get -y install gcc make libc6-dev libaio-dev apt-get -y install xauth x11-utils ######################################
ln -sf /bin/bash /bin/sh
ln -s /usr/bin/awk /bin/
ln -s /usr/lib/x86_64-linux-gnu /usr/lib64
###################################### groupadd oinstall useradd -g oinstall -m -s /bin/bash oracle mkdir /u01 chown oracle:oinstall /u01
Debain-8.11 安装 oracle 12.2.0.1 数据库database软件
标签:ash database util groupadd ace oracle12c strace lin build
原文地址:https://www.cnblogs.com/jinzhenshui/p/13395992.html