Data modeling question
729299Jan 22 2010 — edited Jan 26 2010Hello Experts!
I have always wondered if you can actually change ROW_WID to VARCHAR and eliminate the dependency on it by making use of INTEGRATION_ID in your datawarehouse when you are having only a single course to get data from. Is there any particular reason why ROW_WID needs to of type NUMBER (and not VARCHAR) and why we cannot simply use INTEGRATION_ID as your primary key in single source scenarios?
Thanks for your time!