首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

ORA-00604: 递归 SQL 层 1 出现oracle错误

2014-01-28 
当我对一个表 select 的时候,可以查询出数据来。 但是当我 insert 或者 delete 的时候,就会报错: insert int

当我对一个表 select 的时候,可以查询出数据来。

但是当我 insert 或者 delete 的时候,就会报错:

insert into cjd (id,zcjd,ajbh) values ('1252145','1','152452')
*
ERROR 位于第 1 行:
ORA-00604: 递归 SQL 层 1 出现错误
ORA-00942: 表或视图不存在


怎么解决?

------解决方法--------------------------------------------------------

ORA-00604: error occurred at recursive SQL level string
Cause: An error occurred while processing a recursive SQL statement (a statement applying to internal dictionary tables).

Action: If the situation described in the next error on the stack can be corrected, do so; otherwise contact Oracle Support.



 这个表:cjd 所有者是谁? 现在做插入的用户有权限吗?

------解决方法--------------------------------------------------------
 

探讨
当我对一个表 select 的时候,可以查询出数据来。

但是当我 insert 或者 delete 的时候,就会报错:

insert into cjd (id,zcjd,ajbh) values ('1252145','1','152452')
*
ERROR 位于第 1 行:
ORA-00604: 递归 SQL 层 1 出现错误
ORA-00942: 表或视图不存在




------解决方法--------------------------------------------------------
sql trace的方法你可以在google里找找看,或者参考
http://blog.csdn.net/inthirties/archive/2009/05/10/4162961.aspx

        

热点排行