Author: SSWUG Research

Community

Who is Using Which Rollback?

by Andrew Allen – Sometimes we need (or want) to know who is using rollback and how much they are using. This script will show you who is using which rbs, how much rollback they are using, their sid/serial, and, optionally, when their session began and when they were last active in the database.

Community

CHECK It Out

By Itzik Ben-Gan – For accuracy and performance, you need to make sure that all IP addresses in your tables are valid. Here’s how to write a CHECK constraint that validates character strings containing IP addresses.

Community

XML Matters: YAML improves on XML

By David Mertz, Ph.D. – In this article, David introduces you to YAML, a data serialization format that can be easily read by humans and is well-suited to encoding the data types used in dynamic programming languages. In contrast to XML, YAML uses clean and very minimal structural indicators, relyin

Community

The horror of XML

By Larry Seltzer – I don’t know about you, but I’m scared. XML is becoming complex, and it was an inherently fat way to represent data to begin with. In fact, according to the W3C (the keepers of the Web), “XML is verbose, but that is not a problem.” This was a conscious decision by XML’s des