Element Wrapping in IE6

Now that tables are no longer acceptable for use when creating displays, there remains a problem when trying to get a row of elements to always display as a row without wrapping. In IE7 and Firefox, you can get it to behave fairly easily, but in IE6 it’s actually impossible... [Read More]
Tags: ie6

Viewing the currently executing SQL in Oracle

Sometimes if you are having a performance problem you might want to know what SQL statements are being run - you can trawl through these to work out what is causing the problem. The v$sql table can be used to view all queries that are being run. [Read More]
Tags: oracle plsql