Other News

Community

Doing Data Guard – Part 2

(Steve Callan) In Part 1, I covered some of the operational requirements for using Data Guard and the options (physical and logical) you have in deciding which type of standby database you want to employ. Part 2 starts off with step-by-step coverage of preparing your environment for Data Guard.

Community

Generic Programming Under .NET

(Stanley B. Lippman) Visual Studio 2005 brings the type parameter model of generic programming to the Microsoft .NET Framework. Parameterized types are, of course, standard fare for C++ programmers. So, for those who are unfamiliar with them, I’ll give a brief introduction to generic programming in