Tag: IBM

Community

SQL to View Long Running Queries

(Chris Eaton) The next view I’ll focus on in this series of posts (click previous entry at the top of this page to view others) is the SYSIBMADM.LONG_RUNNING_SQL view. This view shows you the longest running SQL statements in the database you are connected to. From this view you can quickly see the

Community

SQL to View Database History

(Chris Eaton) Yesterday I posted an entry on using SQL to query the notification log. Today I’ll show you how to use a new view to query the database history. In previous releases (and still today) you can look at the database history to see when objects were created or dropped, when objects were ma

Community

One last storage comment

(Willie Favero) RELEASE (DEALLOCATE) changes a few of the rules when it comes to releasing storage. For example, even if you choose to use the DSNZPARM keyword CONTSTOR in attempt to take advantage of storage contraction, RELEASE(DEALLOCATE) negates the entire process. A commit does not trip CONTSTO