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 138

Add Limit ID 18303 and 18304 to System limit alerts

We have a couple of system limit alerts regarding of reaching a table limit, limit_id 15xxx. But we don't have any for Journals, like sequence numbers limit_id 18303 and 18304
9 months ago in IBM i / Db2 for i 3 Future consideration

SQLRPGLE precompiler - allow usage of large VARCHARS by interpreting the same as SQLTYPE(CLOB)

Currently you cannot use large RPGLE VARCHARs (length >= 32705) in EXEC SQL statements. I suggest updating the SQL precompiler and SQL processing so that they can be. This would remove the need for defining SQLTYPE(CLOB) in new programs, VARCHA...
9 months ago in IBM i / Db2 for i 2 Future consideration

SQLRPGLE precompiler - SQLTYPE(CLOB:x) to VARCHAR instead of to DS

Add a d-spec and/or ctl-opt keyword to instruct the SQL precompiler to convert SQLTYPE(CLOB:x) (and BLOB etc.) to VARCHAR(x:4) instead of the UNS(10)/CHAR(x) DS that it currently converts to. // Thisdcl-s myVar1 SQLTYPE(CLOB:X);// Pecompiles to th...
9 months ago in IBM i / Db2 for i 2 Future consideration

Consolidate documentation for Services and documentation for the system catalog into one area.

Instead of placing the documentation for IBM i Services underneath "Performance and query optimization" move it to "Db2 for i catalog views". Take these links: Db2® for i Services: https://www.ibm.com/docs/en/i/7.5?topic=optimization-db2-i-service...
10 months ago in IBM i / Db2 for i 9 Future consideration

Add the Module feature to PL/SQL

To improve modularity and maintainability of PL/SQL code, could you please add to DB2 for i, the support of modules, which already exists on other DB2 platforms : https://www.ibm.com/docs/en/db2/9.7?topic=modules-referencing-objects-defined-in Thi...
10 months ago in IBM i / Db2 for i 1 Future consideration

SQL Service qsys2.dns_lookup_ip() needs to return *all DNS name for given IP address

the new SQL service qsys2.dns_lookup_ip() should return all the DNS names. currently if only returns the first one found for your given DNS setup. the DIG command does return all associated names
10 months ago in IBM i / Db2 for i 3 Future consideration

Please finish/complete the integration of long SQL names into Db2 for i

When Long SQL Names are used, you can only rename those object using the SQL RENAME statement. However, RENAME supports only TABLEs, VIEWs, and INDEXes. Which means *FILE objects only. Sequences, Variables, Functions, Procedures, and the myriad ot...
10 months ago in IBM i / Db2 for i 3 Future consideration

In SQL JSON_TABLE, add an option on timestamp columns to take into account or not the timezone offset

In the SQL function JSON_TABLE, when a timestamp value indicated with a time zone offset (e.g.: "yyyy-mm-ddThh:mm:ss.nnnnnn<+/-Offset>") is retrieved to produce a timestamp column, the resulting value is always an UTC value (by adding or sub...
11 months ago in IBM i / Db2 for i 3 Future consideration

Allow journal entry read (RCVJRNE) and native DB I/O with field proc encoded data.

Consider a field proc used for field level encryption. When replicating database activity, the data must be decrypted as it is being read from the journal. It then must be re-encrypted when it is written to the database. It would improve performan...
11 months ago in IBM i / Db2 for i 2 Future consideration

Add an ANY_VALUE aggregate function

Please add an ANY_VALUE aggregate function, this would simplify queries that group by an id and also require other values that are known to be unique within the group. SELECT a.article_id, ANY_VALUE(a.description), COUNT(*) FROM article AS a JOIN ...
12 months ago in IBM i / Db2 for i 1 Future consideration