I have an Oracle Database and I want to monitor a particular table/column in the DB . If the column value crosses threshold value I want to call my java application code to perform some operation like
" EXAMPLE SCALE UP OR SHUTDOWN ". How can I achieve this? Thankx in Advance