当我对一个表 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 所有者是谁? 现在做插入的用户有权限吗?
------解决方法--------------------------------------------------------
------解决方法--------------------------------------------------------
sql trace的方法你可以在google里找找看,或者参考
http://blog.csdn.net/inthirties/archive/2009/05/10/4162961.aspx