ORA-26672: timeout occurred while stopping STREAMS process STRMADMIN_APPLY [message #495623] |
Mon, 21 February 2011 07:14 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
pradies
Messages: 250 Registered: May 2008
|
Senior Member |
|
|
Hi,
I have setup the replication at table level between two database. It was working fine before. Suddenly I check the replication working and found error below
Apply Local Messages in
Process Source Transaction Error
Name Database ID Error Number Error Message Transaction
---------- ---------- ----------- ------------ -------------------- -----------
STRMADMIN_APPLY VMS 38.32.97719 959 ORA-00959: tablespace 'RFC_INDX' does not exist 1
STRMADMIN_APPLY VMS 88.1.44971 959 ORA-00959: tablespace 'RFC_INDX' does not exist 1
After the I created the same tablespace and tried to stop and start the process as it was apply process is in disabled mode.
When I am trying to start apply process it is throwing below error.
SQL> show user
USER is "STRMADMIN"
SQL> BEGIN
2 DBMS_APPLY_ADM.STOP_APPLY(apply_name => 'STRMADMIN_APPLY');
3 END;
4 /
BEGIN
*
ERROR at line 1:
ORA-26672: timeout occurred while stopping STREAMS process STRMADMIN_APPLY
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 627
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 55
ORA-06512: at line 2
Can Some one help why this error is still coming during start. even I created the tablespace.
Regards
Pradeep
|
|
|
|
|
|
|