<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no">
  <title>Planet DB2</title>
  <updated>2010-03-10T05:30:51Z</updated>
  <generator uri="http://intertwingly.net/code/venus/">Venus</generator>
  <author>
    <name>Leons Petrazickis</name>
    <email>admin@planetdb2.com</email>
  </author>
  <id>http://planetdb2.com/atom.xml</id>
  <link href="http://planetdb2.com/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://planetdb2.com" rel="alternate"/>

  <entry xml:lang="en">
    <id>http://www.thekguy.com/?p=1233</id>
    <link href="http://feedproxy.google.com/~r/TheKGuy_db2/~3/ctqurxz-ixI/db2top-database-screen-part-2.html" rel="alternate" type="text/html"/>
    <title>db2top Database Screen (Part 2)</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Twitter It!<p/>
<p>In the first post of this series on the db2top Database screen, we took a look at the gauges that make up the top part of the screen and saw the additional data about backups that becomes available when the screen widened to 141 columns or wider. In this second post, we will examine [...]</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><span><a href="http://twitter.com/home?status=Reading%20%20%22db2top%20Database%20Screen%20%28Part%202%29%22%20http%3A%2F%2Ftinyurl.com%2Fyerspw4" rel="nofollow" title="Twitter It!">Twitter It!</a></span><p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000008959453XSmall_250x125.jpg"><img alt="Illustration of a multi-user database" class="alignleft size-full wp-image-1221" height="125" src="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000008959453XSmall_250x125.jpg" title="iStock_000008959453XSmall_250x125" width="250"/></a></p>
<p>In the first post of this series on the db2top Database screen, we took a look at the gauges that make up the top part of the screen and saw the additional data about backups that becomes available when the screen widened to 141 columns or wider. In this second post, we will examine the four rows of database-level information presented below the gauges, including information on memory usage, active and idle connections, locks, logs, buffer pools, and sorts. You will also see the impact of the delta and cumulative modes on some of these data. <span id="more-1233"/></p>
<p>We will examine each row individually:</p>
<h4>Row 1</h4>
<p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_1.png"><img alt="db2top Database screen row 1" class="aligncenter size-full wp-image-1243" height="51" src="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_1.png" title="db2top_database_row_1" width="482"/></a></p>
<p>
<table><tr><th>Column Name</th><th>Definition</th></tr>
<tr><td>Start Date</td><td>The date of the first connection to the database or when the activate database was issued. Blank if the database is not activated. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001154.html">db_conn_time</a></td></tr>
<tr><td>Start Time</td><td>The time of the first connection to the database or when the activate database was issued. Blank if the database is not activated. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001154.html">db_conn_time</a></td></tr>
<tr><td>Status</td><td>The current status of the database. Possible values are: "Inactive", "Active", "Quiesce Pending", "Quiesced", "Rollforward", and "Unknown [<em>x</em>]" where <em>x</em> is the API constant for the <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001156.html">db_status</a> monitor element. "Inactive" and "Active" are shown in a regular font and all others are shown in bold.</td></tr>
<tr><td>Shthres</td><td>The value of the instance-wide soft limit on the total amount of memory (in units of bytes, kilobytes, megabytes, etc.) consumed by private sorts at any given time across all partitions. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.config.doc/doc/r0000260.html">sheapthres</a> * <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0002529.html">num_nodes_in_db2_instance</a> * 4096</td></tr>
<tr><td>Buffers</td><td>The <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0007574.html">pool_cur_size</a> (in units of kilobytes, megabytes, etc.) of the buffer pool heap memory pool.</td></tr>
<tr><td>FCMBuf</td><td>The <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0007574.html">pool_cur_size</a> (in units of kilobytes, megabytes, etc.) of the FCMBP heap memory pool.</td></tr>
<tr><td>OtherMem</td><td>The sum of the <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0007574.html">pool_cur_size</a> (in units of kilobytes, megabytes, etc.) of all other memory pools except the buffer pool heap and FCMBP heap memory pools. </td></tr>
</table>
</p>
<h4>Row 2</h4>
<p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_2.png"><img alt="db2top Database screen row 2" class="aligncenter size-full wp-image-1244" height="50" src="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_2.png" title="db2top_database_row_2" width="482"/></a></p>
<p>
<table>
<tr><th>Column Name</th><th>Definition</th></tr>
<tr><td>Sessions</td><td>The current number of connections. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001197.html">local_cons</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001195.html">rem_cons_in</a></td></tr>
<tr><td>ActSess</td><td>The current number of connections with executing work. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001198.html">local_cons_in_exec</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001196.html">rem_cons_in_exec</a></td></tr>
<tr><td>LockUsed</td><td>One hundred times the number of locks held per byte allocated to the lock list. 100 * <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001281.html">locks_held</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0009245.html?resultof=%22locklist%22">locklist</a> * 4096)</td></tr>
<tr><td>LockEscals</td><td>The number of times that locks have been escalated from several row locks to a table lock. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001284.html">lock_escals</a></td></tr>
<tr><td>Deadlocks</td><td> The total number of <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001283.html">deadlocks</a> that have occurred.</td></tr>
<tr><td>LogReads</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The number of log pages read from disk by the logger (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001278.html">log_reads</a>) in the last interval. Shown in reverse text and blinking when greater than zero on an active database.</dd> <dt><strong>Actual mode:</strong></dt><dd>The number of log pages read from disk by the logger (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001278.html">log_reads</a>) since the last snapshot reset or database activation.</dd></dl></td></tr>
<tr><td>LogWrites</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The number of log pages written to disk by the logger (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001279.html">log_writes</a>) in the last interval. Shown in reverse text and blinking when greater than zero on an active database.</dd> <dt><strong>Actual mode:</strong></dt><dd>The number of log pages written to disk by the logger (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001279.html">log_writes</a>) since the last snapshot reset or database activation.</dd></dl></td></tr>
</table>
</p>
<h4>Row 3</h4>
<p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_3.png"><img alt="db2top Database screen row 3" class="aligncenter size-full wp-image-1245" height="52" src="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_3.png" title="db2top_database_row_3" width="482"/></a></p>
<p>
<table>
<tr><th>Column Name</th><th>Definition</th></tr>
<tr><td>L_Reads</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The number of logical reads (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001235.html">pool_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001238.html">pool_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011302.html">pool_temp_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011303.html">pool_temp_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) performed in the last interval.</dd> <dt><strong>Actual mode:</strong></dt><dd>The number of logical reads (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001235.html">pool_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001238.html">pool_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011302.html">pool_temp_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011303.html">pool_temp_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) performed since the last snapshot reset or database activation.</dd></dl></td></tr>
<tr><td>P_Reads</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>
The number of physical reads (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) performed per second during the last interval.
</dd> <dt><strong>Actual mode:</strong></dt><dd>
The number of physical reads (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) performed since the last snapshot reset or database activation.
</dd></dl></td></tr>
<tr><td>HitRatio</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The percentage of logical reads performed per second during the last interval that did not require a physical read. 1 - (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001235.html">pool_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001238.html">pool_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011302.html">pool_temp_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011303.html">pool_temp_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)</dd> <dt><strong>Actual mode:</strong></dt><dd>The percentage of logical reads performed since the last snapshot reset or database activation that did not require a physical read. 1 - (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>) / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001235.html">pool_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001238.html">pool_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011302.html">pool_temp_data_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011303.html">pool_temp_index_l_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)</dd></dl></td></tr>
<tr><td>A_Reads</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The percentage of physical reads performed per second during the last interval that were performed asynchronously. (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001244.html">pool_async_data_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001247.html">pool_async_index_reads</a>) / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)</dd> <dt><strong>Actual mode:</strong></dt><dd>The percentage of physical reads performed since the last snapshot reset or database activation that were performed asynchronously. (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001244.html">pool_async_data_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001247.html">pool_async_index_reads</a>) / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)</dd></dl></td></tr>
<tr><td>Writes</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The number of <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001261.html">direct_writes</a> performed per second during the last interval.</dd> <dt><strong>Actual mode:</strong></dt><dd>The number of <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001261.html">direct_writes</a> performed since the last snapshot reset or database activation.</dd></dl></td></tr>
<tr><td>A_Writes</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The number of asynchronous writes (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001245.html">pool_async_data_writes</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001246.html">pool_async_index_writes</a>) performed per second during the last interval.</dd> <dt><strong>Actual mode:</strong></dt><dd>The number of asynchronous writes (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001245.html">pool_async_data_writes</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001246.html">pool_async_index_writes</a>) performed since the last snapshot reset or database activation.</dd></dl></td></tr>
<tr><td>Lock Wait</td><td>The number of agents waiting on a lock (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001296.html">locks_waiting</a>). Shown in reverse text and blinking whenever it is greater than zero.</td></tr>
</table>
</p>
<h4>Row 4</h4>
<p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_4.png"><img alt="db2top Database screen row 4" class="aligncenter size-full wp-image-1246" height="51" src="http://www.thekguy.com/wp-content/uploads/2010/03/db2top_database_row_4.png" title="db2top_database_row_4" width="482"/></a></p>
<p>
<table>
<tr><th>Column Name</th><th>Definition</th></tr>
<tr><td>Sortheap</td><td>The total sort memory (both shared and private) measured in units of bytes, kilobytes, megabytes, etc. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001215.html">sort_heap_allocated</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0009807.html">sort_shrheap_allocated</a> </td></tr>
<tr><td>SortOvf</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>The total number of sorts per second during the last interval that ran out of sort heap and may have required disk space for temporary storage during the last interval. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001221.html">sort_overflows</a></dd> <dt><strong>Actual mode:</strong></dt><dd>The total number of sorts that ran out of sort heap and may have required disk space for temporary storage since the last snapshot reset or database activation. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001221.html">sort_overflows</a></dd></dl></td></tr>
<tr><td>PctSortOvf</td><td>
<dl><dt><strong>Delta mode:</strong></dt><dd>
The percentage of the total number of sorts that overflowed during the last interval. 
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001221.html">sort_overflows</a> /
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001219.html">total_sorts</a>
</dd>
<dt><strong>Actual mode:</strong></dt><dd>
The percentage of the total number of sorts that overflowed since the last snapshot reset or database activation. 
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001221.html">sort_overflows</a> /
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001219.html">total_sorts</a>
</dd></dl>
</td></tr>
<tr><td>AvgPRdTime</td><td><dl><dt><strong>Delta mode:</strong></dt><dd>
The average amount of time that a physical read took during the last interval. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001241.html">pool_read_time</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)
</dd> <dt><strong>Actual mode:</strong></dt><dd>
The average amount of time that a physical read took measured since the last snapshot reset or database activation. 
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001241.html">pool_read_time</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001236.html">pool_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001239.html">pool_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011300.html">pool_temp_data_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0011301.html">pool_temp_index_p_reads</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>)
</dd></dl></td></tr>
<tr><td>AvgDRdTime</td><td><dl><dt><strong>Delta mode:</strong></dt>
<dd>
The average elapsed time per direct read measured during the last interval.
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001264.html">direct_read_time</a> / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>
</dd>
<dt><strong>Actual mode:</strong></dt>
<dd>
The average elapsed time per direct read measured since the last snapshot reset or database activation.
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001264.html">direct_read_time</a> / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001260.html">direct_reads</a>
</dd>
</dl></td></tr>
<tr><td>AvgPWrTime</td><td><dl><dt><strong>Delta mode:</strong></dt>
<dd>
The average amount of time per write spent physically writing data or index pages from the buffer pool to disk during the last interval. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001242.html">pool_write_time</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001237.html">pool_data_writes</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001240.html">pool_index_writes</a>)
</dd>
<dt><strong>Actual mode:</strong></dt>
<dd>
The average amount of time per write spent physically writing data or index pages from the buffer pool to disk since the last snapshot reset or database activation. <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001242.html">pool_write_time</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001237.html">pool_data_writes</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001240.html">pool_index_writes</a>)
</dd>
</dl></td></tr>
<tr><td>AvgDWrTime</td><td><dl><dt><strong>Delta mode:</strong></dt>
<dd>
The average amount of time per write for writes that did not use the buffer pool during the last interval.
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001265.html">direct_write_time</a> / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001261.html">direct_writes</a>
</dd>
<dt><strong>Actual mode:</strong></dt>
<dd>
The average amount of time per write for writes that did not use the buffer pool since the last snapshot reset or database activation.
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001265.html">direct_write_time</a> / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001261.html">direct_writes</a>
</dd>
</dl></td></tr>
</table>
</p>
<p>The database screen is affected by typing the ‘k’ key to switch between deltas and actuals. It is also affected by the ‘G’ key switching between local and global snapshots. It is not affected by the ‘X’ key toggling extended mode on and off.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thekguy.com%2Fdb2top-database-screen-part-2.html&amp;linkname=db2top%20Database%20Screen%20%28Part%202%29"><img alt="Share/Bookmark" height="16" src="http://www.thekguy.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171"/></a><img height="1" src="http://feeds.feedburner.com/~r/TheKGuy_db2/~4/ctqurxz-ixI" width="1"/></div>
    </content>
    <updated>2010-03-10T05:00:07Z</updated>
    <category term="db2"/>
    <category term="db2top"/>
    <category term="database"/>
    <category term="snapshot monitor"/>
    <author>
      <name>Keith McDonald</name>
    </author>
    <source>
      <id>http://www.thekguy.com</id>
      <author>
        <name>Keith McDonald</name>
      </author>
      <link href="http://www.thekguy.com" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/TheKGuy_db2" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>For when a first initial is all you can remember</subtitle>
      <title>The K Guy » db2</title>
      <updated>2010-03-10T05:10:11Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://davebeulke.com/?p=674</id>
    <link href="http://davebeulke.com/?p=674" rel="alternate" type="text/html"/>
    <link href="http://davebeulke.com/?p=674#comments" rel="replies" type="text/html"/>
    <link href="http://davebeulke.com/?feed=atom&amp;p=674" rel="replies" type="application/atom+xml"/>
    <title xml:lang="en">Many New Index Options in DB2 – Version 9 Performance Features – Part 19</title>
    <summary xml:lang="en">Index design is one of the most important items or maybe the most important item in database design.  Sometimes it is better to enhance the database with more indexes instead of trying to fix the application SQL.  Tuning SQL is always good but tuning many SQL statements takes too much time.  When [...]</summary>
    <content type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml"><p><br class="spacer_"/></p>
<p>Index design is one of the most important items or maybe the most important item in database design.  Sometimes it is better to enhance the database with more indexes instead of trying to fix the application SQL.  Tuning SQL is always good but tuning many SQL statements takes too much time.  When time is tight most of the problem application SQLs can be instantaneously fixed through better indexes.</p>
<p><br class="spacer_"/></p>
<p>DB2 Version 9 indexes have several new options that help performance.  First is the enhancement that I have written about before in the blog (<a href="http://davebeulke.com/?p=443" title="Expression Performance">Expression Performance</a>) is Index on Expression. The Index on Expression enhancement alone can make a huge performance impact by tailoring the index to the application WHERE clause predicates.  This customization of an index design can be a huge performance improvement for many applications, especially applications using DATE, TIME and other SQL functions within the SQL.</p>
<p><br class="spacer_"/></p>
<p>Next, is Index Compression which cuts disk requirements for the index structure dramatically.  Most of the time compression can yield over a 50% savings and sometimes over 80%.  This is especially important for large BI/DW databases indexes that can sometimes be terabytes before compression.</p>
<p><br class="spacer_"/></p>
<p>Next, index page sizes can be set to a larger page size that helps reduce the overall number of pages and the number of page splits within the index structure.  Minimizing page splits helps avoid contention, helps cache all the index entries and keeps index value entries near each other on the same index page.</p>
<p><br class="spacer_"/></p>
<p>Another improvement for indexes that have ascending/descending keys is the new key randomization feature.  Using the RANDOM option during the CREATE or ALTER of the index causes the index entries to be stored at random places in the index tree.  This random inserting cuts down on index contention and is especially important for robust data sharing systems that are inserting many ascending/descending index keys.</p>
<p><br class="spacer_"/></p>
<p>So next time an application has SQL problems take a look at improving or defining a new index on the database. You might improve a huge number of applications instead of only a single application program and have time left to focus on other issues.</p>
<p><br class="spacer_"/></p></div>
    </content>
    <updated>2010-03-09T20:58:22Z</updated>
    <published>2010-03-09T20:58:22Z</published>
    <category scheme="http://davebeulke.com" term="DB2 Performance"/>
    <category scheme="http://davebeulke.com" term="Index compression"/>
    <category scheme="http://davebeulke.com" term="Index design"/>
    <category scheme="http://davebeulke.com" term="Index on Expression"/>
    <category scheme="http://davebeulke.com" term="Index Performance Improvements"/>
    <category scheme="http://davebeulke.com" term="Mainframe"/>
    <category scheme="http://davebeulke.com" term="RANDOM index"/>
    <author>
      <name>admin</name>
      <uri>http://davebeulke.com/wp-atom.php</uri>
    </author>
    <source>
      <id>http://davebeulke.com/?feed=atom</id>
      <author>
        <name>Dave Beulke</name>
      </author>
      <link href="http://davebeulke.com" rel="alternate" type="text/html"/>
      <link href="http://davebeulke.com/?feed=atom" rel="self" type="application/atom+xml"/>
      <subtitle xml:lang="en">Your Database Expert</subtitle>
      <title xml:lang="en">Dave Beulke</title>
      <updated>2010-03-09T20:58:22Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>https://www.ibm.com/developerworks/mydeveloperworks/blogs/idm/entry/don_t_ask_don_t_tell_bi_platform_dbas</id>
    <link href="http://feedproxy.google.com/~r/ManagingTheDataLifecycle/~3/YX3y-XA4KSo/don_t_ask_don_t_tell_bi_platform_dbas" rel="alternate" type="text/html"/>
    <title>Don't ask, don't tell -- bi-platform DBAs</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p class="MsoNormal" style="margin: 0pt 0pt 0pt 18pt;"><font><span style="font-family: helv; color: black; font-size: 10pt;"/></font></p> <p><font><span style="font-family: helv; color: black; font-size: 10pt;"/></font></p> <p><font><span style="font-family: helv; color: black; font-size: 10pt;"><font>Well, I'm glad I got your attention...<span> </span>One of the things that I've been pondering lately is what percentage of DBAs manage more than one database platform.<span> </span>Since this is an IBM blog, how many DBAs manage both DB2 for Linux, UNIX, and Windows and DB2 for z/OS?<span> </span>I've heard that they exist, but maybe I haven't been asking, and y'all haven't been telling.<span> </span>Does your shop have any of these elusive creatures?<span> </span>If so, what platforms do they support?<span> </span>If not, why not?<span> </span>Does this model work well for you?<span> </span>Why or why not?<span> </span>Is this something that you'd like to see happen?</font> </span><span style="font-family: helv; color: black; font-size: 10pt;"> </span></font></p> <p><font><span style="font-family: helv; color: black; font-size: 10pt;"><font>One of our objectives in creating heterogeneous database tooling is to help reduce the learning curve when using another database platform.<span> </span>While this is still a work in progress for parts of our portfolio, I'd sure like to know how important this is to DBAs</font>. </span><span style="font-family: helv; color: black; font-size: 10pt;"> </span></font></p> <font size="2"/> <p><span style="font-family: helv; color: black; font-size: 10pt;"><font>So, please tell...   Post your answer here, or on the </font><a href="http://www.facebook.com/pages/IBM-Optim/37213992975?ref=ts#!/pages/IBM-Optim/37213992975" target="_blank"><font>IBM Optim Facebook fan page</font></a><font> (click on the Fans tab if you don't see it), or, if you're shy, you can just send me an email at bfsmith at us.ibm.com.</font></span></p> <p/> <p/> <p/> <p><img align="left" src="https://www.ibm.com/developerworks/mydeveloperworks/blogs/idm/resource/IDMblog/bryan.jpg" style="display: inline; margin-left: 0px; margin-right: 0px;"/> Bryan <font>Smith</font></p> <div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:90f3cdb2-30f2-4e80-bb62-6afcecfbd7bd" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px;">Technorati Tags: <a href="http://technorati.com/tags/smith" rel="tag">smith</a>,<a href="http://technorati.com/tags/dba" rel="tag">dba</a></div> <div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f3c3084c-145b-423a-879f-83b802a0a82e" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px;">Technorati Tags: <a href="http://technorati.com/tags/ibm" rel="tag">ibm</a>,<a href="http://technorati.com/tags/tools" rel="tag">tools</a></div><img height="1" src="http://feeds.feedburner.com/~r/ManagingTheDataLifecycle/~4/YX3y-XA4KSo" width="1"/></div>
    </summary>
    <updated>2010-03-09T18:12:53Z</updated>
    <category term="smith"/>
    <category term="dba"/>
    <category term="administrator"/>
    <category term="administration"/>
    <author>
      <name>IBM_Optim</name>
    </author>
    <source>
      <id>https://www.ibm.com/developerworks/mydeveloperworks/blogs/idm</id>
      <author>
        <name>Data Studio Team</name>
      </author>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/idm" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/ManagingTheDataLifecycle" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <rights>Copyright</rights>
      <subtitle>Managing the data lifecycle: from design to deletion</subtitle>
      <title>Managing the data lifecycle</title>
      <updated>2010-03-09T18:30:49Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:www.channeldb2.com,2010-03-09:807741:Video:40718</id>
    <link href="http://www.channeldb2.com/xn/detail/807741:Video:40718" rel="alternate" type="text/html"/>
    <title>DB2 LUW Security Primer</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><a href="http://www.channeldb2.com/video/db2-luw-security-primer"><br/>
<img alt="Thumbnail" height="180" src="http://api.ning.com/files/2StJjbZ69b-tMaAqMEh5g4ZL*e6xW0j6EF6ih-3VBui4aIkdUfjIxHJ75BZid*gGBEYIUQa6YvmvW2IvEVpkhzEOCpsP-Qvf/840292520.jpeg?width=240&amp;height=180" width="240"/><br/>
</a> <br/>This presentation will quickly refresh your understanding of the DB2 9.5 security capabilities and then bring you up to speed on the latest additions made in DB2 9.7 to help you better…</div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><a href="http://www.channeldb2.com/video/db2-luw-security-primer"><br/>
<img alt="Thumbnail" height="180" src="http://api.ning.com/files/2StJjbZ69b-tMaAqMEh5g4ZL*e6xW0j6EF6ih-3VBui4aIkdUfjIxHJ75BZid*gGBEYIUQa6YvmvW2IvEVpkhzEOCpsP-Qvf/840292520.jpeg?width=240&amp;height=180" width="240"/><br/>
</a><br/>This presentation will quickly refresh your understanding of the DB2 9.5 security capabilities and then bring you up to speed on the latest additions made in DB2 9.7 to help you better meet your regulatory compliance needs such as separation of duties and data-in-transit encryption.<br/>
<br/>
You will learn how to:<br/>
1. vest security administration and database administration into two non overlapping roles;<br/>
2. prevent database administrators from accessing table data;<br/>
3. avoid granting users more privileges than what they need to perform their job tasks;<br/>
4. configure DB2 SSL to ensure the confidentiality and integrity of your data communications; and<br/>
5. make a successful transition to the DB2 9.7 authorization model.<br/>
<br/>
Join experts from the IBM Toronto Lab: Sal Vella - Vice President of Development, and Walid Rjaibi - Chief Security Architect for DB2 LUW, for this one hour session on DB2 security followed by live questions and answers.</div>
    </content>
    <updated>2010-03-09T18:06:13Z</updated>
    <author>
      <name>Natasha Tolub</name>
    </author>
    <source>
      <id>http://www.channeldb2.com/video/video/rss?xn_auth=no</id>
      <author>
        <name>ChannelDB2 Videos</name>
      </author>
      <link href="http://www.channeldb2.com/video/video/rss?xn_auth=no" rel="self" type="application/atom+xml"/>
      <title>Latest Videos - ChannelDB2</title>
      <updated>2010-03-10T05:20:15Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:typepad.com,2003:post-6a00d83545a5d153ef01310f7c5879970c</id>
    <link href="http://ibmsystemsmag.blogs.com/db2utor/2010/03/old-xephon-articles-still-available.html" rel="alternate" type="text/html"/>
    <link href="http://ibmsystemsmag.blogs.com/db2utor/2010/03/old-xephon-articles-still-available.html" rel="replies" type="text/html"/>
    <title>Old Xephon Articles Still Available</title>
    <summary>Via the DB2-L list server, I recently discovered a treasure trove of old DB2 articles originally published in Xephon magazine. All this information is currently...</summary>
    <updated>2010-03-09T15:52:51Z</updated>
    <published>2010-03-09T15:52:51Z</published>
    <category scheme="http://www.sixapart.com/ns/types#category" term="DB2"/>
    <source>
      <id>tag:typepad.com,2003:weblog-1317564</id>
      <author>
        <name>DB2utor</name>
      </author>
      <link href="http://ibmsystemsmag.blogs.com/db2utor/atom.xml" rel="self" type="application/atom+xml"/>
      <link href="http://ibmsystemsmag.blogs.com/db2utor/" rel="alternate" type="text/html"/>
      <subtitle>DB2utor will discuss general tips and techniques to accomplish both development and database administration task with a focus on new features within DB2 for z/OS.</subtitle>
      <title>DB2utor</title>
      <updated>2010-03-09T16:00:26Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>urn:lsid:ibm.com:blogs:entry-4db272d2-3b07-41c9-b158-d621a9f0985a</id>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/entry/study_when_you_want_and_where_you_want2?lang=en" rel="alternate" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entry/atom?entryid=4db272d2-3b07-41c9-b158-d621a9f0985a&amp;lang=en" rel="self" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entrycomments/study_when_you_want_and_where_you_want2/atom?lang=en" rel="replies" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/home/api/reports/4db272d2-3b07-41c9-b158-d621a9f0985a?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/reports" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entryrecommendations/4db272d2-3b07-41c9-b158-d621a9f0985a/atom?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/recommendations" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/tags/skills?lang=en" rel="related" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/tags/study?lang=en" rel="related" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/tags/advanced?lang=en" rel="related" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/tags/schedule?lang=en" rel="related" type="text/html"/>
    <title xml:lang="en-US">Recommendations</title>
    <summary xml:lang="en-US">The IBM Data Management portfolio continues to grow to help you advance your skills. Study when and where you want with unlimited access to courses and labs for 90 days. New and popular courses include: DB2 9 Administration Workshop for Windows DB2 9 for LUW...</summary>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><div><font size="2"><font size="2">The IBM Data Management portfolio continues to grow to help you advance your skills. Study when and where you want with unlimited access to courses and labs for 90 days. New and popular courses include:<div><dir/><p dir="ltr">DB2 9 Administration Workshop for Windows</p><p dir="ltr">DB2 9 for LUW Quickstart for Experienced Relational DBAs</p><p dir="ltr">DB2 9.7 for LUW Quickstart for Experienced Relational DBAs</p><p dir="ltr">Fast Path to DB2 9 for Experienced Relational DBAs</p><p dir="ltr">Informix Dynamic Server 11 System Administration </p><p dir="ltr">Developing Applications Using Informix 4GL</p><p dir="ltr">Implementing Web Services using Informix 4GL</p><p dir="ltr">InfoSphere Warehouse 9 Components</p><div> </div><a href="http://bit.ly/b8Xlfe">Click here to view the schedule and enroll! </a> </div></font></font></div><div>Susan</div></div>
    </content>
    <updated>2010-03-09T15:49:36Z</updated>
    <published>2010-03-09T15:49:36Z</published>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="comments"/>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="recommend"/>
    <category term="skills"/>
    <category term="study"/>
    <category term="advanced"/>
    <category term="schedule"/>
    <author>
      <name>svisser1</name>
    </author>
    <source>
      <id>urn:lsid:ibm.com:blogs:entries-a7e8c834-dda4-45de-b6c9-67cde3a42662</id>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entries/atom?lang=en" rel="self" type="application/atom+xml"/>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser?lang=en" rel="alternate" type="text/html"/>
      <title xml:lang="en-US">Build your Skill on DB2: books, certifications, tutorials, and more</title>
      <updated>2010-03-09T15:49:36Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-8260680092061331397.post-5815313055909073464</id>
    <link href="http://blog.4loeser.net/feeds/5815313055909073464/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=8260680092061331397&amp;postID=5815313055909073464&amp;isPopup=true" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default/5815313055909073464" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default/5815313055909073464" rel="self" type="application/atom+xml"/>
    <link href="http://blog.4loeser.net/2010/03/is-it-me-or-database-topic-simple.html" rel="alternate" type="text/html"/>
    <title>Is it me or the database topic? Simple reading guaranteed</title>
    <summary>Today I stumbled over an ad or a link for SEO (search engine optimization) and website grading. I put in the URL for this blog (http://blog.4loeser.net) and was surprised to see the following as part of the report:






Basically, what the tool found out is that what I have been writing about in my blog requires only Primary or Elementary School education to understand my blog. Could that mean I</summary>
    <updated>2010-03-09T15:04:00Z</updated>
    <published>2010-03-09T15:04:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="DB2"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="Life"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="IT"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="humor"/>
    <author>
      <name>Henrik Loeser</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/07194412908909972548</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-8260680092061331397</id>
      <author>
        <name>Henrik Loeser</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/07194412908909972548</uri>
      </author>
      <link href="http://blog.4loeser.net/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blog.4loeser.net/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <title>IT, Life, DB2, pureXML, House Construction, ...</title>
      <updated>2010-03-09T15:04:19Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.triton.co.uk/blog/?p=447</id>
    <link href="http://www.triton.co.uk/blog/?p=447" rel="alternate" type="text/html"/>
    <title>DB2 Geek Confession of the Month</title>
    <summary>March 2010- Unintended Consequences
We’ve all done it.  You see a great new feature in DB2 and jump headling into using it without fully appreciating all of the implications.  Here’s a case in point:
One of our clients is a large SAP customer running on DB2 for z/OS V9. With a huge number of subsystems to support [...]</summary>
    <updated>2010-03-09T13:50:13Z</updated>
    <category term="DB2"/>
    <category term="DB2 9"/>
    <category term="DB2 Geek"/>
    <category term="Julian Stuhler"/>
    <category term="System Z"/>
    <category term="DB2 Geeks"/>
    <category term="db2 v9"/>
    <category term="Db2 z/OS"/>
    <author>
      <name>Administrator</name>
    </author>
    <source>
      <id>http://www.triton.co.uk/blog</id>
      <author>
        <name>Triton Consulting</name>
      </author>
      <link href="http://www.triton.co.uk/blog/?feed=rss2" rel="self" type="application/atom+xml"/>
      <link href="http://www.triton.co.uk/blog" rel="alternate" type="text/html"/>
      <subtitle>Thoughts on DB2</subtitle>
      <title>Triton Consulting</title>
      <updated>2010-03-09T13:50:43Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://nativexmldatabase.com/?p=779</id>
    <link href="http://nativexmldatabase.com/2010/03/08/integration-of-altova-xmlspy-with-db2-purexml/" rel="alternate" type="text/html"/>
    <link href="http://nativexmldatabase.com/2010/03/08/integration-of-altova-xmlspy-with-db2-purexml/#comments" rel="replies" type="text/html"/>
    <link href="http://nativexmldatabase.com/2010/03/08/integration-of-altova-xmlspy-with-db2-purexml/feed/atom/" rel="replies" type="application/atom+xml"/>
    <title xml:lang="en">Integration of Altova XMLSpy with DB2 pureXML</title>
    <summary type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml">When you develop XML applications, you want good tools to design and debug XML artifacts such as XML documents, XML schemas, XQuery queries, SQL/XML statements, XSL style sheets, and other things. On occasions I have seen people use plain text editors such as vi or Notepad for this, but that’s not everyone’s cup of tea. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nativexmldatabase.com&amp;blog=3215007&amp;post=779&amp;subd=purexml&amp;ref=&amp;feed=1"/></div>
    </summary>
    <content type="xhtml" xml:lang="en"><div xmlns="http://www.w3.org/1999/xhtml"><p>When you develop XML applications, you want good tools to design and debug XML artifacts such as XML documents, XML schemas, XQuery queries, SQL/XML statements, XSL style sheets, and other things. On occasions I have seen people use plain text editors such as vi or Notepad for this, but that’s not everyone’s cup of tea. I confess: when I write XQuery or SQL/XML I often use a simple text editor too, because it’s quick and simple. But, if I need to edit an XML Schema or XML document I certainly want a tool that’s XML-aware.</p>
<p>There are varies XML tools that work well with DB2 pureXML. For example, the <a href="http://www.ibm.com/software/data/optim/data-studio/features.html">IBM Data Studio IDE</a> includes features for editing XML Schemas or documents and for designing XML queries. Third party tools that integrate well with DB2 pureXML include <a href="http://www.altova.com/IBM-AltovaPartnership_120506.html">Altova XMLSpy</a>, <a href="http://www.stylusstudio.com/ibm_db2.html">Stylus Studio</a>, and <a href="http://www.oxygenxml.com/IBM_DB2_XML_support.html">&lt;oXygen/&gt;</a>.</p>
<p>For example, XMLSpy’s integration with DB2 pureXML includes the following capabilities:</p>
<ul>
<li>Edit, debug, and profile XQuery statements against XML data in DB2 databases. Query results are then available for further manipulation in XMLSpy</li>
<li>Visualize the database structure and query DB2 tables using SQL, SQL/XML, and XQuery</li>
<li>Read XML data from DB2, edit it, and store it back in DB2 with optional schema validation</li>
<li>Manage XML Schemas in DB2’s XML Schema Repository. For example, you can design new schemas in XMLSpy and register them in DB2, or read existing XML Schemas from DB2, edit them, and save them back into DB2</li>
<li>Transform XML data for use in other applications</li>
<li><em>and more…</em></li>
</ul>
<p>If you want to learn more about using XMLSpy with DB2 pureXML, I recommend the following resources:</p>
<p>Website: Altova Tools for DB2 pureXML:<br/>
<a href="http://www.altova.com/xmlspy/db2-xml-editor.html">http://www.altova.com/xmlspy/db2-xml-editor.html</a><br/>
<a href="http://www.altova.com/solutions/ibm-db2-tools.html">http://www.altova.com/solutions/ibm-db2-tools.html</a><br/>
<a href="http://www.altova.com/IBM-AltovaPartnership_120506.html">http://www.altova.com/IBM-AltovaPartnership_120506.html</a></p>
<p>White Paper: Integration of Altova Tools with IBM DB2 pureXML:<br/>
<a href="http://www.altova.com/whitepapers/ibm.pdf">http://www.altova.com/whitepapers/ibm.pdf</a></p>
<p>Tutorial: Using the Altova Tools with IBM DB2 pureXML:<br/>
<a href="http://www.ibm.com/developerworks/db2/library/long/dm-0712kogan/">http://www.ibm.com/developerworks/db2/library/long/dm-0712kogan/</a></p>
<br/> <a href="http://feeds.wordpress.com/1.0/gocomments/purexml.wordpress.com/779/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/purexml.wordpress.com/779/"/></a> <a href="http://feeds.wordpress.com/1.0/godelicious/purexml.wordpress.com/779/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/purexml.wordpress.com/779/"/></a> <a href="http://feeds.wordpress.com/1.0/gostumble/purexml.wordpress.com/779/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/purexml.wordpress.com/779/"/></a> <a href="http://feeds.wordpress.com/1.0/godigg/purexml.wordpress.com/779/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/purexml.wordpress.com/779/"/></a> <a href="http://feeds.wordpress.com/1.0/goreddit/purexml.wordpress.com/779/" rel="nofollow"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/purexml.wordpress.com/779/"/></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nativexmldatabase.com&amp;blog=3215007&amp;post=779&amp;subd=purexml&amp;ref=&amp;feed=1"/></div>
    </content>
    <updated>2010-03-08T23:25:43Z</updated>
    <published>2010-03-08T23:25:43Z</published>
    <category scheme="http://nativexmldatabase.com" term="Uncategorized"/>
    <author>
      <name>Matthias Nicola</name>
      <uri>http://www.matthiasnicola.de</uri>
    </author>
    <source>
      <id>http://nativexmldatabase.com/feed/atom/</id>
      <author>
        <name>Matthias Nicola</name>
      </author>
      <link href="http://nativexmldatabase.com" rel="alternate" type="text/html"/>
      <link href="http://nativexmldatabase.com/feed/atom/" rel="self" type="application/atom+xml"/>
      <link href="http://wordpress.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"/>
      <link href="http://nativexmldatabase.com/osd.xml" rel="search" type="application/opensearchdescription+xml"/>
      <link href="http://nativexmldatabase.com/?pushpress=hub" rel="hub" type="text/html"/>
      <title xml:lang="en">Native XML Database</title>
      <updated>2010-03-08T23:25:43Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>urn:lsid:ibm.com:blogs:entry-60554c5b-48f9-4abb-95e7-15617b4e5e4f</id>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/entry/more_book_recommendations1?lang=en" rel="alternate" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entry/atom?entryid=60554c5b-48f9-4abb-95e7-15617b4e5e4f&amp;lang=en" rel="self" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entrycomments/more_book_recommendations1/atom?lang=en" rel="replies" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/home/api/reports/60554c5b-48f9-4abb-95e7-15617b4e5e4f?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/reports" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entryrecommendations/60554c5b-48f9-4abb-95e7-15617b4e5e4f/atom?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/recommendations" type="text/html"/>
    <title xml:lang="en-US">Recommendations</title>
    <summary xml:lang="en-US">I have one final set of book recommendations that I'll blog about.  These titles are largely topics that do not directly relate to our IBM Information Management products, but instead cover other IBM products or general topics.  Once again if you feel that...</summary>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><div>I have one final set of book recommendations that I'll blog about.  These titles are largely topics that do not directly relate to our IBM Information Management products, but instead cover other IBM products or general topics.  Once again if you feel that there are books in this list that shouldn't be here... or if you think I should add a title, please let me know.  These books will ultimately be listed on our <a href="http://bit.ly/Omv1g">bookstore website</a>.</div><div> </div><div>For my previous entries see: </div><div><a href="http://bit.ly/9dugs5">Books: ECM, II, MDM, and DW </a></div><div><a href="http://bit.ly/9kYrPe">More Data Management Titles </a></div><div><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/entry/redesigning_the_bookstore_website?lang=en_us">Redesigning the Bookstore Website </a> </div><div> </div><div><table border="0" cellpadding="0" cellspacing="0" style="width: 589pt; border-collapse: collapse;" width="784"><colgroup><col style="width: 421pt;" width="561"/><col style="width: 119pt;" width="158"/><col style="width: 49pt;" width="65"/></colgroup><tbody><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 421pt; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;" width="561"><font size="2"><strong>Miscellaneous</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 119pt; border-bottom: #d4d0c8; background-color: transparent;" width="158"><font size="2"><strong/></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 49pt; border-bottom: #d4d0c8; background-color: transparent;" width="65"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Title</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong>Authors</strong></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><strong><font size="2">Year</font></strong></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Making-Big-Software-Become-Great/dp/0137059671"><font size="2">Making it Big in Software: Get the Job. Wor the Org. Become Great. (Pearson Education)</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">by Sam Lightstone</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2010</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Idea-Print-Write-Technical-Published/dp/1583470972"><font size="2">From Idea to Print: How to Write a Technical Book or Article and Get It Published<span> </span></font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Roger Sanders</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2010</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://bit.ly/4Qgg0A"><font size="2">Ruby on Rails for Microsoft Developers (WROX)</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">By Antonio Cangiano</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://bit.ly/8nqgWt"><font size="2">Understanding IBM SOA Foundation Suite: Learning Visually with Examples (IBM Press)</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">By: Tinny Ng; Laura Chan; Jane Fung; Vivian Mak</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://bit.ly/8udQfe"><font size="2">Beautiful Data: The Stories Behind Elegant Data Solutions (O'Reilly)</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Multiple authors, including Jeff Jonas</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Intelligent-Mentoring-Creates-Knowledge-Relationships/dp/0137130848"><font size="2">Intelligent Mentoring: How IBM Creates Value through People, Knowledge, and Relationships</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Audrey J. Murrell, Sheila Forte-Trammell, Diana A. Bing</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Your-Brain-Missing-Matthew-MacDonald/dp/0596517785"><font size="2">Your Brain: The Missing Manual</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Matthew MacDonald</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl26" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 421pt; border-bottom: #d4d0c8; height: 12.75pt; background-color: white;" width="561"><a href="http://www.amazon.com/Building-Intelligent-Web-Thoery-Practice/dp/076374137X"><font size="2">Building an Intelligent Web: Theory and Practice</font></a></td><td class="xl31" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: white;"><font size="2">Rajendra Akerkar, Technomathematics Research Foundation,<br/>Pawan Lingras, Saint Mary's University <br/></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2007</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl26" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 421pt; border-bottom: #d4d0c8; height: 12.75pt; background-color: white;" width="561"><a href="http://www.amazon.com/gp/product/013147751X/"><font size="2">Self-Service Linux</font></a></td><td class="xl31" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: white;"><font size="2">Mark Wilding<br/>Dan Behman</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2005</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/gp/product/0131477498/"><font size="2">Developing Quality Technical Information: A Handbook for Writers and Editors</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Gretchen Hargis<br/>Polly Hughes<br/>Shannon Rouiller<br/>Michelle Carey<br/>Ann Kilty Hernandez<br/>Deirdre Longo<br/>Elizabeth Wilde</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2004</font></td></tr><tr height="17" style="height: 12.75pt;"><td height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"/></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>IBM Press</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Title</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong>Authors</strong></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><strong><font size="2">Year</font></strong></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/IBM-Lotus-Connections-2-5-Implementing/dp/0137000537"><font size="2">IBM Lotus Connections 2.5: Planning and Implementing Social Software for Your Enterprise</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Stephen Hardison, David Byrd, Gary Wood, Tim Speed, Michael Martin, Suzanne Livingston, Jason Moore, Morten Kristiansen</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2010</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Agile-Career-Development-Lessons-Approaches/dp/0137153643"><font size="2">Agile Career Development: Lessons and Approaches from IBM</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><font><span> </span>Mary Ann Bopp, Diana A. Bing, Sheila Forte-Trammell</font></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Dynamic-SOA-BPM-Practices-Management/dp/0137018916"><font size="2">Dynamic SOA and BPM: Best Practices for Business Process Management and SOA Agility</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Marc Fiammante</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/IBM-WebSphere-DataPower-Appliance-Handbook/dp/0137148194"><font size="2">IBM WebSphere DataPower SOA Appliance Handbook</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Bill Hines, John Rasmussen, Jaime Ryan, Simon Kapadia, Jim Brennan</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Innovation-Passport-First-Kind-Research/dp/0132390760"><font size="2">Innovation Passport: The IBM First-of-a-Kind (FOAK) Journey from Research to Reality</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Mary Jo Frederich, Peter Andrews</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Multisite-Commerce-Principles-Overcoming-Organizational/dp/0137148879"><font size="2">Multisite Commerce: Proven Principles for Overcoming the Business, Organizational, and Technical Challenges</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><font>Lev Mirlas<span> </span></font></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Survival-Guide-Lotus-Domino-Administrators/dp/0137153317"><font size="2">Survival Guide for Lotus Notes and Domino Administrators</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Mark Elliott</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Business-Improve-Service-Lower-Costs/dp/0137000618"><font size="2">The Business of IT: How to Improve Service and Lower Costs</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Robert Ryan, Tim Raducha-Grace</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Greening-Companies-Make-Difference-Environment/dp/0137150830"><font size="2">The Greening of IT: How Companies Can Make a Difference for the Environment</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">John Lamb</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Social-Factor-Innovate-Collaboration-Networking/dp/0137018908"><font size="2">The Social Factor: Innovate, Ignite, and Win through Mass Collaboration and Social Networking</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Maria Azua</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Web-Social-Networking-Enterprise-Implementation/dp/0137004893"><font size="2">Web 2.0 and Social Networking for the Enterprise: Guidelines and Examples for Implementation and Management Within Your Organization</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Joey Bernal</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Executing-SOA-Practical-Service-Oriented-Architect/dp/0132353741"><font size="2">Executing SOA: A Practical Guide for the Service-Oriented Architect<span> </span></font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Norbert Bieberstein,<span> </span>Robert G. Laird, Keith Jones, Tilak Mitra</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Search-Engine-Marketing-Inc-Companys/dp/0136068685"><font size="2">Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (2nd Edition)</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Mike Moran, Bill Hunt</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/SOA-Governance-Achieving-Sustaining-Business/dp/0137147465"><font size="2">SOA Governance: Achieving and Sustaining Business and IT Agility</font></a></td><td style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">William A. Brown, Robert G. Laird, Clive Gee, and Tilak Mitra</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/New-Language-Marketing-2-0-Energize/dp/0137142498"><font size="2">The New Language of Marketing 2.0: How to Use ANGELS to Energize Your Market</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Sandy Carter</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/New-Language-Business-SOA-Web/dp/013195654X"><font size="2">The New Language of Business: SOA &amp; Web 2.0</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Sandy Carter</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2007</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Can-Two-Rights-Make-Wrong/dp/0131732943"><font size="2">Can Two Rights Make a Wrong? Insights from IBM's Tangible Culture Approach</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Sara J. Moulton Reger</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2006</font></td></tr><tr height="17" style="height: 12.75pt;"><td height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"/></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td><td style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Cloud Computing</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Title</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong>Authors</strong></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><strong><font size="2">Year</font></strong></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Cloud-Computing-Dummies-Judith-Hurwitz/dp/0470484705"><font size="2">Cloud Computing for Dummies</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Judith Hurwitz, Robin Bloor, Marcia Kaufman, Fran Halper</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Cloud-Computing-Practical-Approach-Velte/dp/0071626948"><font size="2">Cloud Computing A Practical Approach</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Toby Velte, Anthony Velte, Robert Elsenpeter</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Cloud-Computing-Web-Based-Applications-Collaborate/dp/0789738031"><font size="2">Cloud Computing: Web-Based Applications That Change the Way You Work and Collaborate Online</font></a></td><td class="xl30" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Michael Miller</font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr></tbody></table></div><div/><div>Susan</div><div> </div></div>
    </content>
    <updated>2010-03-08T16:26:14Z</updated>
    <published>2010-03-08T16:26:14Z</published>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="comments"/>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="recommend"/>
    <author>
      <name>svisser1</name>
    </author>
    <source>
      <id>urn:lsid:ibm.com:blogs:entries-a7e8c834-dda4-45de-b6c9-67cde3a42662</id>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entries/atom?lang=en" rel="self" type="application/atom+xml"/>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser?lang=en" rel="alternate" type="text/html"/>
      <title xml:lang="en-US">Build your Skill on DB2: books, certifications, tutorials, and more</title>
      <updated>2010-03-09T15:49:36Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://www.adamgartenberg.com/gartenberg/agartenberg.nsf/dx/new-ibm-ads-why-information-matters</id>
    <link href="http://www.adamgartenberg.com/gartenberg/agartenberg.nsf/dx/new-ibm-ads-why-information-matters" rel="alternate" type="text/html"/>
    <title>New IBM Ads:  Why Information Matters</title>
    <summary>Our advertising group just posted five new Smarter Planet ads, focused on the way data, information and analytics can reshape the way companies operate today and the ways in which we can make our world a better place for everyone.

My personal favorite is the one featuring IBMer Jeff Jonas.  The analogy he makes in the ad to crossing the road based on what the road looked like 5 minutes ago is the best I've seen to date as to why organizations need to keep pushing as close as possible to working…</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Our advertising group just posted five new Smarter Planet ads, focused on the way data, information and analytics can reshape the way companies operate today and the ways in which we can make our world a better place for everyone. <br/> <br/> <br/> <br/> <br/> <br/>My personal favorite is the one featuring <a href="http://jeffjonas.typepad.com/">IBMer Jeff Jonas</a>.  The analogy he makes <a href="http://www.youtube.com/watch?v=LWvT4cJS1RM&amp;feature=PlayList&amp;p=25747B53A4F455C8&amp;index=2">in the ad </a>to crossing the road based on what the road looked like 5 minutes ago is the best I've seen to date as to why organizations need to keep pushing as close as possible to working off real-time information, not historical data: <br/><blockquote>If you were to stand at a road, and the cars are whipping by, and all you can do is take a snapshot of the way the road looked five minutes ago. How would you know when to cross the road? 9 out of 10 organizations still make decisions this way every day using out-of-date information. The organizations that are most competitive are going to be the ones that can make sense of what they learn as fast as they learn it. That's what I'm working on. I'm an IBMer. Let's build a smarter planet. </blockquote> <br/> <br/>I also found the remarks from John Cohn closing out the end of the 2 min piece to be very insightful: "The more we instrument the world, the more sensors we put out, the more data we collect, you might think that we'd get inundated, but it's actually the opposite.  <strong>The more data you collect, the clearer you see.</strong>"  <br/> <br/><strong>Links:</strong> <ul> <li><a href="http://www.youtube.com/view_play_list?p=25747B53A4F455C8">Playlist: Why Information Matters</a> </li><li><a href="http://www.youtube.com/watch?v=3cj6VtYpBI4&amp;feature=PlayList&amp;p&#xFE;FDDF79BD4D9A6D&amp;index=0">A Smarter Planet Relies on Data Analysis</a></li></ul></div>
    </content>
    <updated>2010-03-08T14:35:41Z</updated>
    <category term="IBM"/>
    <author>
      <name>Adam Gartenberg</name>
    </author>
    <source>
      <id>http://www.adamgartenberg.com/gartenberg/agartenberg.nsf/</id>
      <author>
        <name>Adam Gartenberg</name>
      </author>
      <link href="http://www.adamgartenberg.com/gartenberg/agartenberg.nsf/" rel="alternate" type="text/html"/>
      <link href="http://www.adamgartenberg.com/gartenberg/agartenberg.nsf/feed.rss" rel="self" type="application/rss+xml"/>
      <subtitle>IBM Data Management and Social Marketing</subtitle>
      <title>Adam Gartenberg’s Blog</title>
      <updated>2010-03-10T05:30:36Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-8260680092061331397.post-8179397258327752647</id>
    <link href="http://blog.4loeser.net/feeds/8179397258327752647/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=8260680092061331397&amp;postID=8179397258327752647&amp;isPopup=true" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default/8179397258327752647" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default/8179397258327752647" rel="self" type="application/atom+xml"/>
    <link href="http://blog.4loeser.net/2010/03/db2-performance-and-cost-savings-tip.html" rel="alternate" type="text/html"/>
    <title>DB2 Performance and cost savings tip: Don't maintain unused stuff (LASTUSED)</title>
    <summary>When you enjoying a regular life, over time you usually accumulate a lot of stuff. Some (most?) of that stuff is rarely used, but you have to dust off or clean it anyway, you somehow pay for keeping it through shelves or cabinets you need, through rent or paying off credits. That's one of the reasons why Spring cleaning has been invented (and my wife repeatedly asks me to clean up my home office)</summary>
    <updated>2010-03-08T14:31:00Z</updated>
    <published>2010-03-08T14:31:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="performance"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="DB2"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="IT"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="spring cleaning"/>
    <author>
      <name>Henrik Loeser</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/07194412908909972548</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-8260680092061331397</id>
      <author>
        <name>Henrik Loeser</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/07194412908909972548</uri>
      </author>
      <link href="http://blog.4loeser.net/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://blog.4loeser.net/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/8260680092061331397/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <title>IT, Life, DB2, pureXML, House Construction, ...</title>
      <updated>2010-03-09T15:04:19Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://thekguy.wordpress.com/?p=225</id>
    <link href="http://feedproxy.google.com/~r/TheKGuy_db2/~3/eqoqJ0ObGYE/db2top-database-screen-part-1.html" rel="alternate" type="text/html"/>
    <title>db2top Database Screen (Part 1)</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Twitter It!<p/>
<p>The first major screen of db2top that we will examine is the Database screen. This screen gives you the big picture view of your database. You can use this screen to see how busy your database is in terms of the number of applications connected to it and issuing work, the amounts of memory [...]</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><span><a href="http://twitter.com/home?status=Reading%20%20%22db2top%20Database%20Screen%20%28Part%201%29%22%20http%3A%2F%2Ftinyurl.com%2Fyb5t66j" rel="nofollow" title="Twitter It!">Twitter It!</a></span><p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000008959453XSmall_250x125.jpg"><img alt="Illustration of a multi-user database" class="alignleft size-full wp-image-1221" height="125" src="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000008959453XSmall_250x125.jpg" title="iStock_000008959453XSmall_250x125" width="250"/></a></p>
<p>The first major screen of db2top that we will examine is the Database screen. This screen gives you the big picture view of your database. You can use this screen to see how busy your database is in terms of the number of applications connected to it and issuing work, the amounts of memory being consumed for various purposes, such as sorts or the caching of reads and writes, the efficiency of I/O, and the impacts of contention, such as high lock wait times and lock escalations.<br/>
<span id="more-225"/><br/>
The database screen differs from the majority of screens in db2top in that it only ever has one object to show – the database itself. It takes advantage of this by showing every column at once and not requiring you to scroll to see more. The top half of the screen consists of a set of four gauges when the screen is between 80 and 140 columns wide:</p>
<p>
<table>
<tr><th>Gauge Name</th><th>Gauge Type</th><th>Definition</th></tr>
<tr><td>MaxActSess</td><td>Normal</td><td>The current number of connections with executing work in proportion to the highest number of connections simultaneously executing work. 
<br/>
(<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001198.html">local_cons_in_exec</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001196.html">rem_cons_in_exec</a>) / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001210.html">coord_agents_top</a></td></tr>
<td>SortMemory</td><td>Normal</td><td>The total sort memory (both shared and private) in proportion to the sort memory threshold configured for the database manager. 
<br/>
(<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001215.html">sort_heap_allocated</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0009807.html">sort_shrheap_allocated</a>) / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.config.doc/doc/r0000260.html">sheapthres</a></td>
<tr><td>LogUsed</td><td>Normal</td><td>The proportion of total log space that is consumed by uncommitted transactions. 
<br/>
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0002531.html">total_log_used</a> / (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0002531.html">total_log_available</a> + <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0002531.html">total_log_used</a>)</td></tr>
<tr><td>FCM BufLow</td><td>Normal</td><td> (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001223.html">buff_free</a> - <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001224.html">buff_free_bottom</a>) / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001224.html">buff_free_bottom</a></td></tr>
</table>
</p>
<p>A fifth gauge, AssAgents, is added between MaxActSess and SortMemory when the screen is wider than 140 columns:</p>
<p>
<table>
<tr><th>Gauge Name</th><th>Gauge Type</th><th>Definition</th></tr>
<tr><td>AssAgents</td><td>Normal</td><td>The proportion of registered database agents that are not idle. 1 - (<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.admin.mon.doc/doc/r0001207.html">idle_agents</a> / <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.mon.doc/doc/r0001203.html">agents_registered</a>)</td></tr>
</table>
</p>
<div class="wp-caption aligncenter" id="attachment_388" style="width: 431px;"><a href="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_5_gauges.png"><img alt="" class="size-full wp-image-388" height="117" src="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_5_gauges.png" title="db2top_database_5_gauges" width="421"/></a><p class="wp-caption-text">Section of db2top database screen showing five gauges</p></div>
<p>The second change that happens when the screen width is 141 columns or wider is that, if you have taken a backup of the database, you will see three rows of backup information to the right of the gauges, as shown below:</p>
<div class="wp-caption aligncenter" id="attachment_755" style="width: 876px;"><a href="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_141_columns_wide.png"><img alt="db2top Database screen at 141 columns wide" class="size-full wp-image-755" height="332" src="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_141_columns_wide.png" title="db2top_database_141_columns_wide" width="866"/></a><p class="wp-caption-text">db2top Database screen at 141 columns wide</p></div>
<p>The three new rows are as follows:</p>
<ul>
<li>Last backup date</li>
<li>Last backup time</li>
<li>Log retain</li>
</ul>
<p>The bottom half of the screen consists of four rows of seven columns each. Each column has a title with a corresponding value beneath it. In the next post, we will examine each of the four rows of data.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thekguy.com%2Fdb2top-database-screen-part-1.html&amp;linkname=db2top%20Database%20Screen%20%28Part%201%29"><img alt="Share/Bookmark" height="16" src="http://www.thekguy.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171"/></a><img height="1" src="http://feeds.feedburner.com/~r/TheKGuy_db2/~4/eqoqJ0ObGYE" width="1"/></div>
    </content>
    <updated>2010-03-08T05:00:23Z</updated>
    <category term="db2"/>
    <category term="db2top"/>
    <category term="database"/>
    <category term="snapshot monitor"/>
    <author>
      <name>Keith McDonald</name>
    </author>
    <source>
      <id>http://www.thekguy.com</id>
      <author>
        <name>Keith McDonald</name>
      </author>
      <link href="http://www.thekguy.com" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/TheKGuy_db2" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>For when a first initial is all you can remember</subtitle>
      <title>The K Guy » db2</title>
      <updated>2010-03-10T05:10:11Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://rss.ittoolbox.com/rss/37348@http://it.toolbox.com/blogs/sap-on-db2</id>
    <link href="http://it.toolbox.com/blogs/sap-on-db2/program-buffer-full-in-development-system-37348?rss=1" rel="alternate" type="text/html"/>
    <title>program buffer full in development system</title>
    <summary>long runtimes may occur in development systems due to the algorithm used to maintain the program buffer's contents...a fix is available...</summary>
    <updated>2010-03-08T02:53:44Z</updated>
    <category term="sap"/>
    <category term="basis"/>
    <category term="netweaver"/>
    <category term="r3"/>
    <category term="ecc"/>
    <category term="bw"/>
    <category term="crm"/>
    <category term="st02"/>
    <source>
      <id>http://it.toolbox.com/blogs/sap-on-db2</id>
      <author>
        <name>Omer Brandis</name>
      </author>
      <link href="http://it.toolbox.com/blogs/sap-on-db2" rel="alternate" type="text/html"/>
      <link href="http://rss.ittoolbox.com/rss/sap-db2.xml" rel="self" type="application/rss+xml"/>
      <subtitle type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Read all about the good bad and ugly of SAP on DB2 for z/OS, tips, tricks, and way too much about <b>performance problems</b>.</div>
      </subtitle>
      <title>SAP on DB2 for z/OS</title>
      <updated>2010-03-10T05:05:22Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-6452123778347224424.post-3474223219443301629</id>
    <link href="http://www.blogger.com/feeds/6452123778347224424/posts/default/3474223219443301629" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/6452123778347224424/posts/default/3474223219443301629" rel="self" type="application/atom+xml"/>
    <link href="http://db2usa.blogspot.com/2010/03/more-information-about-db2-10-for-zos.html" rel="alternate" type="text/html"/>
    <title>More information about DB2 10 for z/OS</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Hi DB2 user,<br/><br/>Here are several presentations and technical documents about DB2 10 for z/OS (formally known as DB2 X) available on several IBM websites:<br/><br/>- <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21006951&amp;aid=1" target="blank1">DB2 10 for z/OS: How can it help you?</a> (70 pages with notes)<br/>by Roger Miller<br/><br/>- <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21006951&amp;aid=3" target="blank2">Planning Your Migration to DB2 9 for z/…</a></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Hi DB2 user,<br/><br/>Here are several presentations and technical documents about DB2 10 for z/OS (formally known as DB2 X) available on several IBM websites:<br/><br/>- <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21006951&amp;aid=1" target="blank1">DB2 10 for z/OS: How can it help you?</a> (70 pages with notes)<br/>by Roger Miller<br/><br/>- <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21006951&amp;aid=3" target="blank2">Planning Your Migration to DB2 9 for z/…</a></div>
    </content>
    <updated>2010-03-08T00:00:00Z</updated>
    <published>2010-03-08T00:00:00Z</published>
    <category scheme="http://www.blogger.com/atom/ns#" term="Roger Miller"/>
    <category scheme="http://www.blogger.com/atom/ns#" term="DB2 10"/>
    <author>
      <name>DB2usa</name>
      <email>noreply@blogger.com</email>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-6452123778347224424</id>
      <author>
        <name>DB2usa</name>
        <email>noreply@blogger.com</email>
      </author>
      <link href="http://db2usa.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <link href="http://www.blogger.com/feeds/6452123778347224424/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://db2usa.blogspot.com/" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/6452123778347224424/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <subtitle>Each week, get the latest technical information about DB2 for z/OS available on the Web.</subtitle>
      <title>DB2usa:  Blog about DB2 for z/OS</title>
      <updated>2010-03-08T20:40:23Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.thefillmoregroup.com/blog/?p=291</id>
    <link href="http://www.thefillmoregroup.com/blog/?p=291" rel="alternate" type="text/html"/>
    <title>Dubuntu (DB2 + Ubuntu) Appliance</title>
    <summary>I once got in trouble with a woman I was dating because I bought her an “appliance” for Christmas.  It was a combination VCR/DVD player (this was a while ago) and she liked movies.  Go figure.  I’ve also gotten in trouble with my wife for *not* buying an appliance - in this case a new, energy [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>I once got in trouble with a woman I was dating because I bought her an “appliance” for Christmas.  It was a combination VCR/DVD player (this was a while ago) and she liked movies.  Go figure.  I’ve also gotten in trouble with my wife for *not* buying an appliance - in this case a new, energy efficient clothes dryer; she pays the electric bills.  So you would think that I would steer clear of appliances.  You would be wrong.</p>
<p>Database “appliances” are integrated packages of software including operating system, database software (e.g. DB2), and other useful features.  Sometimes these appliances are pre-configured and optimized on hardware servers as well.  Some prominent examples are IBM’s <a href="http://www-01.ibm.com/software/data/infosphere/smart-analytics-system/" target="_blank">Smart Analytics System</a> (ISAS) and Oracle’s <a href="http://www.oracle.com/exadata" target="_blank">Exadata</a>.  ISAS is the follow-on to IBM’s Balanced Configuration Unit (BCU) which clearly needed a new, better name.  ISAS combines <a href="http://www-01.ibm.com/software/data/infosphere/warehouse/" target="_blank">InfoSphere Warehouse</a> with IBM server hardware and a back-end storage system that provide a complete out-of-the-box solution.  The systems are “balanced” in terms of configured machine resources (i.e. CPU, memory, SAN) based on projected data volumes so you don’t have to spend weeks trying to figure all of that out.  That job has been done for you.  You can begin achieving ROI shortly after powering on the unit.</p>
<p>Appliances don’t always include hardware, however.  Some flavors of ISAS are <a href="http://www.vmware.com/" target="_blank">VMWare</a> images that can be deployed on existing hardware.  This benefits organizations which have established hardware standards in their enterprises and don’t want to deviate.</p>
<p>Want to get started with an appliance (and not get in trouble with your “significant other”)?  Check out this link on <a href="http://www.channeldb2.com/video/dubuntu-db2-on-ubuntu-the" target="_blank">Channel DB2</a>.  Anil Mahadev has put together <strong>Dubuntu,</strong> an all-in-one VMWare image DB2 appliance built on the open source Linux operating system <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>.  It’s all *free*.  This is not a trial.  Using open source application development tools and <a href="http://www-01.ibm.com/software/data/db2/express/" target="_blank">DB2 Express-C</a>, Anil has put together quite a cool package.</p>
<p>You can download Dubuntu at <a href="http://www.idug.org/anil-dubuntu/dubuntu-appliance.html"><span style="color: #3399cc;">http://www.idug.org/anil-dubuntu/dubuntu-appliance.html</span></a> from the <a href="http://www.idug.org/" target="_blank">IDUG</a> website.  This is perfect for small - even one-person - development shops that can’t invest in expensive up-front software licensing.  If you are a DB2 for z/OS specialist and want to expand your skills to the distributed platforms, here’s a terrific tool.</p>
<p>With apologies to Cole Porter: “Do do that Dubuntu that you do so well.”</p></div>
    </content>
    <updated>2010-03-07T18:57:17Z</updated>
    <category term="DB2 for Linux Unix Windows"/>
    <category term="IBM Smart Analytics System"/>
    <category term="InfoSphere"/>
    <category term="Dubuntu Ubuntu DB2 InfoSphere ISAS"/>
    <author>
      <name>Frank Fillmore</name>
    </author>
    <source>
      <id>http://www.thefillmoregroup.com/blog</id>
      <author>
        <name>Frank Fillmore</name>
      </author>
      <link href="http://www.thefillmoregroup.com/blog/?author=3&amp;feed=rss2" rel="self" type="application/atom+xml"/>
      <link href="http://www.thefillmoregroup.com/blog" rel="alternate" type="text/html"/>
      <subtitle>Just another WordPress weblog</subtitle>
      <title>The Fillmore Group » Frank Fillmore</title>
      <updated>2010-03-07T22:37:35Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://rss.ittoolbox.com/rss/37343@http://it.toolbox.com/blogs/db2zos</id>
    <link href="http://it.toolbox.com/blogs/db2zos/hows-your-batch-workload-doing-37343?rss=1" rel="alternate" type="text/html"/>
    <title>How's your Batch workload doing?</title>
    <summary>Yup, batch.  The stuff that has been around on the mainframe a lot longer than I have. It's the process many of us love to hate and it seems to fit the old adage "can't live with it, can't live without it".  So, here's my question.</summary>
    <updated>2010-03-07T16:42:14Z</updated>
    <category term="DB2 for z/OS (All Versions)"/>
    <category term="DB2 for z/OS"/>
    <category term="batch"/>
    <source>
      <id>http://it.toolbox.com/blogs/db2zos</id>
      <author>
        <name>Willie Favero</name>
      </author>
      <link href="http://it.toolbox.com/blogs/db2zos" rel="alternate" type="text/html"/>
      <link href="http://rss.ittoolbox.com/rss/database-db2zos.xml" rel="self" type="application/rss+xml"/>
      <subtitle>Welcome to all things DB2 for z/OS. This is your one stop, your only stop, and your final stop to find out all you'll ever want to know about DB2 for z/OS. We'll be discussing how to upgrade to the latest DB2 version, have detailed "how it works" discussions, some performance tips, maintenance alerts, baby updates, with a few guest posts thrown in occasionally. In addition, you'll find all of the latest DB2 news and gossip, arrival notifications of the latest articles, books, seminars, and teleconferences, along with details on all of the major conferences. I'll occasionally be throwing in a post covering our z/OS operating system and our System z hardware. Plus, there will always be something entertaining posted every once in a while. This is the place you'll find just about anything you need to know to stay current with DB2 for z/OS, z/OS, or System z. This is also the place to get that little bit of lite reading each morning to start your day off on the right foot.</subtitle>
      <title>Getting the Most out of DB2 for z/OS and System z</title>
      <updated>2010-03-10T05:05:15Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://rss.ittoolbox.com/rss/37339@http://it.toolbox.com/blogs/db2zos</id>
    <link href="http://it.toolbox.com/blogs/db2zos/whats-new-this-week-from-optim-03052010-a-guest-blog-post-37339?rss=1" rel="alternate" type="text/html"/>
    <title>What's new this week from Optim 03/05/2010 (a guest blog post)</title>
    <summary>Well, it's Friday and continuing on with my latest tradition, it's once again time to publish Kathy's guest blog post covering the latest and greatest Optim news... Enjoy!!!!</summary>
    <updated>2010-03-07T12:12:52Z</updated>
    <category term="Optim"/>
    <category term="DB2"/>
    <category term="IBM"/>
    <source>
      <id>http://it.toolbox.com/blogs/db2zos</id>
      <author>
        <name>Willie Favero</name>
      </author>
      <link href="http://it.toolbox.com/blogs/db2zos" rel="alternate" type="text/html"/>
      <link href="http://rss.ittoolbox.com/rss/database-db2zos.xml" rel="self" type="application/rss+xml"/>
      <subtitle>Welcome to all things DB2 for z/OS. This is your one stop, your only stop, and your final stop to find out all you'll ever want to know about DB2 for z/OS. We'll be discussing how to upgrade to the latest DB2 version, have detailed "how it works" discussions, some performance tips, maintenance alerts, baby updates, with a few guest posts thrown in occasionally. In addition, you'll find all of the latest DB2 news and gossip, arrival notifications of the latest articles, books, seminars, and teleconferences, along with details on all of the major conferences. I'll occasionally be throwing in a post covering our z/OS operating system and our System z hardware. Plus, there will always be something entertaining posted every once in a while. This is the place you'll find just about anything you need to know to stay current with DB2 for z/OS, z/OS, or System z. This is also the place to get that little bit of lite reading each morning to start your day off on the right foot.</subtitle>
      <title>Getting the Most out of DB2 for z/OS and System z</title>
      <updated>2010-03-10T05:05:15Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/entry/new_from_im_certification_premium_certificates_and_wallet_cards</id>
    <link href="http://feedproxy.google.com/~r/LearnAlongWithMeInformationManagementTrainingCertificationAndEducationResources/~3/c2MI3aJyBnk/new_from_im_certification_premium_certificates_and_wallet_cards" rel="alternate" type="text/html"/>
    <title>NEW from IM Certification: Premium Certificates and Wallet Cards!</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>
Show off your Information Management Professional Certifications with <b>NEW premium certificates and wallet cards</b>! The premium certificates are printed on an ultra-fine parchment paper and are officially embossed with the platinum seal of the Professional Certification Program from IBM. Included with the certificate is a newly designed wallet card. This new sleek card displays your name and certification title, demonstrating your status as an IBM Certified Professional.</p><br/>
<p>
You can choose to print certificates and wallet cards for certifications you earned prior to this announcement. Print more than one and save on shipping! </p><p><br/>
</p><p>
<a href="http://www-03.ibm.com/certify/news/ibmpcp_premium_certs.shtml">Check out the new certificate</a> and <a href="http://bit.ly/CertifiedFlash">eStore on the IBM Professional Certification Member Site</a>.</p><br/><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/resource/BLOGS_UPLOADED_IMAGES/certificate.jpg" target="_blank"><img alt="image" src="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/resource/BLOGS_UPLOADED_IMAGES/certificate.jpg" style="margin: 0pt auto; width: 200px; display: block; text-align: center;"/></a><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/resource/BLOGS_UPLOADED_IMAGES/card.jpg" target="_blank"><img alt="image" src="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/resource/BLOGS_UPLOADED_IMAGES/card.jpg" style="margin: 0pt auto; width: 200px; display: block; text-align: center;"/></a> <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson/resource/BLOGS_UPLOADED_IMAGES/certificate.jpg" target="_blank"><br/></a> <img height="1" src="http://feeds.feedburner.com/~r/LearnAlongWithMeInformationManagementTrainingCertificationAndEducationResources/~4/c2MI3aJyBnk" width="1"/></div>
    </summary>
    <updated>2010-03-05T20:39:48Z</updated>
    <category term="certification"/>
    <author>
      <name>KateDawson</name>
    </author>
    <source>
      <id>https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson</id>
      <author>
        <name>Kate Dawson</name>
      </author>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/katedawson" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/LearnAlongWithMeInformationManagementTrainingCertificationAndEducationResources" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <rights>Copyright</rights>
      <subtitle>Learn along with me: Information Management training, certification, and support resources</subtitle>
      <title>Learn along with me: Information Management training, certification, and education resources</title>
      <updated>2010-03-08T17:20:31Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://antoniocangiano.com/?p=1124</id>
    <link href="http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="alternate" type="text/html"/>
    <title>Heads up: IBM is looking for top notch student hackers</title>
    <summary>As a thank you for following my blog, I’d like to introduce you to what I think is a great opportunity for the right students. My team is looking for two bright students for a 16 month, full-time internship opportunity with IBM.
Aside from being a bright and ambitious student, you should currently be working towards [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>As a thank you for <a href="http://feeds2.feedburner.com/ZenAndTheArtOfRubyProgramming">following</a> my blog, I’d like to introduce you to what I think is a great opportunity for the right students. My team is looking for two bright students for a 16 month, full-time internship opportunity with IBM.</p>
<p>Aside from being a bright and ambitious student, you should currently be working towards a Computer Science degree at any recognized University in the world (and have completed at least 2 years of your degree). You read that right, this opportunity is not limited to Canadian students. We are looking for the most talented students in the world, so as long as you’re ready to relocate to Toronto for 16 months, and are able to start the internship program in May 2010, we have the means to get you here. The location for this internship will be the Toronto Software Lab, in Markham, Ontario.</p>
<p>In particular, we are looking for students who are highly skilled in the area of web technologies and who are enthusiastic about cloud computing. This is NOT your run-of-the-mill, boring student job. You’ll be working with cutting edge technology on high visibility, fast paced projects that involve web technologies, cloud computing, Xp/Agile methodologies, and other related fields. You’ll be granted ample freedom to express yourself and your programming creativity. Should you be accepted for this well paid (in my opinion) internship program, you will report directly to my manager (a cool, down to earth guy) and I’ll be your mentor.</p>
<p>If you fit the criteria described above, please get in touch (cangiano at ca dot ibm dot com) and tell me a bit about yourself. You don’t need to attach your résumé at this stage, but if you drop me a line, I’ll be able to provide you with info on how to apply through the official IBM channels. We’ll take it from there.</p>
<p>Please note that I do NOT receive any form of compensation for referring you. I’m just hoping to provide a tiny subset of my readership with what could be a really great opportunity.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark and share:</em></strong></a>
<br/>
<div class="d">
<br/>
<a href="http://buzz.yahoo.com/submit?submitUrl=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;submitHeadline=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers&amp;submitSummary=" rel="nofollow" title="Add to&#xA0;Buzz"><img alt="Add to&#xA0;Buzz" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&#xA0;Buzz"/></a>
<a href="http://del.icio.us/post?url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Del.icio.us"><img alt="Add to&#xA0;Del.icio.us" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&#xA0;Del.icio.us"/></a>
<a href="http://digg.com/submit?phase=2&amp;url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;digg"><img alt="Add to&#xA0;digg" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&#xA0;digg"/></a>
<a href="http://www.dotnetkicks.com/kick/?url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;DotNetKicks"><img alt="Add to&#xA0;DotNetKicks" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&#xA0;DotNetKicks"/></a>
<a href="http://www.dzone.com/links/add.html?description=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers&amp;url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;DZone"><img alt="Add to&#xA0;DZone" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&#xA0;DZone"/></a>
<a href="http://www.facebook.com/sharer.php?u=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="nofollow" title="Add to&#xA0;Facebook"><img alt="Add to&#xA0;Facebook" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&#xA0;Facebook"/></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Google Bookmarks"><img alt="Add to&#xA0;Google Bookmarks" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&#xA0;Google Bookmarks"/></a>
<a href="http://www.newsvine.com/_wine/save?u=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;h=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Newsvine"><img alt="Add to&#xA0;Newsvine" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&#xA0;Newsvine"/></a>
<a href="http://reddit.com/submit?url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;reddit"><img alt="Add to&#xA0;reddit" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&#xA0;reddit"/></a>
<a href="http://slashdot.org/bookmark.pl?url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Slashdot"><img alt="Add to&#xA0;Slashdot" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&#xA0;Slashdot"/></a>
<a href="http://www.stumbleupon.com/submit.php?url=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;title=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Stumble Upon"><img alt="Add to&#xA0;Stumble Upon" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&#xA0;Stumble Upon"/></a>
<a href="http://www.squidoo.com/lensmaster/bookmark?http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="nofollow" title="Add to&#xA0;Squidoo"><img alt="Add to&#xA0;Squidoo" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&#xA0;Squidoo"/></a>
<a href="http://www.sphere.com/sphereit/http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="nofollow" title="Add to&#xA0;SphereIt"><img alt="Add to&#xA0;SphereIt" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&#xA0;SphereIt"/></a>
<a href="http://www.technorati.com/faves?add=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="nofollow" title="Add to&#xA0;Technorati"><img alt="Add to&#xA0;Technorati" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&#xA0;Technorati"/></a>
<a href="http://twitter.com/home/?status=Check+out+Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers+@+http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/" rel="nofollow" title="Add to&#xA0;Twitter"><img alt="Add to&#xA0;Twitter" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&#xA0;Twitter"/></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://antoniocangiano.com/2010/03/05/heads-up-ibm-is-looking-for-top-notch-student-hackers/&amp;t=Heads+up%3A+IBM+is+looking+for+top+notch+student+hackers" rel="nofollow" title="Add to&#xA0;Yahoo My Web"><img alt="Add to&#xA0;Yahoo My Web" class="social_img" src="http://antoniocangiano.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&#xA0;Yahoo My Web"/></a>
<br/>
</div>
</div>
<!-- Social Bookmarks END --></div>
    </content>
    <updated>2010-03-05T18:18:20Z</updated>
    <category term="Canada"/>
    <category term="DB2"/>
    <category term="General"/>
    <author>
      <name>Antonio Cangiano</name>
    </author>
    <source>
      <id>http://antoniocangiano.com</id>
      <author>
        <name>Antonio Cangiano</name>
      </author>
      <link href="http://antoniocangiano.com/category/db2/feed/" rel="self" type="application/atom+xml"/>
      <link href="http://antoniocangiano.com" rel="alternate" type="text/html"/>
      <subtitle>By Antonio Cangiano, Software Engineer &amp; Technical Evangelist at IBM</subtitle>
      <title>Zen and the Art of Programming » DB2</title>
      <updated>2010-03-10T05:30:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-18371456.post-4645327052471982801</id>
    <link href="http://db2portal.blogspot.com/2010/03/mainframes-safe-it-career-choice.html" rel="alternate" type="text/html"/>
    <title>Mainframes: The Safe IT Career Choice</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>A recent Computerworld article (<a href="http://www.computerworld.com/s/article/9138256/Bank_of_America_touts_mainframe_work_as_a_safe_career" target="_blank">Bank of America touts mainframe work as a safe career</a>) touts  the mainframe as a safe haven for those considering a career in IT.  This is an interesting article because the usual spiel you hear in  industry trade rags is that the mainframe is dying and only a fool would  work on such a platform. It is good to hear an alternate opinion on the  matter in a journal as respected as Computerworld. (<em>Of course, the  fact that I agree with this opinion might have a little something to do  with my cheer upon reading the article</em>.)</p><p>One of the  highlights of this particular article is the discussion of avialable  mainframe jobs at sites such as Monster (764 jobs over 30 days) and  Dice.com (1,200 ads over 30 days). These are significant numbers of  jobs, especially in a down economy. </p><p>Another interesting tidbit  from this piece is that "IBM says it's mainframe revenue has grown in  eight of the last 13 quarters." This is impressive; consider the  difficult servers market coupled with the impression that the platform  is dying. </p><p>Speaking of the death of the mainframe, don't you  believe it for a minute. People having been predicting the death of the  mainframe since the advent of client/server in the late 1980s. That is  more than 20 years! Think of all the things that have died in that  timespan while the mainframe keeps on chugging away: IBM's PC business,  Circuit City, Koogle peanut butter, public pay phones, Johnny Cash...  the list is endless.</p><p>Some may counter that they recall reading  about companies that were going to eliminate their mainframe. Well, yes,  I'm sure you do remember those, I do, too. But do you recall reading  many articles about companies that SUCCESSFULLY eliminated their  mainframes? Many tried, few succeeded. Indeed, the <a href="http://www.actscorp.com/reboothill.htm" target="_blank">re-Boot  Hill web site</a> provides examples of companies that tried to eliminate  the mainframe but could not (hence, they had to re-boot). If you follow  the link to the re-Boot Hill site click on the little tombstones to  read the stories of failure.</p>So, the mainframe is a rock-solid  platform, continues to grow, and is producing a significant number of  job opportunities... what is not to like?<div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/18371456-4645327052471982801?l=db2portal.blogspot.com" width="1"/></div></div>
    </summary>
    <updated>2010-03-05T16:10:00Z</updated>
    <category scheme="http://www.blogger.com/atom/ns#" term="mainframe"/>
    <author>
      <name>Craig S Mullins</name>
      <email>noreply@blogger.com</email>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-18371456</id>
      <author>
        <name>Craig S Mullins</name>
        <email>noreply@blogger.com</email>
      </author>
      <link href="http://db2portal.blogspot.com/blog.html" rel="alternate" type="text/html"/>
      <link href="http://db2portal.blogspot.com/feeds/posts/default?alt=rss" rel="self" type="application/atom+xml"/>
      <subtitle>News, views, and items of interest on DB2 database management and mainframe systems.</subtitle>
      <title>DB2PORTAL Blog</title>
      <updated>2010-03-08T15:20:05Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-18371456.post-984073688385285413</id>
    <link href="http://www.blogger.com/feeds/18371456/984073688385285413/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="https://www.blogger.com/comment.g?blogID=18371456&amp;postID=984073688385285413" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/18371456/posts/default/984073688385285413" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/18371456/posts/default/984073688385285413" rel="self" type="application/atom+xml"/>
    <link href="http://www.db2portal.com/2010/03/this-blog-has-moved.html" rel="alternate" type="text/html"/>
    <title>This blog has moved</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/>       This blog is now located at http://db2portal.blogspot.com/.<br/>       You will be automatically redirected in 30 seconds, or you may click <a href="http://db2portal.blogspot.com/">here</a>.<br/><br/>       For feed subscribers, please update your feed subscriptions to<br/>       http://www.db2portal.com/atom.xml.<br/> <div class="blogger-post-footer">&lt;img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/18371456-984073688385285413?l=www.db2portal.com%2Fblo&amp;hellip;</div></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/>       This blog is now located at http://db2portal.blogspot.com/.<br/>       You will be automatically redirected in 30 seconds, or you may click <a href="http://db2portal.blogspot.com/">here</a>.<br/><br/>       For feed subscribers, please update your feed subscriptions to<br/>       http://www.db2portal.com/atom.xml.<br/> <div class="blogger-post-footer">&lt;img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/18371456-984073688385285413?l=www.db2portal.com%2Fblo&amp;hellip;</div></div>
    </content>
    <updated>2010-03-05T15:41:00Z</updated>
    <published>2010-03-05T15:41:00Z</published>
    <author>
      <name>Craig S Mullins</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/17077237739217901780</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-18371456</id>
      <author>
        <name>Craig S Mullins</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/17077237739217901780</uri>
      </author>
      <link href="http://www.blogger.com/feeds/18371456/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://www.db2portal.com/blog.html" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/18371456/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <link href="http://www.db2portal.com/atom.xml" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <subtitle>News, views, and items of interest on DB2 database management and mainframe systems.</subtitle>
      <title>DB2PORTAL Blog</title>
      <updated>2010-03-05T15:41:45Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-18371456.post-7371949168131541055</id>
    <link href="http://db2portal.blogspot.com/2010/03/this-blog-has-moved_05.html" rel="alternate" type="text/html"/>
    <title>This blog has moved</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><br/>       This blog is now located at http://db2portal.blogspot.com/.<br/>       You will be automatically redirected in 30 seconds, or you may click <a href="http://db2portal.blogspot.com/">here</a>.<br/><br/>       For feed subscribers, please update your feed subscriptions to<br/>       http://www.db2portal.com/atom.xml.<br/> <div class="blogger-post-footer"><img alt="" height="1" src="https://blogger.googleusercontent.com/tracker/18371456-7371949168131541055?l=db2portal.blogspot.com" width="1"/></div></div>
    </summary>
    <updated>2010-03-05T15:41:00Z</updated>
    <author>
      <name>Craig S Mullins</name>
      <email>noreply@blogger.com</email>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-18371456</id>
      <author>
        <name>Craig S Mullins</name>
        <email>noreply@blogger.com</email>
      </author>
      <link href="http://db2portal.blogspot.com/blog.html" rel="alternate" type="text/html"/>
      <link href="http://db2portal.blogspot.com/feeds/posts/default?alt=rss" rel="self" type="application/atom+xml"/>
      <subtitle>News, views, and items of interest on DB2 database management and mainframe systems.</subtitle>
      <title>DB2PORTAL Blog</title>
      <updated>2010-03-08T15:20:05Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:blogger.com,1999:blog-6806654330436722244.post-4641944880124922266</id>
    <link href="http://www.blogger.com/feeds/6806654330436722244/4641944880124922266/comments/default" rel="replies" type="application/atom+xml"/>
    <link href="http://www.catterallconsulting.com/2010/03/another-note-on-db2-for-zos-buffer-pool.html#comment-form" rel="replies" type="text/html"/>
    <link href="http://www.blogger.com/feeds/6806654330436722244/posts/default/4641944880124922266" rel="edit" type="application/atom+xml"/>
    <link href="http://www.blogger.com/feeds/6806654330436722244/posts/default/4641944880124922266" rel="self" type="application/atom+xml"/>
    <link href="http://www.catterallconsulting.com/2010/03/another-note-on-db2-for-zos-buffer-pool.html" rel="alternate" type="text/html"/>
    <title>Another Note on DB2 for z/OS Buffer Pool Page-Fixing</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><span style="font-family: arial;">In the summer of 2008, I posted <a href="http://www.catterallconsulting.com/2008/07/note-on-db2-for-zos-page-fixed-buffer.html">a blog entry on page-fixing DB2 buffer pools</a>, a feature introduced with DB2 for z/OS Version 8. A recent discussion I had with a client about buffer pool page-fixing brought to light two aspects of this performance tuning option that, I believe, are overlooked by some DB2 users. In this post I'll describe how you can make a quick in…</span></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><span style="font-family: arial;">In the summer of 2008, I posted <a href="http://www.catterallconsulting.com/2008/07/note-on-db2-for-zos-page-fixed-buffer.html">a blog entry on page-fixing DB2 buffer pools</a>, a feature introduced with DB2 for z/OS Version 8. A recent discussion I had with a client about buffer pool page-fixing brought to light two aspects of this performance tuning option that, I believe, are overlooked by some DB2 users. In this post I'll describe how you can make a quick in…</span></div>
    </content>
    <updated>2010-03-05T15:27:00Z</updated>
    <published>2010-03-05T15:27:00Z</published>
    <author>
      <name>Robert Catterall</name>
      <email>noreply@blogger.com</email>
      <uri>http://www.blogger.com/profile/12629696535422235653</uri>
    </author>
    <source>
      <id>tag:blogger.com,1999:blog-6806654330436722244</id>
      <author>
        <name>Robert Catterall</name>
        <email>noreply@blogger.com</email>
        <uri>http://www.blogger.com/profile/12629696535422235653</uri>
      </author>
      <link href="http://www.blogger.com/feeds/6806654330436722244/posts/default" rel="self" type="application/atom+xml"/>
      <link href="http://www.catterallconsulting.com/roberts_blog.html" rel="alternate" type="text/html"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://www.blogger.com/feeds/6806654330436722244/posts/default?start-index=26&amp;max-results=25" rel="next" type="application/atom+xml"/>
      <link href="http://www.catterallconsulting.com/atom.xml" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/>
      <title>Catterall Consulting</title>
      <updated>2010-03-05T15:39:55Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.triton.co.uk/blog/?p=442</id>
    <link href="http://www.triton.co.uk/blog/?p=442" rel="alternate" type="text/html"/>
    <title>Free DB2 Health Checks!</title>
    <summary>UK DB2 customers.  This services will involve one of our DB2 experts spending the day “getting under the covers” of your DB2 systemsto look at the following:
Database server capacity
Database software
Instance &amp; database configuration
Housekeeping
Back-up and recovery
Data placement
Performance monitoring
Logging configuration
Bufferpool configuration
You will then receive a summary of findings outlining any areas for improvement with expected benefits and [...]</summary>
    <updated>2010-03-05T10:17:06Z</updated>
    <category term="DB2"/>
    <category term="Uncategorized"/>
    <category term="DB2 LUW"/>
    <category term="db2 maintenance"/>
    <author>
      <name>Administrator</name>
    </author>
    <source>
      <id>http://www.triton.co.uk/blog</id>
      <author>
        <name>Triton Consulting</name>
      </author>
      <link href="http://www.triton.co.uk/blog/?feed=rss2" rel="self" type="application/atom+xml"/>
      <link href="http://www.triton.co.uk/blog" rel="alternate" type="text/html"/>
      <subtitle>Thoughts on DB2</subtitle>
      <title>Triton Consulting</title>
      <updated>2010-03-09T13:50:43Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.thekguy.com/?p=840</id>
    <link href="http://feedproxy.google.com/~r/TheKGuy_db2/~3/gwuDvUkfnFY/db2top-feature-of-the-day-gauges.html" rel="alternate" type="text/html"/>
    <title>db2top Feature of the Day – Gauges</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Twitter It!<p/>
<p>Before we can examine the various interactive screens of data that make up db2top, we need to become familiar with one of the ways these data are presented – gauges.</p>
<p>Gauges in db2top are graphical representations of proportions. Gauges appear on many of db2top’s screens, often grouped together.</p>
<p>A gauge shows what percentage of a certain [...]</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><span><a href="http://twitter.com/home?status=Reading%20%20%22db2top%20Feature%20of%20the%20Day%20-%20Gauges%22%20http%3A%2F%2Ftinyurl.com%2Fy9xgpz8" rel="nofollow" title="Twitter It!">Twitter It!</a></span><p><a href="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000010249078XSmall_250.jpg"><img alt="Speedometer gauge" class="alignleft size-full wp-image-1146" height="249" src="http://www.thekguy.com/wp-content/uploads/2010/03/iStock_000010249078XSmall_250.jpg" title="iStock_000010249078XSmall_250" width="250"/></a></p>
<p>Before we can examine the various interactive screens of data that make up db2top, we need to become familiar with one of the ways these data are presented – gauges.<span id="more-840"/></p>
<p>Gauges in db2top are graphical representations of proportions. Gauges appear on many of db2top’s screens, often grouped together.</p>
<p>A gauge shows what percentage of a certain measurement has some attribute. For example, in the picture below, the MaxActSess gauge from the Sessions screen shows the percentage of total sessions that are actively executing work. It shows this with a bar made of ‘-’ characters. The same is done for all of the gauges in the group, including the AssAgents and FCM BufLow gauges.</p>
<div class="wp-caption aligncenter" id="attachment_388" style="width: 431px;"><a href="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_5_gauges.png"><img alt="db2top Database screen gauges" class="size-full wp-image-388" height="117" src="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_database_5_gauges.png" title="db2top_database_5_gauges" width="421"/></a><p class="wp-caption-text">db2top Database screen gauges</p></div>
<p>There is another type of gauge that shows what percentage of a certain measurement has some attribute for more than one attribute. For example, in the Sessions screen, there is a gauge labeled “Sys/Usr Cpu%” that represents a measure of system CPU time with a repeating sequence of the character ’s’ and a measure of user CPU time with a repeating sequence of the character ‘u’:</p>
<div class="wp-caption aligncenter" id="attachment_844" style="width: 431px;"><a href="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_sessions_gauge.png"><img alt="db2top Sessions screen gauges" class="size-full wp-image-844" height="90" src="http://www.thekguy.com/wp-content/uploads/2010/02/db2top_sessions_gauge.png" title="db2top_sessions_gauge" width="421"/></a><p class="wp-caption-text">db2top Sessions screen gauges</p></div>
<p>There are two ways the width of such character sequences can be calculated:</p>
<dl>
<dt><strong>Normal</strong></dt>
<dd>The width of the character sequence is a percentage of some total. e.g. the “ActSessions” gauge in the Sessions screen – represents the percentage of sessions that are active.</dd>
<dt><strong>Avg Seconds</strong></dt>
<dd>The width of the character sequence is the portion of some measurement that has a certain attribute measured during the last interval divided by the average of that same measurement taken since the last snapshot reset or database activation. e.g. “Sys/Usr Cpu%” gauge in the Sessions screen – the size of the sequence of ‘u’ characters is the amount of user CPU time measured in the last interval divided by the average amount of user CPU time + system CPU time measured since the last snapshot reset or database activation. The size of the sequence of ’s’ characters is the amount of system CPU time measured in the last interval divided by the average amount of user CPU time + system CPU time measured since the last snapshot reset or database activation.</dd>
</dl>
<p>Gauges generally occupy the upper part of the screen. This section of the screen can be hidden by pressing the ‘g’ key. Any other data displayed in the same section is hidden as well, even if it is not in the form of a gauge. It can be shown again by pressing ‘g’ again.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thekguy.com%2Fdb2top-feature-of-the-day-gauges.html&amp;linkname=db2top%20Feature%20of%20the%20Day%20%26%238211%3B%20Gauges"><img alt="Share/Bookmark" height="16" src="http://www.thekguy.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171"/></a><img height="1" src="http://feeds.feedburner.com/~r/TheKGuy_db2/~4/gwuDvUkfnFY" width="1"/></div>
    </content>
    <updated>2010-03-05T05:00:54Z</updated>
    <category term="db2"/>
    <category term="db2top"/>
    <category term="gauge"/>
    <category term="snapshot monitor"/>
    <author>
      <name>Keith McDonald</name>
    </author>
    <source>
      <id>http://www.thekguy.com</id>
      <author>
        <name>Keith McDonald</name>
      </author>
      <link href="http://www.thekguy.com" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/TheKGuy_db2" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>For when a first initial is all you can remember</subtitle>
      <title>The K Guy » db2</title>
      <updated>2010-03-10T05:10:11Z</updated>
    </source>
  </entry>

  <entry>
    <id>tag:www.channeldb2.com,2010-03-04:807741:Video:40673</id>
    <link href="http://www.channeldb2.com/xn/detail/807741:Video:40673" rel="alternate" type="text/html"/>
    <title>Test IDUG Vegas Clip</title>
    <updated>2010-03-04T21:27:53Z</updated>
    <author>
      <name>Natasha Tolub</name>
    </author>
    <source>
      <id>http://www.channeldb2.com/video/video/rss?xn_auth=no</id>
      <author>
        <name>ChannelDB2 Videos</name>
      </author>
      <link href="http://www.channeldb2.com/video/video/rss?xn_auth=no" rel="self" type="application/atom+xml"/>
      <title>Latest Videos - ChannelDB2</title>
      <updated>2010-03-09T17:34:28Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.thefillmoregroup.com/blog/?p=285</id>
    <link href="http://www.thefillmoregroup.com/blog/?p=285" rel="alternate" type="text/html"/>
    <title>Take Me Out to the Ball*park*</title>
    <summary>The countdown to the first day of Spring is below 20!  Spring can’t come soon enough for me, as here in Baltimore we’ve had over 80 inches of snow - our average is 18.  In preparation for Spring I am coordinating events with the local IBM teams to introduce customers to two great technologies we hope [...]</summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>The countdown to the first day of Spring is below 20!  Spring can’t come soon enough for me, as here in Baltimore we’ve had over 80 inches of snow - our average is 18.  In preparation for Spring I am coordinating events with the local IBM teams to introduce customers to two great technologies we hope everyone will consider implementing in 2010:  InfoSphere Change Data Capture (CDC) and Optim Data Growth Solutions. </p>
<p>Both events are planned for Baltimore’s beautiful Camden Yards, home of the Baltimore Orioles.  The tentative date for the CDC event is Thursday, May 6th, with a PoT scheduled two weeks later on May 20th.  I am working on getting the Optim dates on the calendar.  If you will be in the Baltimore/Washington area please try to join us - both topics should be of value to organizations looking for ways to better control their data.  CDC’s niche is in quickly moving data to where it’s most effective, while Optim Data Growth Solutions can help any organization with a packrat in the IT Department.  You know who you are.</p>
<p>Hope to see you there!</p></div>
    </content>
    <updated>2010-03-04T19:38:53Z</updated>
    <category term="DB2 Education"/>
    <category term="InfoSphere"/>
    <category term="Optim"/>
    <category term="Change Data Capture"/>
    <category term="InfoSphere Change Data Capture"/>
    <category term="InfoSphere Replication"/>
    <category term="Infosphere Training"/>
    <category term="Optim Data Growth Solutions"/>
    <author>
      <name>Kim May</name>
    </author>
    <source>
      <id>http://www.thefillmoregroup.com/blog</id>
      <author>
        <name>Kim May</name>
      </author>
      <link href="http://www.thefillmoregroup.com/blog/?author=2&amp;feed=rss2" rel="self" type="application/atom+xml"/>
      <link href="http://www.thefillmoregroup.com/blog" rel="alternate" type="text/html"/>
      <subtitle>Just another WordPress weblog</subtitle>
      <title>The Fillmore Group » Kim May</title>
      <updated>2010-03-07T22:37:35Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://rss.ittoolbox.com/rss/37302@http://it.toolbox.com/blogs/db2zos</id>
    <link href="http://it.toolbox.com/blogs/db2zos/how-to-get-ready-for-db2-10-for-zos-37302?rss=1" rel="alternate" type="text/html"/>
    <title>How to get ready for DB2 10 for z/OS</title>
    <summary>Yup, you read that correctly.   It's never to early to start planning for your upgrade to the bigger and better DB2 for z/OS. There is another new release of DB2 on the horizon, DB2 10 for z/OS.   With every new DB2 comes you migration/fallback PTFs; that stuff you apply to your existing system so everyone plays well together.</summary>
    <updated>2010-03-04T17:48:23Z</updated>
    <category term="DB2 10 for z/OS"/>
    <category term="DB2 V8"/>
    <category term="DB2 9"/>
    <category term="DB2 10"/>
    <category term="DB2 for z/OS"/>
    <category term="migration"/>
    <category term="planning"/>
    <source>
      <id>http://it.toolbox.com/blogs/db2zos</id>
      <author>
        <name>Willie Favero</name>
      </author>
      <link href="http://it.toolbox.com/blogs/db2zos" rel="alternate" type="text/html"/>
      <link href="http://rss.ittoolbox.com/rss/database-db2zos.xml" rel="self" type="application/rss+xml"/>
      <subtitle>Welcome to all things DB2 for z/OS. This is your one stop, your only stop, and your final stop to find out all you'll ever want to know about DB2 for z/OS. We'll be discussing how to upgrade to the latest DB2 version, have detailed "how it works" discussions, some performance tips, maintenance alerts, baby updates, with a few guest posts thrown in occasionally. In addition, you'll find all of the latest DB2 news and gossip, arrival notifications of the latest articles, books, seminars, and teleconferences, along with details on all of the major conferences. I'll occasionally be throwing in a post covering our z/OS operating system and our System z hardware. Plus, there will always be something entertaining posted every once in a while. This is the place you'll find just about anything you need to know to stay current with DB2 for z/OS, z/OS, or System z. This is also the place to get that little bit of lite reading each morning to start your day off on the right foot.</subtitle>
      <title>Getting the Most out of DB2 for z/OS and System z</title>
      <updated>2010-03-10T05:05:15Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>urn:lsid:ibm.com:blogs:entry-0db56a13-b77b-4553-8f3d-9ba775ded1e5</id>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/entry/books_ecm_ii_mdm_and_dw2?lang=en" rel="alternate" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entry/atom?entryid=0db56a13-b77b-4553-8f3d-9ba775ded1e5&amp;lang=en" rel="self" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entrycomments/books_ecm_ii_mdm_and_dw2/atom?lang=en" rel="replies" type="application/atom+xml"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/home/api/reports/0db56a13-b77b-4553-8f3d-9ba775ded1e5?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/reports" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entryrecommendations/0db56a13-b77b-4553-8f3d-9ba775ded1e5/atom?lang=en" rel="http://www.ibm.com/xmlns/prod/sn/recommendations" type="text/html"/>
    <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/tags/books?lang=en" rel="related" type="text/html"/>
    <title xml:lang="en-US">Recommendations</title>
    <summary xml:lang="en-US">Translated this means:  Books: Enterprise Content Management, Information Integration, Master Data Management, and Data Warehousing.    I need help with today's list of books!  I need better recommendations for the Enterprise Content Management area and the Data...</summary>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><div>Translated this means:  <strong>Books: Enterprise Content Management, Information Integration, Master Data Management, and Data Warehousing. </strong></div><div> </div><div>I need help with today's list of books!  I need better recommendations for the Enterprise Content Management area and the Data Warehouse area.  I have a few Data Warehouse books in the works, but sadly no ECM.  Can you help?</div><div> </div><div/><div><table border="0" cellpadding="0" cellspacing="0" style="width: 586pt; border-collapse: collapse;" width="780"><colgroup><col style="width: 418pt;" width="557"/><col style="width: 119pt;" width="158"/><col style="width: 49pt;" width="65"/></colgroup><tbody><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 418pt; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;" width="557"><font size="2"><strong>ENTERPRISE CONTENT MANAGEMENT</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 119pt; border-bottom: #d4d0c8; background-color: transparent;" width="158"><font size="2"><strong/></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; width: 49pt; border-bottom: #d4d0c8; background-color: transparent;" width="65"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Content Management</strong></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td><td class="xl26" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Title</strong></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong>Authors</strong></font></td><td class="xl26" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><strong><font size="2">Year</font></strong></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.ibm.com/software/info/offsitelink.jsp?URL=http://www.amazon.com/gp/redirect.html?link_code=ur2&amp;tag=computermoneym07&amp;camp=1789&amp;creative=9325&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F1931644330%2F"><font size="2">Conquering Information Chaos in the Growing Business</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Jim Hoskins</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2005</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.ibm.com/software/info/offsitelink.jsp?URL=http://www.amazon.com/exec/obidos/ASIN/0471085863/ref=nosim/computermoneym07"><font size="2">Content Management for Dynamic Web Delivery</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">JoAnn T. Hackos</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2002</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.ibm.com/software/info/offsitelink.jsp?URL=http://www.amazon.com/exec/obidos/ASIN/0735713065/ref=nosim/computermoneym07"><font size="2">Managing Enterprise Content: A Unified Content Strategy</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Ann Rockley</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2002</font></td></tr><tr height="17" style="height: 12.75pt;"><td height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"/></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"/></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>INFORMATION INTEGRATION, MASTER DATA MGMT &amp; DATA WAREHOUSING</strong></font></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Master Data Management</strong></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td><td class="xl26" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong/></font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl25" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><font size="2"><strong>Title</strong></font></td><td class="xl28" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><strong>Authors</strong></font></td><td class="xl26" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><strong><font size="2">Year</font></strong></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Art-Enterprise-Information-Architecture-Systems-Based/dp/0137035713"><font size="2">The Art of Enterprise Information Architecture: A Systems-Based Approach for Unlocking Business Insight (IBM Press)</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">By Mario Godinez, Eberhard Hechler, Klaus Koenig,  Steve Lockwood, Martin Oberhofer, Michael Schroeck</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2010</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.mc-store.com/5101.html"><font size="2">MDM for Customer Data - Optimizing Customer Centric Management of your Business</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">By  Kelvin K. A. Looi</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Viral-Data-SOA-Enterprise-Pandemic/dp/0137001800"><font size="2">Viral Data in SOA: An Enterprise Pandemic (IBM Press)</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">By Neal Fishman</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Data-Warehouse-Design-Principles-Methodologies/dp/0071610391"><font size="2">Data Warehouse Design: Modern Principles and Methodologies<span> </span></font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Matteo Golfarelli, Stefano Rizzi</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2009</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/exec/obidos/ASIN/0132366258"><font size="2">Enterprise Master Data Management: An SOA Approach to Managing Core Information<span> </span></font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2"><font>Allen Dreibelbis, Eberhard Hechler, Ivan Milman, Martin Oberhofer, Paul van Run, Dan Wolfson<span> </span></font></font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/Database-Archiving-Keep-Lots-Press/dp/0123747201"><font size="2">Database Archiving: How to Keep Lots of Data for a Very Long Time</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Jack Olson</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2008</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/gp/product/0471133051/"><font size="2">IBM Data Warehousing: With IBM Business Intelligence Tools</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Michael Gonzales</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2003</font></td></tr><tr height="17" style="height: 12.75pt;"><td class="xl24" height="17" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; height: 12.75pt; background-color: transparent;"><a href="http://www.amazon.com/gp/product/0201616351/"><font size="2">Data Warehouse Project Management</font></a></td><td class="xl29" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">Sid Adelman</font></td><td class="xl27" style="border-right: #d4d0c8; border-top: #d4d0c8; border-left: #d4d0c8; border-bottom: #d4d0c8; background-color: transparent;"><font size="2">2000</font></td></tr></tbody></table> </div><div> </div><div>See <a href="http://bit.ly/9kYrPe">yesterday's blog entries </a>for Data Management books. </div><div> </div><div>Thanks for your help! </div><div> </div><div>Susan </div></div>
    </content>
    <updated>2010-03-04T15:03:13Z</updated>
    <published>2010-03-04T15:03:13Z</published>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="comments"/>
    <category scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="recommend"/>
    <category term="books"/>
    <author>
      <name>svisser1</name>
    </author>
    <source>
      <id>urn:lsid:ibm.com:blogs:entries-a7e8c834-dda4-45de-b6c9-67cde3a42662</id>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser/feed/entries/atom?lang=en" rel="self" type="application/atom+xml"/>
      <link href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/SusanVisser?lang=en" rel="alternate" type="text/html"/>
      <title xml:lang="en-US">Build your Skill on DB2: books, certifications, tutorials, and more</title>
      <updated>2010-03-09T15:49:36Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-us">
    <id>http://rss.ittoolbox.com/rss/37287@http://it.toolbox.com/blogs/infosphere</id>
    <link href="http://it.toolbox.com/blogs/infosphere/dear-ibm-support-could-you-fix-your-broken-web-link-in-the-qantas-club-37287?rss=1" rel="alternate" type="text/html"/>
    <title>Dear IBM Support, Could you Fix Your Broken Web Link in the Qantas Club</title>
    <summary>Every time I visit the Qantas Club lounge in an Australian airport and switch on the wireless internet I get an IBM URL error.</summary>
    <updated>2010-03-03T23:16:30Z</updated>
    <category term="Satire"/>
    <category term="IBM"/>
    <category term="support"/>
    <category term="qantas"/>
    <category term="broken"/>
    <source>
      <id>http://it.toolbox.com/blogs/infosphere</id>
      <author>
        <name>Vincent McBurney</name>
      </author>
      <link href="http://it.toolbox.com/blogs/infosphere" rel="alternate" type="text/html"/>
      <link href="http://rss.ittoolbox.com/rss/bi-websphere.xml" rel="self" type="application/rss+xml"/>
      <subtitle>The blog dedicated to a tool based approach to data integration with news and tips on IBM InfoSphere, Informatica, Oracle, Microsoft and any breaking data integration news.</subtitle>
      <title>Tooling Around in the IBM InfoSphere</title>
      <updated>2010-03-10T05:05:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.triton.co.uk/blog/?p=438</id>
    <link href="http://www.triton.co.uk/blog/?p=438" rel="alternate" type="text/html"/>
    <link href="http://www.triton.co.uk/confessions-of-a-db2-geek/podcast.php?id=21&amp;amp" length="20497183" rel="enclosure" type="audio/mpeg"/>
    <title>Have you heard the pureScale podcast?</title>
    <summary>Get the lowdown on data sharing!  Click here to download the podcast.
With the launch of pureScale at the end of 2009, IBM announced to the world that they were bringing mainframe style data sharing to the AIX platform - with other platforms to follow.  Given that z/OS is the gold standard for reliability  this is [...]</summary>
    <updated>2010-03-03T14:08:28Z</updated>
    <category term="DB2"/>
    <category term="pureScale"/>
    <category term="data sharing"/>
    <category term="DB2 Geeks"/>
    <category term="db2 pureScale"/>
    <author>
      <name>Administrator</name>
    </author>
    <source>
      <id>http://www.triton.co.uk/blog</id>
      <author>
        <name>Triton Consulting</name>
      </author>
      <link href="http://www.triton.co.uk/blog/?feed=rss2" rel="self" type="application/atom+xml"/>
      <link href="http://www.triton.co.uk/blog" rel="alternate" type="text/html"/>
      <subtitle>Thoughts on DB2</subtitle>
      <title>Triton Consulting</title>
      <updated>2010-03-09T13:50:43Z</updated>
    </source>
  </entry>
</feed>
