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 137

create SQL Service like WRKJOBLOG e.g. JOB_LOG_INFO and REMOVE_JOB_LOG

using JOB_INFO one is able to find about job status. If there is high activity on a server, a lot of job logs are created. To clean up, one can use WRKJOBLOG, use filtering, and F13 to delete. Please provide SQL service for a) filtering and gettin...
over 1 year ago in IBM i / Db2 for i 2 Future consideration

INSERT CAST error should provide column name

If a SQL INSERT into a table fails with a SQLSTATE of 22018 (Character in CAST argument not valid), it doesn't provide the column name upon which the CAST failed. Db2 has to know which column it was operating on, it just doesn't provide that to th...
over 6 years ago in IBM i / Db2 for i 5 Future consideration

Provide FIELDPROC_ENCODED_COMPARISON QAQQINI function at column level

DB2 for i Field Procedures are primarily used for column level encryption. The defacto standard for encryption is AES. Ideally, encryption should not be deterministic. In other words, encrypting the same plain text multiple times should produce di...
7 months ago in IBM i / Db2 for i 3 Future consideration

An IBM i Service for retrieving Netserver session details

The QSYS2.SERVER_SHARE_INFO service shows various details about the existing shares including the share name, IFS path, read/write status, and current number of users that are connected. However it does not give a view of who those users are. This...
about 2 years ago in IBM i / Db2 for i 1 Future consideration

UDTF returning dynamic resultset

Today stored procedures can return dynamic result sets. It will be appreciated if UDTF could have the same feature. Today you can only return a TABLE, you need however to define each column even though a cursor will contain the required informatio...
about 5 years ago in IBM i / Db2 for i 3 Future consideration

SQL Services should support audit journal & authority collection

Currently usage of IBM i Services (SQL) (e..g QSYS2.OUTPUT_QUEUE_ENTRIES_BASIC ) can fail with an authority failure without logging to the OS audit journal or showing up in authority collection. Per IBM support, this is working as designed. I'm co...
over 3 years ago in IBM i / Db2 for i 4 Future consideration

Support for Application-Period Temporal Tables

System-period temporal tables are great, but "system-time" is not appropriate in many applications. Quoting from an article by Philip Nelson on DB2 Temporal Support - A Practical Introduction: Temporal support consists of two key concepts : system...
about 2 years ago in IBM i / Db2 for i 2 Future consideration

JavaScript (Node.js) as native stored procedure / UDTF language

Today we can use PL/SQL, java and any other ILE language to make stored procedures and UDTF in Db2. However new languages are being used for modern application ie javaScript within Node.js and Python to name a few - and and other languages from th...
almost 5 years ago in IBM i / Db2 for i 5 Future consideration

Improve performance of REGEXP_xxx SQL functions

The REGEXP_SUBSTR and related SQL Regular Expression functions a great, but rely on external interfaces. The request is to figure out a way to make them perform better regardless of them being based on the eternal ICU library. In one-off situatio...
almost 2 years ago in IBM i / Db2 for i 2 Future consideration

SQL constraint "FOREIGN KEY DEFERRABLE"

One strength of relational databases is their constant vigilance over data correctness. The user can declare constraints that their data must obey, and then leave it to the database to enforce the rules. This saves a lot of procedural application ...
over 2 years ago in IBM i / Db2 for i 3 Future consideration