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

My votes: Db2 for i

Showing 158

TCP/IP Host table entries in SQL

In SQL we have theses views: QSYS2.NETSTAT_INTERFACE_INFO to get TCP/IP interfaces (CFGTCP option 1) QSYS2.NETSTAT_ROUTE_INFO to get TCP/IP routes (CFGTCP option 2) We need also a view to get TCP/IP host table entries (CFGTCP option 10).
over 2 years ago in IBM i / Db2 for i 3 Future consideration

Enhanced SQL Call Level Interface (CLI) resource management options

Today, a CLI (SQL Call Level Interface) environment handle allocated via the SQLAllocEnv() API is automatically tied to the callstack entry which allocated it, meaning that when that program leaves the stack, the system deems the environment handl...
over 2 years ago in IBM i / Db2 for i 4 Future consideration

Python support for external SQL stored procedures.

DB2 SQL for i support Java for external stored procedures. I will be be a good option if we can write external stored procedures in Python and may be some other open source languages like Go Lang.
over 2 years ago in IBM i / Db2 for i 1 Future consideration

Support *LIBL on RUNQRY QRY()

Hi, When creating a query definition, the library is resolved at creation time and not at runtime. This method is unlike any other function on IBM i and doesn't allow the query to be used with another library list as it is ignored. This way you ca...
over 2 years ago in IBM i / Db2 for i 3 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...
over 2 years ago in IBM i / Db2 for i 2 Future consideration

add record type to DNS_LOOKUP table function

DNS supports obviously many record types. Apparenty DNS_LOOKUP ask just for A type. Please add record type query for to DNS_LOOKUP as a second parameter (i.e. to ask for MX type, TXT type.... etc....)
almost 3 years ago in IBM i / Db2 for i 1 Future consideration

Create an exit point similar to QIBM_QZDA_SQL2 but for all other SQL interfaces

There is no exit point for SQL when run outside the scope of ACS RUN SQL SCRIPTS or "Access i ODBC" as it is referred to in the docs. We need the ability to monitor and do other things for all SQL statements run on the system. We have users coming...
almost 3 years ago in IBM i / Db2 for i 2 Future consideration

Support WITH TIME ZONE in DB2 for i

Timestamps are stored by default in the current timezone which causes problems if you need to support an application in different timezones, compare historical data with other systems or on DST events. It would therefore be useful if DB2 for i wou...
almost 3 years ago in IBM i / Db2 for i 6 Future consideration

Add optional argument for XMLPARSE

To use XMLPARSE, the external encoding of the data need to be consistent with XML prolog. But, often, the encoding of the variable (in hosted langage or CLOB) isn't the same as original value. For example : when we receive an XML file by FTP or ot...
almost 3 years ago in IBM i / Db2 for i 1 Future consideration

Add FOR COLUMN or FOR SYSTEM NAME to Function Return Column Definitions

For User-defined SQL Function, today we can define returned column name using up to 128 characters. There currently (as far as I know) is no way to also assign a shorter, more memorable "System Column Name" to the returned parameter. For example:...
almost 3 years ago in IBM i / Db2 for i 1 Future consideration