Issues in dropping an Apply process [message #262591] |
Mon, 27 August 2007 12:28 |
toshidas2000
Messages: 120 Registered: November 2005
|
Senior Member |
|
|
I am encountering following when tring to drop an apply process..
SQL> begin
DBMS_APPLY_ADM.DROP_APPLY(
apply_name => 'apply_simp');
end; 2 3 4
5 /
begin
*
ERROR at line 1:
ORA-24026: operation failed, queue STRMADMIN.STRM01_QUEUE has errors
ORA-06512: at "SYS.DBMS_APPLY_ADM_INTERNAL", line 87
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 603
ORA-06512: at line 2
|
|
|
|
|