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,
Post an idea
Upvote ideas that matter most to you
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
See this idea on ideas.ibm.com
We have archive tables to retain old data for up to 8 years using transparent archiving. When we try and Rotate these tables we get SQLCODE -20525:
ALTER TABLE DBO.SECURITYLOG_$ARC
ROTATE PARTITION FIRST TO LAST
ENDING AT ('2020-11-30-23.59.59.999999') INCLUSIVE RESET
SQLERROR ON ALTER COMMAND, EXECUTE FUNCTION
RESULT OF SQL STATEMENT:
DSNT408I SQLCODE = -20525, ERROR: THE REQUESTED ACTION IS NOT VALID FOR TABLE
THE WRONG TYPE OF TABLE. REASON CODE = 7
DSNT418I SQLSTATE = 428HZ SQLSTATE RETURN CODE
DSNT415I SQLERRP = DSNXIAB7 SQL PROCEDURE DETECTING ERROR
DSNT416I SQLERRD = 40 0 0 -1 0 0 SQL DIAGNOSTIC INFORMATION
DSNT416I SQLERRD = X'00000028' X'00000000' X'00000000' X'FFFFFFFF' X'00
INFORMATION
To get around this we have to disable the archive then re-enable:
ALTER TABLE DBO.SECURITYLOG
DISABLE ARCHIVE
ALTER TABLE ROTATE...(as above);
ALTER TABLE DBO.SECURITYLOG
ENABLE ARCHIVE USE DBO.SECURITYLOG_$ARC;
This seems unnecessary and means we have a exposure to lost data is DELETE statements occur between DISABLE and ENABLE.
Needed by Date | Sep 7, 2021 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Thank you for submitting this Db2 for z/OS enhancement request. We have reviewed this request and because it does not align with the functionality prioritized for delivery within the next 24 months, unfortunately, we will not be implementing it.
We appreciate your input to the Db2 for z/OS development team. We also hope that you will continue to submit ideas for improvements as customer feedback is a key component to shaping the future direction of Db2 for z/OS.
Sincerely,
Db2 for z/OS Team