Other News

Community

All about JAXP, Part 2

(Brett McLaughlin) Part 1 of this two-part series introduced the Java API for XML Processing (JAXP) and its parsing and validation features. JAXP also offers Java programmers the ability to transform XML documents using Extensible Stylesheet Language (XSL). Through both direct programmatic acces

Community

Inheritance 101

(Deborah Kurata) Visual Basic developers had wanted inheritance for what seems like decades. The feature finally made it into VB.NET, making VB.NET an official object-oriented language. By now you are probably already using inheritance in your applications, but are you fully taking advantage of its

Community

TMQL: A Brief Introduction

(Robert Barta) Work on TMQL started more than a year ago, kicked off by a number of proposals. The editors have attempted to consolidate these approaches into an official draft specification. It is still in flux but sufficiently mature now to justify asking for public feedback. In this introduction

Community

Asked & Answered (DB2 Q&A)

Roger E. Sanders) Q: I have a situation in which application appl_1 updates table X (in a DB2 UDB for Linux, Unix, and Windows v.8.1 database) with commit count set to 100k, and application appl_2 updates the same table using the same commit count value. The applications run in parallel, and each up

Community

Blind SQL Injection

(Ofer Maor and Amichai Shulman) In the past few years, SQL injection attacks have been on the rise. The increase in the number of database based applications, together with various publications that explain the problem and how it can be exploited (in both electronic and printed formats), have led to

Community

Scheduling Jobs – Part 1

(Howard J. Rogers) We’ve had the ability to schedule work in the database for a long time… think DBMS_JOB, for example (which, I hasten to add, is still there in 10g, so old code doesn’t break). New in Oracle 10g, however, is DBMS_SCHEDULER, a more powerful, robust and flexible work scheduling eng