As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
We are going to use DMC version 81M. As database we are running DB2 z/Os version 11. A DB2 adapter is installed. Been reading about SCD in the DMC manual, but have a few questions.
We have an actual table in which the current situation is stored, of agreements And we have a history table that stores all the changes. Using begin-date, end-date and a recent-indicator. When I take all the rows in the history table with recent-indicator = Y, I have the same rwos as in the actual table. When a change comes in the actual table, the history has to be updated using SCD.
When using SCD in Data Management Console: - must I indicate in the master of the history table whether a column is SCD-type 1 or 2? - must i install a log table for the actual or history table when using SCD? - must the columnames in both masters be identical? - we are using DB2 identity key as surrogate key, so generated by DB2. Is this ok, or wants Datamigrator assign values?
Hope someone can clarify
Thnx a lot RonThis message has been edited. Last edited by: FP Mod Chuck,
Release 81 (aka 7.7.06) first shipped in September 2014. I strongly recommend using the current production 82 (aka 7.7.07) which has many improvements in general and especially when using SCD.
quote:
When using SCD in Data Management Console: - must I indicate in the master of the history table whether a column is SCD-type 1 or 2?
You must indicate in the synonym for a Dimension table the SCD type of every column: Type I, Type 2, Logical Key, Begin/End Date, Active Flag, etc.
quote:
- must i install a log table for the actual or history table when using SCD?
While use of Change Data Capture in combination with SCD is an option it's not required.
quote:
- must the columnames in both masters be identical?
No, you can map them in target transformations.
quote:
- we are using DB2 identity key as surrogate key, so generated by DB2. Is this ok, or wants Datamigrator assign values?
Either way, it's up to you. When you create the synonym for a table with an identity column it's identified as such and used as the surrogate key.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007