by Jeff Hunter
Whether a single instance or clustered database, Oracle tracks (logs) all changes to database blocks in online redo log files. In an Oracle RAC environment, each instance will have its own set of online redo log files known as a thread. Each Oracle instance will use its set (group) of online redo logs in a circular manner. Once an online redo log fills, Oracle moves to the next one. If the database is in "Archive Log Mode", Oracle will make a copy of the online redo log before it gets reused. A thread must contain at least two online redo logs (or online redo log groups). The same holds true for a single instance configuration. The single instance must contain at least two online redo logs (or online redo log groups). >Read full article
by Graeme Birchall
This book, which originally began as a series of notes for Graeme's own use, has become an essential go to guide for all things DB2 (except z/OS), including quick find concepts and explanations for quirks in SQL. Over the years, new versions and chapters have been added as DB2 has evolved and Graeme has worked out better problem solving strategies. >Read the book
by Robin Schumacher
Performance tuning is one of the top disciplines (if not THE top discipline) that database professionals want to excel at. Being able to take a system that's running sluggish and turn it into one that's running as fast as a scalded dog is a talent that's part art and part science, but whatever the combination necessary to make it happen, there will always be strong demand for folks who are good at it. >Read full article
by Tom Mochal
One of the main definitions of a project is that the work has a definite beginning and ending. However, the end date is open for interpretation. Let’s assume that you have finished your project and implemented the solution in production. In some cases, this would be the end of the project and the responsibility for the solution would now fall upon the support organization. >Read full article
|