Other News

Community

Validating XML–Tutorial

(Nicholas Chase) In the creation of a database, a data model and integrity constraints can create certainty in the structure and content of the data. But how do you enforce that kind of control when your data is just text in hand-editable files? Fortunately, validating files and documents can make s

Community

Lightweight XML Search Servers

(Jon Udell) In earlier installments of this column, I made the case for exploiting the combination of XHTML and CSS, and I demonstrated a browser-based technique for searching XHTML/CSS content using XPath. I’ve been using a variation of this technique on my weblog. It works, and it’s been a revelat

Community

Using DB2 UDB OLAP functions

(Alexander Kuznetsov) Online analytical processing (OLAP) functions are very flexible and powerful. Using them, you may come up with simple solutions to some problems that would otherwise require either iteration through one or several cursors or recursion. In some other cases it is much easier to w

Community

Fast Reset Sequences (Alternative)

(Ilya Petrenko) In a previous tip, Fast Reset Sequences, I showed how to reset a sequence to MinValue with few calls to the data dictionary (SQL and PL/SQL implementations). The following script below is another approach to achiev the same result with even fewer calls. This technique is very useful