<!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} @font-face {font-family:"/@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:宋体; mso-font-kerning:1.0pt;} /* Page Definitions */ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page Section1 {size:612.0pt 792.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:36.0pt; mso-footer-margin:36.0pt; mso-paper-source:0;} div.Section1 {page:Section1;} -->
IBM 服务器以及本地PC 机安装suse linux ,oracle 用于成研测试,遇到的问题有:
1 ,oracle 安装一半报Makefile 出错
解决办法:安装软件时安装gcc 软件
2, 安装oracle 时遇到“ORA-27125:unable to create shard memory segment ”错误
解决办法:
执行命令:
linux: # cd $ORACLE_HOME/bin
linux: # mv oracle oracle.bin
cat >oracle <<"EOF"
#!/bin/bash
export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@
EOF
linux: # chmod +x oracle
3 ,oracle 完成安装后遇到root 没有权限执行脚本 orainstRoot.sh 问题
解决办法:
先将文件授权给root ,然后再执行脚本
4, 服务器重新启动后,就无法连上,客户端重新连接oracle 时报:“ORA-27101: shared memory realm does not exist ”错误
解决办法:
1 )终端执行sqlplus /nolog
conn / as sysdba
startup 命令
2 )用oracle 用户连接启动监听器
具体命令:
Lsnrctl
Start
4 ,遇到操作系统配置好网络后仍连不上ping 不通的问题, 发现是由于IBM 网卡配置只有eth1 可以用,eth0 不能用
解决办法:将IP 等信息配置在eth1 上解决
5 ,遇到suse 系统运行一段时间后SSH 客户端无法连上的问题,后来发现是防火墙的问题
解决办法:
将suse 防火墙关闭