Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

ADD A NEW IDEA

Db2 for i

Showing 438 of 4926

SQL Function to Round Up Decimal/Precision

Create new SQL function roundup or update ceiling to allow decimal result with a defined precision. We commonly need to round up to 1 or 2 decimal points. Given round( 24.03 , 1 ) results in 24.0 But in our use cases, we need to roundup so that we...
over 3 years ago in IBM i / Db2 for i 1 Not under consideration

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

SQL Table created in IBM Navigator for I. Identity column created as decimal, 9 in length. Database manager generates value is set to always and cycle values when the maximum or minimum value is reached is checked. There is also a primary key cons...
almost 7 years ago in IBM i / Db2 for i 4 Not under consideration

0N002 - A character cannot be mapped to a valid XML character.

Since we started using SQL more and more to build and parse XML we are running into SQL state error of 0N002 - A character cannot be mapped to a valid XML character. Our only known fix for this is to do a regular expression statement on each colum...
over 8 years ago in IBM i / Db2 for i 2 Not under consideration

Support ability to 'Lock In' a DB2 Plan

The DB2 optimizer continually reevaluates all conditions/variables to create the best plan at that moment. And almost always, the optimizer creates the best plan. There are times however, when the optimizer makes a poor choice. And when it does, t...
almost 9 years ago in IBM i / Db2 for i 1 Not under consideration

Add the DETAILED_INFO paramater to the OBJECT_STATISTICS Table Function

The OBJECT_STATISTICS UDTF in QSYS2 is getting better all the time. However the *ALLSIMPLE concept that was later added to other UDTFs via their DETAILED_INFO parameter would benefit OBJECT_STATISTICS as well. Originally the Object Name could cont...
over 3 years ago in IBM i / Db2 for i 1 Not under consideration

Include DDM File based-on object information in the QDBRTVFD API

Today, when using QDBRTVFD to retrieve information about a DDMF (DDM File) the based on information returns only the Record Format name, not the file or library (or member) over which the DDMF is pointing. This occurs even when the DDMF is pointin...
almost 2 years ago in IBM i / Db2 for i 1 Future consideration

Provide an Obscure Parameter attribute to SQL Functions for security purposes

When running a UDTF or UDF or even a stored procedure, we may be passing in sensitive information, such as passwords, security codes or credit card numbers. Similar to CL Command's DSPINPUT (display input) parameter, we need a way to hide that sen...
over 3 years ago in IBM i / Db2 for i 2 Not under consideration

"create type" with all characteristics like column table

Improve the SQL "create type" command by adding the column header, the field text and all the possible features that are in a field of a table. In this way it would be possible to create the tables by simply referring to the "type" without definin...
about 7 years ago in IBM i / Db2 for i 4 Future consideration

Retrieve existence from /QNTC shared folder by QSYS2.IFS_OBJECT_STATISTIC

QSYS2.IFS_OBJECT_STATISTICS returned not value if /QNTC shared folders are selected, even if I use the required user-authentification. Compare to QMGTOOLS/CHKIFS what returned '10' for exisiting and '00' for not found. Would it be possible to modi...
almost 2 years ago in IBM i / Db2 for i 2 Not under consideration

DB2 Next Identity Value has incorrect value

The majority of new tables we create contain a record identity column defined as GENERATED BY DEFAULT, starting at 1, increment by 1. This column is also the primary key for the tables. Most inserts into tables do not specify a value for the recor...
about 9 years ago in IBM i / Db2 for i 2 Future consideration