Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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

Search results: Db2

Showing 452 of 2594

In error message display actual table's column name that is violating NOT NULL definition instead of outputing "TBSPACEID=2, TABLEID=5, COLNO=0"

I am constantly running into this problem when inserting null values into not null table column. Getting out tablespaceid, tableid and colno is time consuming and annoying to constantly check the column name that is defined not null, but null valu...
about 3 years ago in Db2 0 Not under consideration

More options to generate DDL in DMC

I would like to see more options to include/exclude dependent and ancillary objects when generating DDL for tables. What I need are the Tables, Indexes, History, constraints, and comments, but I don't want views, triggers, stored procedures or oth...
over 1 year ago in Db2 / Data Management Console 0 Submitted

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 ...
about 3 years ago in Db2 0 Not under consideration

Be able to DROP "restore pending" TABLESPACES supporting RP tables after RESTORE REBUILD

After RESTORE REBUILD of a slice of Prod DB into Pre-Prod DB, it is impossible to drop "Restore Pending" tablespaces supporting RP tables, you get SQL0282N. You can't detach "unrestored" partitions into junk either SQL0290N. So you are stuck and t...
about 11 years ago in Db2 0 Not under consideration

Parallel Classic Reorg on a partitioned table

Many DBA want to run multiple partitions in partitioned table.at a same time Serial execution takes too long time, it is not really efficient.
over 6 years ago in Db2 1 Not under consideration

Trigger support on nickname

I tried to implement a trigger to update nicknames but received the following error. Without this function, the following design is not possible, I have to put the reporting and online schema into 1 database if I want to use triggers for synchroni...
over 4 years ago in Db2 / Db2 Federation 0 Not under consideration

Add synopsis tables and Columnar Page Map usage to BLU explain plans.

Add synopsis tables and Columnar Page Map usage to BLU explain plans.
almost 8 years ago in Db2 0 Not under consideration

Add BEFORE and/or AFTER clause to ALTER TABLE

For the ALTER TABLE statement, it's relevant to add an "AFTER ..." OR "BEFORE ..." clause specifying where in the table the new column is to be placed. This statement component exists in DB2 for i and in certain other databases (like Informix and ...
about 8 years ago in Db2 2 Not under consideration

Support for "every" in the "alter table add partition" to add multiple partitions

The "create table" statement supports this syntax to create a table with multiple partitions: CREATE TABLE DOCUMENTS ( ID INTEGER, CONTENTS VARCHAR(10)) PARTITION BY RANGE (ID)(STARTING 1 ENDING 1000 EVERY 100) This will create a table with 10 par...
over 3 years ago in Db2 0 Future consideration

Provide SYSTEM / UNIQUE collation sequence support for column organized tables when codepage is 819

The lack of support for anything other than IDENTITY collation sequence for codepage 819 makes migration to BLU very difficult for customers who use it.
over 8 years ago in Db2 0 Not under consideration