Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI 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

Application Development

Showing 74 of 14439

Document the client_prdid for each Fix Pack release of db2jcc.jar and db2jcc4.jar drivers

When Java applications connect to DB2 via the JDBC Type 4 JCC driver, the only version-specific identifier visible from the DB2 server (via an application snapshot) is the client product ID of the driver, such as JCC03000. This value is currently ...
almost 9 years ago in Db2 / Application Development 2 Not under consideration

Deploy new/unused packages without causing performace impacts

With current DB2(V11.1 FP2, FP4), Deploying a new or an unused packages causing variation and catalog locks impacting performance. HOLDHDL WAITHDL HOLDER WAITER HOLDMODE OBJTYPE TABNAME SCHEMA SECS STMTTEXT ---------- ------- ---------- ----...
over 4 years ago in Db2 / Application Development 0 Not under consideration

Save exceptions in FORALL statement (PLSQL)

Oracle PL/SQL supports save exceptions in FORALL statement, but Db2 PL/SQL doesn't. For smooth oracle migration, the feature is required .
over 4 years ago in Db2 / Application Development 0 Not under consideration

Index support for "expression op expression"

In our environment, we have many queries with predicate: "expression op expression". As they don't use indexes they're performing a table scan. We would like DB2 to be able to use indexes to resolve this type of predicate. Examples: SELECT [id], [...
over 2 years ago in Db2 / Application Development 0 Future consideration

External Stored Procedure sub modules to be loaded from same path as 'external name;

DB2 supports multiple (in our case development) databases within a db2 Instance and External Stored Procedures (in our case COBOL) can be developed in parallel by using different qualifiers in the external name e.g. alter procedure cxjjp.UIXN01 ex...
over 2 years ago in Db2 / Application Development 0 Future consideration

VSAI support Community-Edition and Trial-Editions of Visual-Studio-2017

Request for Db2-LUW VSAI (Visual Studio Add In) to support the COMMUNITY EDITION and TRIAL-VERSIONs of "Visual Studio 2017". At present, the VSAI setup program throws DBI20056E for Visual-Studio-2017-COMMUNITY-EDITION and 30-day trial versions of ...
almost 6 years ago in Db2 / Application Development 0 Not under consideration

UTL_ENCODE.BASE64_ENCODE and BASE64_DECODE support

Request for official support of UTL_ENCODE module and.BASE64_ENCODE procedure, that is not documented in Infocenter 10.5 but is available in DB2 LUW. Request for creation and support of UTL_ENCODE.BASE64_DECODE procedure.
over 8 years ago in Db2 / Application Development 0 Not under consideration

Support compilation of PL/I and COBOL programs without an active DB2 connection

The compilation of PL/I and COBOL programs on the z/OS mainframe is possible without an active database connection.This does not work on the AIX platform, which requires a database connection during compilation and a DB user withsufficient privile...
about 7 years ago in Db2 / Application Development 0 Not under consideration

CASE with EXISTS in UPDATE returns SQL0582N, which is inconsistent behavior with db2 z/OS

db2 "update test_tab set c1=case when exists (selectc2 from test_tab where c2=1) then 'A' else 'B' END" DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it retu...
about 7 years ago in Db2 / Application Development 1 Not under consideration

PL/SQL compatibility - default values of procedure parameters

Currently DB2 does not fully support Oracle-style definition of default parameters in PL/SQL stored procedures (including those in functions). The following definition works in Oracle, but requires modification in DB2: CREATE OR REPLACE PACKAGE my...
over 7 years ago in Db2 / Application Development 0 Not under consideration