免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2620 | 回复: 5
打印 上一主题 下一主题

oms can'nt start ,why!!!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-03-29 21:37 |只看该作者 |倒序浏览
please help me

[oracle@pdong oracle]$ oemctl start oms
OEMCTL for Linux: Version 9.2.0.1.0 Production
Copyright (c) 1998, 2002, Oracle Corporation.  All rights reserved.
Starting the Oracle Management Server...............
The management server did not start up.
Please check the file /opt/ora9/product/9.2/sysman/log/oms.nohup for more details.
Terminated


the content of the file /opt/ora9/product/9.2/sysman/log/oms.nohup


Starting the management server at Tue Mar 29 20:44:37 CST 2005
OEMCTL for Linux: Version 9.2.0.1.0 Production
Copyright (c) 1998, 2002, Oracle Corporation.  All rights reserved.
Starting the Oracle Management Server... [main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
[main][2005-3-29] VdbSession.processError: errorCode >;1034<
[main][2005-3-29] VdbSession.processError: errorMsg >;ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
<
[main][2005-3-29] VdbSession.processError: lost connection
oracle.sysman.vxn.VxnBootstrapException:
VXA-2028 :
Unable to connect to OMS repository.
        at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
        at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)

Error starting Oracle Management Server.
VXA-2028 :
Unable to connect to OMS repository.OMS exited on Tue Mar 29 20:46:31 CST 2005 with return value 56
Could not start management server. Initialization failure
\nManagement server startup failed. Check the file /opt/ora9/product/9.2/sysman/log/oms.nohup for details

论坛徽章:
0
2 [报告]
发表于 2005-03-29 22:06 |只看该作者

oms can'nt start ,why!!!!!

ORACLE not available
ORA-27101: shared memory realm does not exist


startup database first

论坛徽章:
0
3 [报告]
发表于 2005-03-29 22:12 |只看该作者

oms can'nt start ,why!!!!!

May be something wrong with the environment:

pls check
1. the user your want to start oms is the user you installed software
2. the ORACLE_HOME and ORACLE_SID has been set correctly.
3. the LD_LIBRARY_PATH has been set correctly.
4. the database has been started

any of them has been failed, pls correct it and re-try

论坛徽章:
0
4 [报告]
发表于 2005-03-29 22:26 |只看该作者

oms can'nt start ,why!!!!!

thank you all my dear friends


As your say:
I can't start database first;



thanks

论坛徽章:
0
5 [报告]
发表于 2005-03-29 22:46 |只看该作者

oms can'nt start ,why!!!!!

pls ensure the environment variable has been set correctly, it is case sensitive in linux/unix OS

论坛徽章:
0
6 [报告]
发表于 2005-03-29 23:03 |只看该作者

oms can'nt start ,why!!!!!

ok
thank you
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP