Oracle Solution for Error ora-25215

Solution for Oracle Error ORA-25215

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.