I am trying to figure out how I could poll for changes that are made to an Oracle Table without using a trigger. The only changes I currently care about are new/inserted records. Any suggestions would be greatly appreciated.
I also don’t really want to have to use other tables to keep track of what has changed.
Thanks!
S
You could use Oracle’s Change Data Capture.