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.

Status Not under consideration
Workspace IBM i
Categories Db2 for i
Created by Guest
Created on Mar 8, 2021

Replace native trigger while active

When there's a need to replace a high level language trigger, an exclusive lock is required to the program object.

In a 24/7 system this is almost impossible what makes the use of triggers a no-go.

Programs in use (apart from triggers) can be replaced without an issue (they're moved to QRPLOBJ) so this doesn't seem a reasonable requirement.

It should therefore be possible to replace trigger programs as well while the file is being used.

NOTE: QAQQINI setting ALLOW_DDL_CHANGES_WHILE_OPEN does NOT solve this as it doesn't work for native triggers (ie. written in RPG for example).


Use Case:

When there's a need to replace a high level language trigger, an exclusive lock is required to the program object.

In a 24/7 system this is almost impossible what makes the use of triggers a no-go.

Programs in use (apart from triggers) can be replaced without an issue (they're moved to QRPLOBJ) so this doesn't seem a reasonable requirement.

It should therefore be possible to replace trigger programs as well while the file is being used.


Idea priority Urgent
  • Guest
    Reply
    |
    Apr 22, 2021

    Can you provide some more details on option 1 ? Will the temporary trigger point to the same event and program... doesn't it get executed twice in that case ?

    PS. I'm deeply disappointed that the database team can find the time to replicate all API's on the system to SQL functions (which we can write ourselves as well) but can't find any time to provide real solutions for real problems that we can't easily solve.

  • Guest
    Reply
    |
    Apr 17, 2021

    IBM does not intend to provide a solution to this request at this time, so it is being closed. While we agree this is a valid request, the database team has many higher priority requirements, so this request is not likely to be implemented anytime soon.

    There are some work-arounds, including:
    1. Add a second temporary trigger. Then remove/replace the first one with the updated version. Remove the temporary trigger.
    2. Change the trigger from an external trigger to an SQL trigger.