Broadcasting Message from Oracle DB
Hi,
I'm building an application in C# with an Oracle database backend, I have been looking to add a progress indicator but rather than poll from the application to check the database progress I would prefer the database procedure to broadcast a message so that the application can use it for progress bar.
Does anyone know what I can use in Oracle to achieve this?
0