Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


ADD A NEW IDEA

Serviceability

Showing 57

Improve SQL0293N when creating database on 4K sector size disk

On CREATE DATABASE db2 reports a very generic error message SQL0293N when there is a write access to a 4K sector size disk. Instead should do a check when creating containers e.g. read 512 bytes, if this does not work, read 4K block. If 4K block c...
4 days ago in Db2 / Serviceability 0 Submitted

DB2 Support for Business Partners

Suggest allowing access to DB2 Support for IBM Business Partners companies who do not have a valid support contract, nor may have a valid DB2 licence at all, but despite all that devote their (working) lives preaching, selling and supporting DB2 f...
3 months ago in Db2 / Serviceability 4 Functionality already exists

parallel insert into row organized table

parallel insert is only supported on Column organized table. insert into row_table select * from souce_table is very slow
4 months ago in Db2 / Serviceability 0 Submitted

Allow native support of user-defined collation such as EBCDIC in CREATE DATABASE command

This will allow easy creation of databases on LUW supporting EBCDIC collations which will in-turn allow easy migration for Db2 on z/OS to Db2 LUW. Currently, this is only supported via the user-defined option of sqlecrea() api and a C program has ...
about 1 year ago in Db2 / Serviceability 0 Not under consideration

Update LASTUSED info for table more frequently

When new table is created, some migration is performed and similar it is pretty important info when object was last accessed. Db2 has LASTUSED, e.g SYSCAT.TABLES.LASTUSED column, but the data in this column can be according to documentation up to ...
almost 2 years ago in Db2 / Serviceability 0 Not under consideration

Enhance SQLCODE SQL3015N details

When we receive the following error message (during LOAD): SQL3015N An SQL error "-551" occurred during processing. we only know, that it is an authorization issue. The detail information (authorization-id, operation, object-name) are not availabl...
over 2 years ago in Db2 / Serviceability 0 Future consideration
110 VOTE

NONBLOCKED option for event monitors to prevent them from blocking user services

Db2 locking event monitor may block deadlocked applications from proceeding for a purpose of making event monitors work under some circumstances. (Reported on case TS007885986) Since it could damage user's business services severely, user should b...
over 2 years ago in Db2 / Serviceability 1 Future consideration

db2start of a running instance should reload/restart configuration without interruption of current sessions

Sometimes dbm configuration changes are not active immediately and require a full instance restart. E.g. adding an SSL port and config updates of the db catalog changes in SYS*_GROUP ... It would be great, if a db2start command is issued while the...
over 3 years ago in Db2 / Serviceability 2 Not under consideration

Save and (restore) access plan for dynamic and Statis SQL

Sometime after maintenance, or index/stats change, certain SQL can pick a bad access path. It would be nice to be able to save access path and force db2 to pick old access path. We just had very painful process after V11 migration. When access pat...
over 4 years ago in Db2 / Serviceability 0 Not under consideration

Add table function to "pretty print" explained statement

Db2 allows to install the EXPLAIN TABLES using a procedure (https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.admin.explain.doc/doc/t0059594.html) There are different ways to generate an access plan, i.e., to explain a s...
over 5 years ago in Db2 / Serviceability 3 Not under consideration