Author: SSWUG Research

Community

XML for Java Developers

DB2 9 introduced powerful XML management capabilities. Download this new e-book from DB2 Magazine to find out how the techniques you use every day can help you put that power to work. You’ll learn XML programming tips for Java developers, see detailed Java application examples, and get a recap of al

Community

Revalidating Invalidated Views

(Bruno Vroman) Usually, when a view becomes invalid due to DDL work on the underlying table, its first usage (SELECT … FROM myview …) revalidates it, or it can be revalidated via “ALTER VIEW myview COMPILE;”. But sometimes a view remains invalid, such as when there is a bug. In a case like this,