Other News

Community

Oracle 10g Adds More to FORALL

(Steven Feuerstein) In my second article on PL/SQL enhancements in Oracle Database 10g, I will explore the new capability of using the FORALL statement with nonconsecutive driving indexes. While this might at first sound fairly esoteric, it is actually a key enhancement to the FORALL statement that

Community

Oracle9iAS Web Services: SOAP

Oracle Web Services are facilities have been greatly enhanced for the Oracle9iAS delivery. They are based on the W3C SOAP Note as enhanced by the W3C SOAP with Attachments note. SOAP (Simple Object Access Protocol) was defined to address a number of objectives. In brief, these objectives were to

Community

DB2 V8: Online Schema Evolution

(Craig S. Mullins) Making changes to database structures can be one of the biggest causes of database downtime. This is so because many of the most common changes require DBAs to create convoluted scripts that capture DDL from the system catalog, unload data, DROP objects, and then re-CREATE the obj