Sep 25, 2025 · 2 min read · If you want to run DB2 on OpenShift you can use the DB2 Operator as described here Db2 12.1.2 for Red Hat OpenShift and Kubernetes; As an alternative, you can do it without using the DB2 Operator; Here is what you have to do if you don’t want to use ...
Join discussionJun 2, 2025 · 3 min read · For months, our team has been struggling with a tricky DB2-related issue — and unfortunately, there wasn’t much useful information out there. In this article, I’d like to share our approach so that other developers facing the same challenge can avoid...
Join discussion
Feb 18, 2025 · 1 min read · In IBM Db2, RUNSTATS is a utility used to collect and update statistics about database tables, indexes, and columns. These statistics help the Db2 optimizer make efficient query execution plans. Syntax: RUNSTATS ON TABLE schema.table_nameAND INDE...
Join discussionNov 5, 2024 · 3 min read · Hey devs, i am Delmi Pitta from Dominican Republic and i am trying to learn about COBOL and i have to say that this has been a beautiful journey, COBOL is easy to learn, maybe if you have information about better process than this please tell to me. ...
Join discussionMar 31, 2024 · 1 min read · DB2 database operations In this post let’s look at some of the basic db2 database commands. • Logging into database su - db2<sid> All the below commands need to be executed as db2<sid> user • Checking db2 status db2pd - • Starting db2 db2start • Stop...
Join discussionAug 11, 2023 · 9 min read · While migrating from IBM DB2 LUW to PostgreSQL, the use of handlers with transactions can significantly influence the conversion process. Transactions in databases are one of the basic concepts. It means a set of statements for changing data in the d...
Join discussion
Jun 30, 2023 · 8 min read · It is a well-known fact that database migration is a multi-step process with a great number of pitfalls. The process involves careful preparation, risk assessment, defining the migration method and implies significant financial costs. In order to ens...
Join discussion