ORA-23324: error ORA-00604: error occurred at recursive SQL level [message #61097] |
Mon, 29 March 2004 19:43 |
Sachin
Messages: 52 Registered: May 2001
|
Member |
|
|
Hi,
I am working on Oracle 9i on AIX 5.1 and getting error when using the follwing sql commands
SQL> select count(*) from deftran;
COUNT(*)
----------
7
1 row selected.
SQL> select dblink, count(*) from deftrandest group by dblink order by dblink;
DBLINK COUNT(*)
--------------- ----------
LOOP 7
1 row selected.
SQL> select count(*) from deferror;
COUNT(*)
----------
0
1 row selected.
SQL>
SQL>
SQL> rem try to execute the calls
SQL> execute dbms_defer_sys.execute('LOOP');
BEGIN dbms_defer_sys.execute('LOOP'); END;
*
ERROR at line 1:
ORA-23324: error ORA-00604: error occurred at recursive SQL level
ORA-02063: preceding line from LOOP, while creating deferror entry at "LOOP" with error -604
ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1716
ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1758
ORA-06512: at line 1
I am not able to find out what is causing this error? Could anyone of Oracle Gurus please suggest me on that?
Please help me.
Thanks,
Sachin
|
|
|
|
|
|
|
|