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 15

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

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

Improve readahead performance statistic reporting

Since the improved readahead code was established, onstat -p and the associated SMI tables no longer report all readahead pages nor all usage of those pages so that it is impossible to monitor the efficiency of readahead and so be able to determin...
over 7 years ago in Informix / Informix Server 0 Not under consideration

Encrypt source code for procedure/function

There are lots of ISV out there looking for security feature where it can encrypt the source code for stored procedure and function(written in SPL).
almost 12 years ago in Informix / Informix Server 0 Not under consideration

Provide more granular database-level privileges than just CONNECT, RESOURCE and DBA

We have a requirement to support a code deployment role where a user, whose job role is not a DBA, can release code into a given database. The type of things they would be doing is:* Creating and dropping procedures, synonyms, triggers, indices an...
over 12 years ago in Informix / Informix Server 0 Not under consideration

Automatic conversion of ifx_loc_t (TEXT/BYTE) to/from ifx_lo_t (CLOB/BLOB)

We have legacy ESQL/C code using ifx_loc_t to handle TEXT/BYTE columns. Customers want now to replace TEXT/BYTE by CLOB/BLOB columns in the database... and we would avoid to touch our ESQL/C code. Informix can support simple type conversion. For e...
over 5 years ago in Informix / Informix Server 1 Not under consideration

Lock table (or database) in exclusive mode does not work as expected in HDR

If one attempts to update a table with many rows in an HDR environment with updateable secondary code like this does not work (if you are on the primary):begin work; lock table mytab in exclusive mode; update mytab set col1="xxx" where 1=1; commit...
about 12 years ago in Informix / Informix Server 0 Not under consideration

Automátic column-level encryption at rest

In Europe we have strong laws (GDPR) protecting personal data. Nobody, even programers or DBA can access personal data if not from an audited program who grants individual access to each user able to see this information. As application examples, ...
over 2 years ago in Informix / Informix Server 0 Not under consideration

Allow remote query execution inside a TRUSTED CONTEXT

A customer that has some customized "auditing" built on triggers would like to be able to differentiate the real user behind the application server. In theory they could use SET SESSION AUTHORIZATION to achieve this, either directly or better yet,...
almost 6 years ago in Informix / Informix Server 0 Not under consideration

select task('onstat','-g mem') ONLY returns first 30k (Currently Hardcoded in code)

When executing a select when you want to run and "onstat" command, it only displays the first 30k and the message 'Truncating message at 30KB\ ' is displayed.Currently it is hardcoded.
over 8 years ago in Informix / Informix Server 0 Not under consideration