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,
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
.
Actually this is a big design flaw in the CDC implementation.
Most use RAC for High Availability reasons and CDC won't work if only one of the RAC nodes is down.
There is actually a documented workaround how to get it running if one node is missing:
https://www.ibm.com/support/pages/iidr-oracle-steps-continue-mirroring-setting-system-parameter-racclusternodelist-when-rac-node-down-long-period?view=full
But this is unbelievably dangerous.
Imagine this straight forward example:
RAC Node 1
CDC Engine Runs on RAC Node 1 (but can be taken over to RAC Node 2 -> CRS service)
RAC Node 2
RAC Node 2 goes down.
I have to set rac_cluster_node_list=1
The DBA starts node 2 and transaction start running.
I then update the rac_cluster_node_list=1,2 but all transactions on node 2 in the meantime are lost for replication.
This can not be a valid procedure for this to work.
This can also be very hard to automate and integrate into operations.
[IBM Update]
Hi,
Thank you for filing this requirement and for your interest in keeping CDC a vital and successful technology. We depend on your continued interest and ideas to help ensure our products keep pace with market needs and industry standards.
Although we do agree that your request is valid, after monitoring your request for more customer demand over the last few years and applying other relevant evaluation criteria, unfortunately we won't be able to accept your request at this time. However, if there is still an important business need, we encourage you to file a new idea accompanied with any additional information that could help us prioritize the requirement in the future.
I think that the same is true of the RAC one node.