Skip to Main Content
IBM Data Platform Ideas Portal for Customers


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

Search results: Informix

Showing 29 of 1092

Limited the number of row processed with an update/delete statement

THis is similar to MS Server (and other DBs) DELETE ... TOP <N> and TOP <n> PERCENT This would help avoid LTX issues without custom SQL coding, it would minimize the time the table is locked UPDATE FIRST 10000 COUNT 0 ... N <table&g...
11 months ago in Informix / Informix Server 0 Submitted

Improve Stored Procedures features

We are trying to increase the usage of SP in our system environment. Migrating business code from 4GL to the database.But this process becomes very painful for our developers since the support for SPL is limited. Mainly the inexistence of a native...
over 6 years ago in Informix / Informix Server 0 Future consideration

Enable HDR Secondary to perform archives

Modify HDR code to add a state whereby the secondary server can be allowed to perform ontape and onbar archives. Whether the server can remain in secondary mode or must be changed to an intermediary mode are both acceptable options, as long as the...
about 10 years ago in Informix / Informix Server 0 Future consideration

enhancements to sysprocedures table and dbschema utility

Currently, there does not appear to be anything in the sysprocedures table to identify which procedures are provided by Informix (system routines) vs those created by users (user routines). The mode column does not appear to address this particula...
about 3 years ago in Informix / Informix Server 0 Future consideration

Implement CREATE OR REPLACE option for stored procedures

We are looking to deploy more code into the system hot, taking advantage of improvements have made to trap any -710 errors internally and re-parse transparent to the user session. Currently it is necessary to drop a procedure before creating a new...
over 12 years ago in Informix / Informix Server 2 Delivered

Ability to re-create views and procedures without dependent objects being dropped

Some objects in a database often depend on other. As an example, if there is a view, another view can be built upon it.Private and public synonyms can be created for those views, and permissions given to various users on those views.If the first v...
over 12 years ago in Informix / Informix Server 0 Future consideration

Add function LISTAGG like DB2 and Oracle

Every query which need to group by and concat few columns is impossible with informix. For example for this SQL : select t.tabname, c.constrname ,k.checktext, k.seqno from sysconstraints c, systables t , outer syschecks k where t.tabname = 'my...
over 5 years ago in Informix 1 Not under consideration

Informix pure .NET Core driver

We need pure .NET Core driver. Currently we have to compile our programs with flags for 32 or 64 bit code which is against the idea of .NET Core portability. Also it leads to errors when we sent assemblies to incorrect environment. Driver on OpenS...
about 6 years ago in Informix / Informix Client Products 6 Delivered

Encrypting and Decrypting Stored Procedures

Would like Informix to have feature of encrypt the source code for a stored procedure and function.
over 2 years ago in Informix / Informix Server 2 Under review

IF NOT EXISTS should not be saved as part of stored routine source

When creating a stored procedure or function with the IF NOT EXISTS optional clause included, the option text is currently included in the saved source code for the procedure. This is not true of any other database object created with the IF NOT E...
about 6 years ago in Informix / Informix Server 2 Not under consideration