as of

#-------------------- tce-ab 需要安装的软件
# gcc make flex Xorg-7.7-lib Xorg-7.7-bin glibc_base-dev
#--------------------



mkdir /mnt/sda1/u01
chmod 777 /mnt/sda1/u01

ln -sf /mnt/sda1/u01 /home/tc/app

ln -sf     /lib     /lib64
ln -sf /usr/lib /usr/lib64

ln -sf /usr/bin/awk /bin/

for
F in ar as strings gcc make ld xdpyinfo nm do ln -s /usr/local/bin/$F /usr/bin/ done ln -sf /usr/lib/libgcc_s.so.1 /lib64/ ln -sf /lib/libm.so.6 /lib/libm.so mount -t iso9660 -o exec /dev/cdrom /mnt/sr0/ ############################################## /mnt/sr0/database/runInstaller -ignoreSysPrereqs -ignorePrereq -ignoreInternalDriverError -J"-Doracle.install.db.validate.supportedOSCheck=false" ############################################## export ORACLE_OWNER=tc export ORACLE_HOME=/home/tc/app/tc/product/11.2.0/dbhome_1 export PATH=.:${ORACLE_HOME}/bin:${PATH} ############################################## export LD_LIBRARY_PATH=.:${ORACLE_HOME}/lib:/usr/lib64

 

 

# tcp 协议问题竟然时这个nm程序引起的!!!!
# RCA 时oracle安装程序的问题(bug)引起的:1.写死了程序路径 2.还tmd屏蔽了错误输出
#

ls $ORACLE_HOME/bin/gennttab
#其问题内容点:

if [ "` $NM $NMOPTS ${LIBPATH}/libn${LIB}${VER}.* 2> /dev/null |$GREP ${INI} 2> /dev/null`" = "" ]; then

fi

 

 

相关文章:

  • 2021-05-21
  • 2021-07-04
  • 2022-01-05
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-06
  • 2022-02-15
  • 2021-11-21
  • 2022-01-26
  • 2021-06-22
  • 2021-11-28
  • 2021-08-07
相关资源
相似解决方案