Other News

Community

Oracle Scheduler

(Arup Nanda) Some of you may use the dbms_job package extensively to submit database jobs to be run in the background, control the time or interval of a run, report failures, and much more. However, I have a feeling that most of you don’t. The problem with the package is that it can handle only

Community

Granting SA Rights to Developers

(Brian Moran) Last month, in “SQL Server Profiler: For Developers, Too” (http://www.winnetmag.com/article/articleid/43268/43268.html ), I encouraged you to integrate SQL Server Profiler into your unit-testing process. IT professionals typically think of Profiler as a DBA tool, but in my article, I o

Community

Amazon’s Web Services and XSLT

(Bob DuCharme) Amazon Web Services (AWS) provide two ways to get XML versions of the information that Amazon’s customers ordinarily get from HTML web pages: a SOAP interface and a REST interface. It’s nice to see the pains that Amazon takes to make it clear that, when it says “web services” it doesn

Community

Distributed Backup Checking

(Kevin O’Donovan) Having just read Santveer Singh’s article Which databases are being backed up (another look), I thought the following might add something to it. Our situation is slightly more complex. We develop software applications that make use of replicated databases. Our users are distrib

Community

Exception handling

(Paul Yip, Drew Bradstock and Hana Curtis) Anticipating and handling conditions is part and parcel of good, robust programming style. With DB2 SQL procedures, this is accomplished through the use of condition handlers. In fact, it is also desirable to be able to check for and act on warnings that ma