I come with a question that has given me a couple of laps ....
I have a Java web app that, among many things, maintains the stock of products, the Oracle database has the table (image) where the data persists.
So my query is: Can I use a trigger to send a low stock alert (stock_critico) to the application, creating a listener in the app?
If my concept of listener is wrong, please tell me.
Any tutorial or document where I can do what I need ???
I thank you in advance ....