Hi All,
I have a scenario where we have Oracle Tables and we need to trigger mails whenever there is change in those tables (Insert, Update, Delete).
This can be done through PL/SQL as well but is there a way to do it in APEX, as there are other features we want to have in the same application itself we want to do it in APEX.
What should be the correct approach to achieve this through Oracle APEX.
Whenever there is a change in any of those tables, an email should be triggered.
Please suggest.
Thank You.