ORA-25217: enqueue failed, visibility must be IMMEDIATE for queue string.string
What triggered the Error:
attempt was made to enqueue to a non-persistent queue without setting visibility to IMMEDIATE.What should we do to fix it:
t visibility to IMMEDIATE.