xingmenghaohan 发表于 2013-04-27 20:38

删除用户报ORA-00600求助

oracle 11g r2 重装em 删除sysman 用户时报错,求助大神。

SQL> drop user sysman;
drop user sysman
*
ERROR at line 1:
ORA-01922: CASCADE must be specified to drop 'SYSMAN'



SQL>drop user sysman cascade;
drop user sysman cascade
*
ERROR at line 1:
ORA-00600: internal error code, arguments: , , , [], [],
[], [], [], [], [], [], []


wlmouse 发表于 2013-04-28 14:08

这几个核心账号删了就麻烦了。如果那样你还不如把整个库删了重建呢。

xingmenghaohan 发表于 2013-04-29 15:16

回复 2# wlmouse
我是要重装em需要把这个用户删除。。

xingmenghaohan 发表于 2013-04-29 15:27


kzdGenDropStmt()+38call   ksesin()             00A99D5E0 ? 2B5586DC0040 ?
7                                                000000000 ? 000000018 ?
                                                   000000000 ? 000000000 ?



========== FRAME (kzdGenDropStmt()+387 -> ksesin()) ==========
defined by frame pointers 0x7fffc4510850and 0x7fffc4510810
CALL TYPE: call   ERROR SIGNALED: yes   COMPONENT: (null)


报错相关日志

wlmouse 发表于 2013-04-29 17:25

本帖最后由 wlmouse 于 2013-04-29 17:25 编辑

回复 3# xingmenghaohan


    重新安装EM不需要删除账户的。详细说一下你为什么要删除EM好不,看大家是否能从这方面帮助你。你的目的是为什么重建EM,而不是单纯为了删除账户。

xingmenghaohan 发表于 2013-04-29 17:56

回复 5# wlmouse 主要是安装em 用emca -config dbcontrol db -repos recreate

用 emca -config dbcontrol db -repos recreate   重装时提示

-repos_user SYSMAN -action drop -verbose -output_file /u01/app/oracle/cfgtoollogs/emca/orcl11g/emca_repos_drop_2013_04_29_12_51_16.log时出错
2013-4-29 17:51:27 oracle.sysman.emcp.EMReposConfig invoke
严重: 删除资料档案库时出错。
2013-4-29 17:51:27 oracle.sysman.emcp.EMReposConfig invoke


Dropping Repository failed. Please check file /u01/app/oracle/cfgtoollogs/emca/orcl11g/emca_repos_drop_2013_04_29_12_51_16.log for detailed errors.

2013-4-29 17:51:27 oracle.sysman.emcp.util.PlatformInterface executeCommand
配置: stty: 标准输入: 无效的参数
stty: 标准输入: 无效的参数
ORA-06550: line 1, column 7:
ORA-06550: line 1, column 7:
ORA-06550: line 22, column 44:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 18, column 11:
ORA-00600: internal error code, arguments: , , , [], [],
ORA-06512: at line 155

to407 发表于 2013-05-14 15:27

你看下有没有用户(sysman)连上session,并且停掉EM。 再删用户看有没问题
页: [1]
查看完整版本: 删除用户报ORA-00600求助