I need to make sure that the service bus closes the cursor. I cannot close the cursor in the PL/SQL procedure where the client opens it as it would be closed before it' s read from it; it needs to be afterwards and so it needs to be the service bus that handles closing it.
oracle-service-bus