I have an oracle table which is updated by an external spring boot application. In my spring boot application, I want to create a database trigger so that whenever there is an update or insert operation happens on that table, my spring boot application can call a method in the class with new values.
Can someone please share an example with similar kind of set up.