Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Maintain integrity in DIM/FACT WIDs

Summary
Looking for the best way to maintain links/joins from DIM & FACT tables
Content
All DIM tables have a Warehouse ID number (WID). Joins are added to the Target FACT tables to link said DIM table in Data-Sync. When/If changes (Add/Drop) columns or refreshing data back to initial load status are done. This resets these WIDs. This in-turn breaks the links within the report designer and can cause the lose of the visualizer report.
How can we keep this from happening?
Version
18 , Cloud / Data-Sync 2.6
Answers
-
Seems there are two threads of this question, so reposting what I wrote in the other:
That's a principle of DWHing that you need to address at the ETL layer, it's not related to OAC.
It should never be the case, that keys get wiped out and referential integrity impaired by re-loads of the any kind of storage. That is generally a result of poor or straight forward wrong design.
Are you using somehting pre-configured liek OBIA to load your warehouse?
0 -
Check that you are not truncating and reloading your Dimensions if you are using a sequence to populate your WID then you will be out of synch, use an insert/update strategy
0 -
Correct
0 -
Resolved
0