let's say there is a long running event under way (lots of pl/sql) and a timer expires right then. - will the timer expiration be logged and processed later, if yes what about auto-repeat timers - will it be lost (because app was not "idle", in user input ready state) - will it run parallel in a different ORACLE session |