Tag Archives: database

Resource Manager Enhancements in 11g…

I’ve just put another Oracle 11g new features article live:

Resource Manager Enhancements in Oracle Database 11g Release 1

Cheers
Tim…

Database Change Notification…

I’ve recently been playing around with Database Change Notification, which is basically an asynchronous triggering mechanism. I’m not really sure why I would use it in an application, but it’s always nice to know about this stuff, just in case. I suppose it’s not drastically dissimilar to the the use of a handler module in [...]