自动化配置脚本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/lib/x86_64-linux-gnu /usr/lib64 ###################################### groupadd oinstall useradd -g oinstall -m -s /bin/bash oracle mkdir /u01 chown oracle:oinstall /u01