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


Status Delivered
Workspace Db2 for z/OS
Created by Guest
Created on Dec 15, 2018

Remove the restriction on dropping a table in an explicitly created universal table space

We have converted most of the Segmented & Partitioned Tablespaces in our ERP Dev region to Universal Tablespaces. But, later started facing some issues due to the conversion as UTS are not supported by the ERP application. All the Table changes are done from ERP application. In that process, DB2 Tables are dropped & re-created. But, with UTS, Tablespace has to be dropped not the Table. ERP application doesn't handle that.

Getting the following error message when ERP application issues DROP TABLE statement on the Table in UTS.
Lookup Error - DB2 Database Error: ERROR [42917] [IBM][DB2] SQL0669N A system required index cannot be dropped explicitly.

So, we have to first make changes on application side and then make changes on DB2 side. This has become more time consuming and problematic.
And, another issue is, the Data migration tool we use right now can't migrate data from non-UTS to UTS and vice-versa. And, even the IBM DB2 Recovery Expert Tool we are going to use shortly doesn't support non-UTS to UTS and vice-versa data recovery.


So, we have to either convert all Tablespaces in QA & Prod also to UTS (which doesn't look suitable to us right now due to the DB2 restriction on Table dropping in UTS), or fallback to Segmented/Partitioned Tablespaces in Dev reion.
Unfortunately, there seems no simple and easy way to fall back, other than dropping & recreating all Tablespaces.

We cant go with Implicit Tablespaces, as we need Tables for long time.And, once the Table is dropped, all the image copy entries are deleted from SYSIBM.SYSCOPY (Image copy datasets will exist in Tape) as the Implicit Tablespace also will be dropped. This behavior is not at all suitable to us.
In our ERP setup, we do Data migration very frequently (2-3 times a week sometimes) for application testing. This involves unloading data from 3000+ Tables in Prod and load the same to multiple environments in Dev/QA regions. The tool we use for Data migration right now, generates the JCLs based on the details in SYSIBM.SYSCOPY Table. Even IBM DB2 Recovery Expert for z/OS tool (we'll be using this for Data Migrations) generates Object Recovery plans based on the details in SYSIBM.SYSCOPY Table. So, the data in SYSCOPY Table is very critical to our DBA activities.


If IBM can remove the restriction on dropping the Table in explicitly created UTS, we can continue with UTS. Right now, we are facing many issues after getting the Tablespaces converted to UTS in Dev region.
  • Admin
    Janet Figone
    Reply
    |
    Apr 9, 2021

    We are pleased to inform you this has been delivered in Db2 12 for z/OS, Function Level 506, which is enabled with APAR PH16829.

    Sincerely,

    The Db2 for z/OS Development team