
Real-time Messaging in Oracle: Send E-mails Programmatically from the Database
ecause Oracle does not provide a tool for outputting messages in real-time, Oracle database developers have always faced the challenge of monitoring their stored procedure execution in real-time. They’ve had to use the DBMS_OUTPUT.PUT_LINE call, which doesn’t return the results of a procedure until the procedure has completed. In this