Other News

Community

How to Read and Write RSS Feeds

(Laura Lemay and Rogers Cadenhead) Really Simple Syndication (RSS) is a popular way to publish web content and share information on site updates adopted by millions of sites. Because RSS is an XML dialect, it is structured under the rules of XML. In this chapter, you’ll learn how to represent data a

Community

New db2diag.log formatting tool

(Chris Eaton) New in DB2 Viper 2 is a tool that lets you format and filter information that is in the diagnostic log (db2diag.log). Typically this log file is full of diagnostic information and in many cases the information in the file is intended for IBM Support personal to help them diagnose probl

Community

Oracle 11g: New sql.bsq structure

(Marco Gralike) Probably one of the oldest database scripts around is the sql.bsq file. First comments described in the heading of this file date from 1994 (“anori – 11/17/94 – ADT support tables and columns”). In the “old days”, the days when I started (Oracle version 6, 7), it was common to alter

Community

Understanding SQL Injection

(Hardik Shah) The basic idea behind this technique is to run the SQL query, something not intended by the programmer. SQL injection relies heavily on logical operations such as AND, OR, UNION, etc. If this technique is used properly, a malicious user can gain complete access to a web server. If the