IBM服务器以及本地PC机安装suse linux,oracle测试,遇到的问题有:

<!-- /* 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 linuxoracle 用于成研测试,遇到的问题有:

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 防火墙关闭

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值