Other News

Community

Parsing in remote databases

(yas) I was trying to decrease the number of parses for a 9.2.0.7 production database when I realized that the top parsing sql was coming from another database through a database link. This sql has a parse/execute ratio of 1 meaning it is parsed every time it is called. I have searched the bug datab

Community

PHP 5 Security Techniques

(Larry Ullman) With more and more personal information being stored on the Web—credit card data, social security numbers, maiden names, favorite pets—today’s PHP developer cannot afford to be ignorant when it comes to security. Sadly, most beginning programmers fail to understand the truth about sec

Community

Programming for the New DB2

(Maria Sarikos) So what exactly is data skew? In the DB2 context, it happens when DB2 creates an access path based on certain assumptions, but those assumptions are wrong, so the access path created is just plain inefficient. For example lets say you were selecting all the names in your client table