删除索引报错

[复制链接]
查看11 | 回复7 | 2007-7-19 08:57:15 | 显示全部楼层 |阅读模式
删除索引报这个错?谁遇到过?
DROP INDEX EQUINE.PK_QUOTE_FORM_DATA
ORA-00604: error occurred at recursive SQL level 1
ORA-04068: existing state of packages has been discarded
ORA-04065: not executed, altered or dropped stored procedure
"SYS.DICTIONARY_OBJ_OWNER"
ORA-06508: PL/SQL: could not find program unit being called:
"SYS.DICTIONARY_OBJ_OWNER"
ORA-06512: at line 2
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
没有遇到过
帮你顶下
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
http://space.itpub.net/104152/viewspace-557723
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
查查这个 function dictionary_obj_owner还在吗?
create or replace function dictionary_obj_owner return varchar2 is
begin
return dbms_standard.dictionary_obj_owner;
end;
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
数据字典有问题了吧?
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
该索引是主键产生的吧,是没法删除的。
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
SYS.DICTIONARY_OBJ_OWNER不存在?是否被误删除了?
回复

使用道具 举报

千问 | 2007-7-19 08:57:15 | 显示全部楼层
create or replace function dictionary_obj_owner return varchar2 is
begin
return dbms_standard.dictionary_obj_owner;
end;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行