免费注册 查看新帖 |

Chinaunix

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

重建 oracle 10G 的em出错 帮忙看一下 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-10-21 12:34 |只看该作者 |倒序浏览
[oracle@fd ~]$ emca -config dbcontrol db -repos create

STARTED EMCA at Oct 21, 2010 12:20:45 PM
EM Configuration Assistant, Version 10.2.0.5.0 Production
Copyright (c) 2003, 2009, Oracle.  All rights reserved.

Enter the following information:
Database SID: orcl
Listener port number: 1522
Password for SYS user:  
Password for DBSNMP user:  
Password for SYSMAN user:  
Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
-----------------------------------------------------------------

You have specified the following settings

Database ORACLE_HOME ................ /u01/app/oracle/10g

Local hostname ................ fd.ssk.com
Listener port number ................ 1522
Database SID ................ orcl
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............

-----------------------------------------------------------------
Do you wish to continue? [yes(Y)/no(N)]: Y
Oct 21, 2010 12:21:10 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_2010-10-21_12-20-45-PM.log.
Oct 21, 2010 12:21:12 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
Oct 21, 2010 12:21:19 PM oracle.sysman.emcp.EMReposConfig createRepository
WARNING: ORA-00955: name is already used by an existing object

Oct 21, 2010 12:21:19 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
Oct 21, 2010 12:21:19 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
Oct 21, 2010 12:21:19 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_2010-10-21_12-20-45-PM.log for more details.
Could not complete the configuration. Refer to the log file at /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_2010-10-21_12-20-45-PM.log for more details.
[oracle@fd ~]$

上面的是建立的是时候出错说出错在日志里



[oracle@fd j2ee]$ tail /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_repos_create_2010-10-21_12-21-12-PM.log
No errors.
No errors.
No errors.
Creating Tables
Creating Tables
CREATE PUBLIC SYNONYM MGMT_TARGET_BLACKOUTS FOR MGMT_BLACKOUT_STATE
                      *
ERROR at line 1:
ORA-00955: name is already used by an existing object

[oracle@fd j2ee]$

[oracle@fd j2ee]$ tail /u01/app/oracle/10g/cfgtoollogs/emca/orcl/emca_2010-10-21_12-20-45-PM.log
Oct 21, 2010 12:21:19 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:226)
        at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:141)
        at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
        at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:494)
        at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1161)
        at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:47
        at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:426)
[oracle@fd j2ee]$

就是这样的错误信息 ,我已经重建了很多次了,一直还是这样的,我是新手,大家给点建议,

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
2 [报告]
发表于 2010-10-21 14:21 |只看该作者
先删除  em  repository

emca -deconfig dbcontrol db -repos drop

然后重建之

论坛徽章:
0
3 [报告]
发表于 2010-10-21 15:07 |只看该作者
1. 默认OEM 连接:http://主机名:1158/em

2. 如果连接失败需要做以下配置:

重新配置dbconsole的步骤
emca -repos drop
emca -repos create
emca -config dbcontrol db
emctl start dbconsole


如果过程中报错:ORA-20001: SYSMAN already exists..

需先执行:
SQL> drop user sysman cascade;
SQL> drop role MGMT_USER;
SQL> drop user MGMT_VIEW cascade;
SQL> drop public synonym MGMT_TARGET_BLACKOUTS;
SQL> drop public synonym SETEMVIEWUSERCONTEXT;
再执行:重新配置dbconsole的步骤
如果连接进入OEM界面后,显示无法连接数据库实例。

需要修改hosts文件。

论坛徽章:
3
CU大牛徽章
日期:2013-09-18 15:16:55CU大牛徽章
日期:2013-09-18 15:18:22CU大牛徽章
日期:2013-09-18 15:18:43
4 [报告]
发表于 2010-10-21 15:49 |只看该作者
恩  这位兄弟比较详细

论坛徽章:
0
5 [报告]
发表于 2010-10-21 17:23 |只看该作者
问题解决  谢谢

论坛徽章:
59
2015七夕节徽章
日期:2015-08-24 11:17:25ChinaUnix专家徽章
日期:2015-07-20 09:19:30每周论坛发贴之星
日期:2015-07-20 09:19:42ChinaUnix元老
日期:2015-07-20 11:04:38荣誉版主
日期:2015-07-20 11:05:19巳蛇
日期:2015-07-20 11:05:26CU十二周年纪念徽章
日期:2015-07-20 11:05:27IT运维版块每日发帖之星
日期:2015-07-20 11:05:34操作系统版块每日发帖之星
日期:2015-07-20 11:05:36程序设计版块每日发帖之星
日期:2015-07-20 11:05:40数据库技术版块每日发帖之星
日期:2015-07-20 11:05:432015年辞旧岁徽章
日期:2015-07-20 11:05:44
6 [报告]
发表于 2010-10-21 21:42 |只看该作者
互相学习啊。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP