在测试9i升级到11G的时候,新安装的在执行sqlplus / as sysdb就报Segmentation Fault错误。
通过下如方法解决:
To implement the solution, please execute the following steps: Refer to: 1. cd /usr/bin (as root) 2. mv gcc gcc.script 3. mv g++ g++.script 4. ln -s gcc32 gcc 5. ln -s g++32 g++ 6. login as oracle software owner (make sure environment is correct) 7. cd $ORACLE_HOME/bin 8. relink all > relink.txt 2>&1 (check relink.txt for errors)
报歉!评论已关闭。