Uli Kobsa
Member²
Hi,
I played around with dbms_pipe to receive messages from a long running procedure. So far everything works fine. But TOracleEvent seems to receive all the messages after my stored procedure is finished.
Having looked with OracleMonitor I can see that the first message is received, when my proc starts and sends the first message. But then all the remaining messages can only be seen after the procedure is finished.
I
I played around with dbms_pipe to receive messages from a long running procedure. So far everything works fine. But TOracleEvent seems to receive all the messages after my stored procedure is finished.
Having looked with OracleMonitor I can see that the first message is received, when my proc starts and sends the first message. But then all the remaining messages can only be seen after the procedure is finished.
I