Other News

Community

New Parameters in 11g (Part 3)

(Howard Rogers) This one’s a bit of a snooze, I’m afraid. It’s only of use in a RAC, it controls the number of GTXn background processes each instance in a RAC is allowed to run, it defaults to a value of 1, and you don’t muck around with it unless you’re doing distributed transactions. It’s default

Community

Invisible indexes in 11G

(yas) 11G has a new feature called Invisible Indexes. An invisible index is invisible to the optimizer as default. Using this feature we can test a new index without effecting the execution plans of the existing sql statements or we can test the effect of dropping an index without dropping it.

Community

Implementing Observer in ASP.NET

(Brian Mains) The observer pattern is a design pattern, largely popularized by the Gang of Four, which allows objects to receive notifications from another object. Imagine a newsletter signup page, where you can signup for various newsletters that are broadcasted by email. There needs to be the abil