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

Clear

Ideas

Showing 1486

New behavior added to DEC_TO_CHAR_FMT

SELECT CHAR(DECIMAL(1.92,15,2),',') FROM SYSIBM.SYSDUMMY1 For Db2 z/OS we use setting BIF_COMPATIBILITY = V9_DECIMAL_VARCHAR For this statement we get following results (for Db2 LUW we have parameter DEC_TO_CHAR_FMT set to NEW) : Database Value Da...
over 1 year ago in Db2 / Application Development 2 Under review

Implemented the support for XA

The .NET core started XA support from .NET 7 but driver has not yet implemented the support for XA in our core package. Functionality is needed to support 2 phase commit in .NET Windows application
over 1 year ago in Db2 / Application Development 0 Submitted

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

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...
almost 2 years ago in Db2 / Data Management Console 0 Submitted

BigSQL installation using nonroot user needs /bin/bash permissions

For BigSQL v4.2 installation using a non root user such as ambariUser (for example), sudo /bin/bash is needed for this user. Clients is claiming s a security risk for them. They are requesting to remove this permission on installation process or a...
almost 9 years ago in Db2 / BigSQL 0 Planned for future release

Enable "Handle Numeric Data Errors" for DRDA servers

On the iseries/AS400 it's possible that a table contains non numeric data in a numeric column.In order to allow access to such tables, without getting an exception, there is a "Handle Numeric Data Errors" for OleDB connections:http://www-01.ibm.co...
over 10 years ago in Db2 / Db2 Federation 1 Not under consideration

Restrict Users from creating jobs

We would like to restrict certain users from creating new jobs and executing them using DMC. Due to the strict data access and tightened restrictions for offshore team due to the work from home process in place, we would like the offshore team to ...
over 3 years ago in Db2 / Data Management Console 0 Not under consideration

Bitwise operators bigger then 64 or 113 bits

We use the bitwise operators for a lot of things. Right now bitwise operators are limited to a 64 bits or 113 bits. We have a need to use bitwise operators at let's say 8192 bits; a number bigger than 113 bits.
about 7 years ago in Db2 0 Not under consideration

MySQL Listener

So I know there is a Mongo listener so that you can speak mongo to DB2. I also know DB2 understands the MySQL dialect; there should be a listener so that applications can connect to it, the app thinks its mysql, but the back end is db2.
almost 9 years ago in Db2 / Application Development 1 Not under consideration

Oracel "select any table" feature in DB2

Customer need a read only user to do the extract in the data warehouse project or to do the monitor. With the 'select any table' privilege , after customer create some new table,that user only have the read only privilege on those new tables.
about 7 years ago in Db2 1 Functionality already exists