{"id":2066,"date":"2016-06-15T08:05:30","date_gmt":"2016-06-15T15:05:30","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=1845"},"modified":"2023-03-24T08:03:59","modified_gmt":"2023-03-24T15:03:59","slug":"11-neat-things-db2-11-1-linux-unix-windows","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/","title":{"rendered":"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows"},"content":{"rendered":"<p>Today is the day! On June 15, 2016, a new version of Db2 is being released! IBM has also announced that Db2 9.7 AND Db2 10.1 will reach &#8220;End of Support&#8221; on September 30, 2017. There is so much information flying out there, so I thought I&#8217;d share some details and resources.<\/p>\n<h2>End of Support for 9.7 and 10.1<\/h2>\n<h3>What End of Support Means<\/h3>\n<p>End of Support(EOS) for any Db2 LUW product means that if you call IBM on a product that is past the EOS date, IBM will not help you. This is true, even if you&#8217;re paying your ongoing software support. There are no ongoing security patches or bug fixes after EOS. There are extended support contracts available for a short period of time after the EOS dates, to help companies who truly are stuck, but that only covers issues for user error and really sticky bugs discovered. A few IBM products will include support for an outdated version of Db2 after the EOS date, however this support is very difficult to get and not of the same class you might be used to from IBM support. It boils down to this: If you call IBM about a Db2 LUW product that is past the stated EOS date, IBM will basically refuse to help you. Or offer services at significant cost.<\/p>\n<h3>End of Support Dates<\/h3>\n<p>All IBM Db2 end of support dates are kept updated in this document: <a href=\"http:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg21168270\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg21168270<\/a> There you can see the end of support date of September 30, 2017 for 9.7 and 10.1. You can also see the end of extended support dates past which you will not be able to pay dearly for support needed.<\/p>\n<h2>The Eleven Most Interesting Things About Db2 11.1 so Far<\/h2>\n<p>I love the excitement of a new version &#8211; finding out what it does and doesn&#8217;t do, and all the details around it. I&#8217;m excited about Db2 11.1, but won&#8217;t be recommending it to any clients until at least fix pack 2 or 3. Why? I don&#8217;t consider 10.5 fully stable until fix pack 5 because there were major bugs that affect the stability of the Db2 instance or HADR on both fix packs 3 and 4. At least one of these bugs I saw across multiple clients on multiple OS platforms. It&#8217;s still important to know the advantages and features of a new version so I can recommend it once it seems stable. I&#8217;ve already mentioned it to one client who is working on upgrade planning for mid next year &#8211; it might be ready by then.<\/p>\n<h3>#1: Direct upgrade from 9.7<\/h3>\n<p>Normally, you can only go up two full versions of Db2, with the full versions being:<\/p>\n<ul>\n<li>8.2<\/li>\n<li>9.1<\/li>\n<li>9.5<\/li>\n<li>9.7<\/li>\n<li>10.1<\/li>\n<li>10.5<\/li>\n<li>11.1<\/li>\n<\/ul>\n<p>With 11.1, IBM is supporting direct upgrade from Db2 9.7 to Db2 11.1 &#8211; a three version jump. This makes it much easier for some companies to upgrade directly to the latest version.<\/p>\n<h3>#2: Rollforward Through Upgrade<\/h3>\n<p>Before every upgrade, we take an offline backup. One of the big reasons for this is that a database at a later version cannot roll forward through transaction log files from an earlier version, and any restore of an online backup requires at least a little rollforward. Starting with 10.5, fix pack 7 or higher, you can now roll forward through transaction logs from before the upgrade. This means drastically reduced outage times for many upgrades! <em>Matt Huras&#8217; slide from the Db2 Night Show illustrates this perfectly:<\/em><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2061\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/matt-huras-slide.png\" alt=\"Matt Huras Slide\" width=\"632\" height=\"466\" srcset=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/matt-huras-slide.png 632w, https:\/\/virtual-dba.com\/wp-content\/uploads\/matt-huras-slide-300x221.png 300w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/><br \/>\nTo make use of this, you must start with 10.5 FP7 or above, and this doesn&#8217;t work on DPF environments.<\/p>\n<h3>#3: HADR Standby Doesn&#8217;t Have to be Restored After Upgrade<\/h3>\n<p>Starting with 10.5 FP7 or above, we no longer have to re-initialize the HADR standby by restoring a new backup to it after upgrade. Due to the ability to rollforward through backup, you can now place your standby in an upgrade pending state, then upgrade the code, and then let it rollforward through the upgrade.<\/p>\n<h3>#4: OLTP Performance Improvement Out of the Box<\/h3>\n<p>Due to improvements in bufferpool latching, high volume OLTP environments may see a performance improvement out of the box with no need for parameter changes.<\/p>\n<h3>#5: Several Little Things<\/h3>\n<p>They are not as big but there is a new option on the db2relocatedb command to generate a script &#8211; this is a huge bonus for those of us who have actually tried to use this feature. The introduction of some functions for regular expressions is also exciting, especially for Perl addicts like me.<\/p>\n<h3>#6: BLU: More can Happen Below the BLU Line<\/h3>\n<p>If you have done much with explain plans on BLU, you know that one of the goals is to make sure the &#8220;BLU line&#8221; &#8211; the columnar table queue that represents where Db2 gives up on the columnar engine for the row-based engine &#8211; is as high in the explain plan as possible. In Db2 11.1, several changes make it so more sorts and other operations can happen below the BLU line, which is a good thing for performance.<\/p>\n<h3>#7: Inline Optimization Hints (Is this a good thing?)<\/h3>\n<p>I question whether this is actually a good thing, but optimization hints specified inline with the SQL are now possible. The Db2 optimizer is a powerful tool, and I&#8217;m not a fan of circumventing it except in the most extreme circumstances. I suppose that this makes Db2 more like some other mainstream RDBMS platforms.<\/p>\n<h3>#8: BLU on DPF<\/h3>\n<p>While you can put 15-20 TB of uncompressed data on a single-partition BLU environment, there are some other, larger environments that need the ability to partition the data across multiple servers. Db2 11.1 will allow BLU with the Database Partitioning Feature &#8211; where one database is spread across multiple logical or physical nodes.<\/p>\n<h3>#9: BLU: Generated Columns, RCAC, OLAP, and Perf Enhancements<\/h3>\n<p>Even with individual fix packs, IBM has been making drastic performance improvements with BLU. This version is no different with not only performance improvements, but functionality ones as well. Some OLAP functions are now supported with BLU along with generated columns (a big improvement for ease of conversion) and the use of fine-grained access control (FGAC\/RCAC).<\/p>\n<h3>#10: New Db2 Direct Packaging<\/h3>\n<p>This feature is fun because it makes it even easier to use Db2 in a virtual or cloud environment. Db2 already runs well and easily on virtual servers, but now the licensing is even easier. Licenses are by VPC (Virtual Processor Core) &#8211; and do not change based on the power of the core in question. This makes it easier for a Db2 server to move wherever a virtualization engineer thinks it makes the most sense without worrying about violating licensing agreements. Payments are monthly.<\/p>\n<h3>#11: Easier PureScale<\/h3>\n<p>PureScale has always been a bit difficult from the DBA&#8217;s perspective as it requires skill sets outside of those typical of DBAs &#8211; such as GPFS. In Db2 11.1, this gets easier with a simplified setup using the db2cluster command and drastically fewer steps.<\/p>\n<h3>Bonus: IBM Products Certifying with Db2 11.1<\/h3>\n<p>This may be my favorite one of all. John Lind, IBM&#8217;s Product Manager for Db2 stated in open session at the IDUG North American Technical Conference in Austin that every IBM application that certifies with Db2 11.1 and includes Db2 11.1 will have to include an advanced edition. This is great news, as some of the features in advanced editions, such as compression or extended features of DSM are very useful.<\/p>\n<h2>Summary<\/h2>\n<p>This is not comprehensive coverage of the Db2 11 changes. There are more things like enterprise key management and more. See the resources below for details on Db2 11.1. Db2 11.1 will be available on June 15, 2016.<\/p>\n<h2>Resources for Information about Db2 11.1<\/h2>\n<h3>Official Announcement<\/h3>\n<p><a href=\"http:\/\/www-01.ibm.com\/common\/ssi\/cgi-bin\/ssialias?infotype=AN&amp;subtype=CA&amp;htmlfid=897\/ENUS216-141&amp;appname=USN\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www-01.ibm.com\/common\/ssi\/cgi-bin\/ssialias?infotype=AN&amp;subtype=CA&amp;htmlfid=897\/ENUS216-141&amp;appname=USN<\/a><\/p>\n<h3>Dave Beulke&#8217;s Blog<\/h3>\n<p><a href=\"http:\/\/davebeulke.com\/db2-luw-version-11-5-great-new-features-many-come\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/davebeulke.com\/db2-luw-version-11-5-great-new-features-many-come\/<\/a> <a href=\"http:\/\/davebeulke.com\/db2-luw-version-11-5-blu-performance-improvements-applications\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/davebeulke.com\/db2-luw-version-11-5-blu-performance-improvements-applications\/<\/a><\/p>\n<h3>Db2 Night Show<\/h3>\n<p><a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=680\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=680<\/a> <a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=682\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=682<\/a> <a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=688\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=688 <\/a><\/p>\n<h3>IDUG Content Blog<\/h3>\n<p><a href=\"http:\/\/www.idug.org\/p\/bl\/et\/blogaid=496\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.idug.org\/p\/bl\/et\/blogaid=496<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today is the day! On June 15, 2016, a new version of Db2 is being released! IBM has also announced that Db2 9.7 AND Db2 10.1 will reach &#8220;End of Support&#8221; on September 30, 2017. There is so much information flying out there, so I thought I&#8217;d share some details and resources. End of Support [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":30190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"Today is the day! On June 15, 2016, a new version of DB2 is being released! IBM has also announced that DB2 9.7 AND DB2 10.1 will reach \"End of Support\" on September 30, 2017. There is so much information flying out there, so I thought I'd share some details and resources.\r\n\r\n<h2>End of Support for 9.7 and 10.1<\/h2>\r\n\r\n<h3>What End of Support Means<\/h3>\r\n\r\nEnd of Support(EOS) for any DB2 LUW product means that if you call IBM on a product that is past the EOS date, IBM will not help you. This is true, even if you're paying your ongoing software support. There are no ongoing security patches or bug fixes after EOS. There are extended support contracts available for a short period of time after the EOS dates, to help companies who truly are stuck, but that only covers issues for user error and really sticky bugs discovered. A few IBM products will include support for an outdated version of DB2 after the EOS date, however this support is very difficult to get and not of the same class you might be used to from IBM support.\r\n\r\nIt boils down to this: If you call IBM about a DB2 LUW product that is past the stated EOS date, IBM will basically refuse to help you. Or offer services at significant cost.\r\n\r\n<h3>End of Support Dates<\/h3>\r\n\r\nAll IBM DB2 end of support dates are kept updated in this document:\r\n\r\n<a href=\"http:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg21168270\" target=\"_blank\">http:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg21168270<\/a>\r\n\r\nThere you can see the end of support date of September 30, 2017 for 9.7 and 10.1. You can also see the end of extended support dates past which you will not be able to pay dearly for support needed.\r\n\r\n<h2>The Eleven Most Interesting Things About DB2 11.1 so Far<\/h2>\r\n\r\nI love the excitement of a new version - finding out what it does and doesn't do, and all the details around it. I'm excited about DB2 11.1, but won't be recommending it to any clients until at least fix pack 2 or 3. Why? I don't consider 10.5 fully stable until fix pack 5 because there were major bugs that affect the stability of the DB2 instance or HADR on both fix packs 3 and 4. At least one of these bugs I saw across multiple clients on multiple OS platforms. It's still important to know the advantages and features of a new version so I can recommend it once it seems stable. I've already mentioned it to one client who is working on upgrade planning for mid next year - it might be ready by then.\r\n\r\n<h3>#1: Direct upgrade from 9.7<\/h3>\r\n\r\nNormally, you can only go up two full versions of DB2, with the full versions being:\r\n\r\n<ul>\r\n    <li>8.2<\/li>\r\n    <li>9.1<\/li>\r\n    <li>9.5<\/li>\r\n    <li>9.7<\/li>\r\n    <li>10.1<\/li>\r\n    <li>10.5<\/li>\r\n    <li>11.1<\/li>\r\n<\/ul>\r\n\r\nWith 11.1, IBM is supporting direct upgrade from DB2 9.7 to DB2 11.1 - a three version jump. This makes it much easier for some companies to upgrade directly to the latest version.\r\n\r\n<h3>#2: Rollforward Through Upgrade<\/h3>\r\n\r\nBefore every upgrade, we take an offline backup. One of the big reasons for this is that a database at a later version cannot roll forward through transaction log files from an earlier version, and any restore of an online backup requires at least a little rollforward. Starting with 10.5, fix pack 7 or higher, you can now roll forward through transaction logs from before the upgrade.\r\n\r\nThis means drastically reduced outage times for many upgrades!\r\n\r\n<em>Matt Huras' slide from the DB2 Night Show illustrates this perfectly:<\/em>\r\n\r\n<img src=\"\/media\/matt-huras-slide.png\" alt=\"Matt Huras Slide\" \/>\r\n\r\nTo make use of this, you must start with 10.5 FP7 or above, and this doesn't work on DPF environments.\r\n\r\n<h3>#3: HADR Standby Doesn't Have to be Restored After Upgrade<\/h3>\r\n\r\nStarting with 10.5 FP7 or above, we no longer have to re-initialize the HADR standby by restoring a new backup to it after upgrade. Due to the ability to rollforward through backup, you can now place your standby in an upgrade pending state, then upgrade the code, and then let it rollforward through the upgrade.\r\n\r\n<h3>#4: OLTP Performance Improvement Out of the Box<\/h3>\r\n\r\nDue to improvements in bufferpool latching, high volume OLTP environments may see a performance improvement out of the box with no need for parameter changes.\r\n\r\n<h3>#5: Several Little Things<\/h3>\r\n\r\nThey are not as big but there is a new option on the db2relocatedb command to generate a script - this is a huge bonus for those of us who have actually tried to use this feature. The introduction of some functions for regular expressions is also exciting, especially for Perl addicts like me.\r\n\r\n<h3>#6: BLU: More can Happen Below the BLU Line<\/h3>\r\n\r\nIf you have done much with explain plans on BLU, you know that one of the goals is to make sure the \"BLU line\" - the columnar table queue that represents where DB2 gives up on the columnar engine for the row-based engine - is as high in the explain plan as possible. In DB2 11.1, several changes make it so more sorts and other operations can happen below the BLU line, which is a good thing for performance.\r\n\r\n<h3>#7: Inline Optimization Hints (Is this a good thing?)<\/h3>\r\n\r\nI question whether this is actually a good thing, but optimization hints specified inline with the SQL are now possible. The DB2 optimizer is a powerful tool, and I'm not a fan of circumventing it except in the most extreme circumstances. I suppose that this makes DB2 more like some other mainstream RDBMS platforms.\r\n\r\n<h3>#8: BLU on DPF<\/h3>\r\n\r\nWhile you can put 15-20 TB of uncompressed data on a single-partition BLU environment, there are some other, larger environments that need the ability to partition the data across multiple servers. DB2 11.1 will allow BLU with the Database Partitioning Feature - where one database is spread across multiple logical or physical nodes.\r\n\r\n<h3>#9: BLU: Generated Columns, RCAC, OLAP, and Perf Enhancements<\/h3>\r\n\r\nEven with individual fix packs, IBM has been making drastic performance improvements with BLU. This version is no different with not only performance improvements, but functionality ones as well. Some OLAP functions are now supported with BLU along with generated columns (a big improvement for ease of conversion) and the use of fine-grained access control (FGAC\/RCAC).\r\n\r\n<h3>#10: New DB2 Direct Packaging<\/h3>\r\n\r\nThis feature is fun because it makes it even easier to use DB2 in a virtual or cloud environment. DB2 already runs well and easily on virtual servers, but now the licensing is even easier. Licenses are by VPC (Virtual Processor Core) - and do not change based on the power of the core in question. This makes it easier for a DB2 server to move wherever a virtualization engineer thinks it makes the most sense without worrying about violating licensing agreements. Payments are monthly.\r\n\r\n<h3>#11: Easier PureScale<\/h3>\r\n\r\nPureScale has always been a bit difficult from the DBA's perspective as it requires skill sets outside of those typical of DBAs - such as GPFS. In DB2 11.1, this gets easier with a simplified setup using the db2cluster command and drastically fewer steps.\r\n\r\n<h3>Bonus: IBM Products Certifying with DB2 11.1<\/h3>\r\n\r\nThis may be my favorite one of all. John Lind, IBM's Product Manager for DB2 stated in open session at the IDUG North American Technical Conference in Austin that every IBM application that certifies with DB2 11.1 and includes DB2 11.1 will have to include an advanced edition. This is great news, as some of the features in advanced editions, such as compression or extended features of DSM are very useful.\r\n\r\n<h2>Summary<\/h2>\r\n\r\nThis is not comprehensive coverage of the DB2 11 changes. There are more things like enterprise key management and more. See the resources below for details on DB2 11.1. DB2 11.1 will be available on June 15, 2016.\r\n\r\n<h2>Resources for Information about DB2 11.1<\/h2>\r\n\r\n<h3>Official Announcement<\/h3>\r\n\r\n<a href=\"http:\/\/www-01.ibm.com\/common\/ssi\/cgi-bin\/ssialias?infotype=AN&subtype=CA&htmlfid=897\/ENUS216-141&appname=USN\" target=\"_blank\">http:\/\/www-01.ibm.com\/common\/ssi\/cgi-bin\/ssialias?infotype=AN&subtype=CA&htmlfid=897\/ENUS216-141&appname=USN<\/a>\r\n\r\n<h3>Dave Beulke's Blog<\/h3>\r\n\r\n<a href=\"http:\/\/davebeulke.com\/db2-luw-version-11-5-great-new-features-many-come\/\" target=\"_blank\">http:\/\/davebeulke.com\/db2-luw-version-11-5-great-new-features-many-come\/<\/a>\r\n<a href=\"http:\/\/davebeulke.com\/db2-luw-version-11-5-blu-performance-improvements-applications\/\" target=\"_blank\">http:\/\/davebeulke.com\/db2-luw-version-11-5-blu-performance-improvements-applications\/<\/a>\r\n\r\n<h3>DB2 Night Show<\/h3>\r\n\r\n<a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=680\" target=\"_blank\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=680<\/a>\r\n<a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=682\" target=\"_blank\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=682<\/a>\r\n<a href=\"http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=688\" target=\"_blank\">http:\/\/www.dbisoftware.com\/blog\/db2nightshow.php?id=688 <\/a>\r\n\r\n<h3>IDUG Content Blog<\/h3>\r\n\r\n<a href=\"http:\/\/www.idug.org\/p\/bl\/et\/blogaid=496\" target=\"_blank\">http:\/\/www.idug.org\/p\/bl\/et\/blogaid=496<\/a>","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,17],"tags":[18,765,19,20,21,22],"class_list":["post-2066","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-db2","tag-db2","tag-db2-11-1","tag-ibm","tag-linux","tag-unix","tag-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows<\/title>\n<meta name=\"description\" content=\"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows\" \/>\n<meta property=\"og:description\" content=\"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-15T15:05:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-24T15:03:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows\",\"datePublished\":\"2016-06-15T15:05:30+00:00\",\"dateModified\":\"2023-03-24T15:03:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\"},\"wordCount\":1347,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg\",\"keywords\":[\"db2\",\"db2 11.1\",\"ibm\",\"linux\",\"unix\",\"windows\"],\"articleSection\":[\"Blog\",\"Db2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\",\"name\":\"11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg\",\"datePublished\":\"2016-06-15T15:05:30+00:00\",\"dateModified\":\"2023-03-24T15:03:59+00:00\",\"description\":\"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg\",\"width\":557,\"height\":291,\"caption\":\"11-exciting-things-db2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows","description":"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/","og_locale":"en_US","og_type":"article","og_title":"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows","og_description":"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.","og_url":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2016-06-15T15:05:30+00:00","article_modified_time":"2023-03-24T15:03:59+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows","datePublished":"2016-06-15T15:05:30+00:00","dateModified":"2023-03-24T15:03:59+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/"},"wordCount":1347,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg","keywords":["db2","db2 11.1","ibm","linux","unix","windows"],"articleSection":["Blog","Db2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/","url":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/","name":"11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg","datePublished":"2016-06-15T15:05:30+00:00","dateModified":"2023-03-24T15:03:59+00:00","description":"Learn 11 Exciting Things About DB2 11.1 for Linux, UNIX, and Windows that you might not know from leading DB2 database expert Ember Crooks of Virtual-DBA.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/11-exciting-things-db2.jpg","width":557,"height":291,"caption":"11-exciting-things-db2"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/11-neat-things-db2-11-1-linux-unix-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"11 Exciting Things About Db2 11.1 for Linux, UNIX, and Windows"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/2066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=2066"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/2066\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/30190"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=2066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=2066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=2066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}