Author: SSWUG Research

Community

Monitoring DB2 Activity

Tuning and configuring a DB2 database can be a complex process that sometimes overwhelms new DBAs. There are, however, a great number of tools, functions, and applications included with DB2 that make this task much simpler. The release of DB2 Universal Database V8.1 includes new tools and informati

Community

Singleton Pattern

(rajesh mg) In software engineering, the singleton design pattern is designed to restrict instantiation of a class to one (or a few) objects. This is useful when exactly one object is needed to coordinate actions across the system. Sometimes it is generalized to systems that operate more efficiently