Hi
I have setup a streams environment and also a queue handler with a user defined procedure however when i test the environment i get the following error in dba_apply_error
APPLY_EMP ORA-26694: error while enqueueing into queue STRMADMIN.STREAMS_QUEUE
ORA-24033: no recipients for message
APPLY_EMP ORA-26694: error while enqueueing into queue STRMADMIN.STREAMS_QUEUE
ORA-24033: no recipients for message
APPLY_EMP ORA-26694: error while enqueueing into queue STRMADMIN.STREAMS_QUEUE
ORA-24033: no recipients for message
APPLY_EMP ORA-26694: error while enqueueing into queue STRMADMIN.STREAMS_QUEUE
ORA-24033: no recipients for message
I do have a custom deque handler and that is valid.
1 select object_name,object_type,status
2 from user_objects
3* where object_type='PROCEDURE'
SQL> /
OBJECT_NAME OBJECT_TYPE STATUS
-------------------- ------------------- -------
EMP_DML_HANDLER PROCEDURE VALID
Version of my database is 10.2.0.1.0.
I configured a very simple streams environment by following the instructions at
http://blogs.ittoolbox.com/oracle/guide/archives/oracle-streams-configuration-change-data-capture-13501
Any ideas whats wrong or
How do i go about troubleshooting this environment ?
regards
Hrishy