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



Status Under review
Workspace Db2 for z/OS
Created by Guest
Created on Nov 30, 2025

Simplify REVOKE by REVOKE ALL PRIVILEGES and RETAIN OBJECTS

1) REVOKE of old grants is complex due to many things that might not be revokable in the same revoke - if one fails the entire statement fails.  Usually privileges are revoked due to a person leaving or moving into different a different role .

REVOKE ALL PRIVILEGES FROM <user> BY ALL

would simplify this into a single statement.

2) RETAIN OBJECTS

Why are objects dropped, packages invalidated or the REVOKE rejected because of the RESTRICT restrictios?  Because pre-DB2 9 there was no way of removing the implicit usage privileges of the owner of the object.  But with DB2 9 we got roles and, with them, OWNERTYPE.  OWNERTYPE allowed Db2 to identify that MARY did not have the privileges of the role MARY, and that users with role MARY did not have MARY's privileges.

So why not extend that - to identify that the id in OWNER / CREATOR has lost their actual ownership?  Setting OWNERTYPE to, say, 1 identifies that the id in OWNER used to have ownership but no longer has it; and similarly 2 identifies that the role no longer has ownership.
 

Putting these two together means
REVOKE ALL PRIVILEGES FROM <id> BY ALL RETAIN OBJECTS NOT INCLUDING DEPENDENT PRIVILEGES

would remove the ability of "id" to do any non-PUBLIC action but leave everything they did in place.  This would satisfy auditors who do not like unnecessary privileges without the overheads of recreating objects that the user had previously created. 
 

Needed By Quarter
  • Guest
    Dec 5, 2025

    why not add NEWOWNER <newid> to the command