Dequeue message bug after propagated at the destination queue with odp.net
I am using odp.net to develope a program.The database environment is oracle10.2,involving some operation of oracle advanced queuing.
Firstly i use distributed environment to deploy oracle advanced queuing.The que of one database propagate data to que of another database under the same oracle10g.There is no problem in the propagation.
Secondly,the destination queue accepts some enqueue operation using trigger besides data from the source queue. The destination queue can accept all data to enqueue after deployed.
Something will happen when using odp.net to dequeue the destination queue like these:
my code:
module DequeueTest()
Secondly,the destination queue accepts some enqueue operation using trigger besides data from the source queue. The destination queue can accept all data to enqueue after deployed.
Something will happen when using odp.net to dequeue the destination queue like these:
my code:
module DequeueTest()
0