ORA-25215: user_data type and queue type do not match
What triggered the Error:
user tries to enqueue an object to a queue that was created for objects of different type.What should we do to fix it:
y enqueue again with an object of the right type.