Debain9.13安装oracle11.2.0.4数据库database软件 [数据库教程]
一切件oracle11g.sh,内容如下:
#!/bin/sh##
gcc-6##debian
-9.13,buildin glibc version is 2.24######################################
cat <<eof>>/etc/profileexport DISPLAY
=192.168.157.1:0alias cls
=clearalias ll
=‘ls -l --color‘alias Grep
=grepeof
######################################
apt
-get -y download sshapt
-get -y installwgetman curl ftp telnetapt
-get -y install rlwrap net-tools strace psmisc tree######################################
apt
-get -y install libstdc++5apt
-get -y install sysstat gccmake libc6-devapt
-get -y install xauth x11-utils######################################
##
for-11gdpkg
-l|grep libaio1|grep‘0.3.10‘if [ $? -ne 0 ]
then
if [ ! -e ./libaio1_0.3.109-3_amd64.deb ]
then
wget -c wget http://archive.debian.org/debian/pool/main/liba/libaio/libaio-dev_0.3.109-3_amd64.deb
wget -c wget http://archive.debian.org/debian/pool/main/liba/libaio/libaio1_0.3.109-3_amd64.deb
fi
apt-get -y install ./libaio1_0.3.109-3_amd64.deb
apt-get -y install ./libaio-dev_0.3.109-3_amd64.deb
fi
######################################
ln -sf /bin/bash /bin/sh
ln -s /usr/bin/awk /bin/
ln -s /usr/bin/basename /bin/
ln -s /usr/lib/x86_64-linux-gnu /usr/lib64
ln -s /lib/x86_64-linux-gnu/libgcc_s.so.1 /lib64/
######################################
mv /usr/bin/gcc /usr/bin/gcc.old
cat <<eof>>/usr/bin/gcc
#!/bin/sh
/usr/bin/gcc-6 -no-pie $*
eof
chmod755 /usr/bin/gcc
######################################
groupadd oinstall
useradd -g oinstall -m -s /bin/bash oracle
mkdir /u01
chown oracle:oinstall /u01
Debain-9.13 安装 oracle 11.2.0.4 数据库database软件
以上是 Debain9.13安装oracle11.2.0.4数据库database软件 [数据库教程] 的全部内容, 来源链接: utcz.com/z/534920.html