Dimension Hierarchy extraction to an Oracle table
Posted: Fri Jun 01, 2012 8:37 pm
Hello All,
I have requirement where we want to store level by level information of a dimension in a DB table,
for Example: For Hierarchy:
Country--> America --> New York
--> Los Angeles
--> San Francisco
--> Canada --> Toronto
--> Vancouver
--> Mexico --> Mexico City
Table structure i want to set as:
Level1 Level2 Level3
Country America New york
Country America Los Angeles
Country America San Francisco
Country Canada Toronto
Country Canada Vancouver
Country Mexico Mexico City
Please help if i can achieve it using the TI process.
Thanks,
I have requirement where we want to store level by level information of a dimension in a DB table,
for Example: For Hierarchy:
Country--> America --> New York
--> Los Angeles
--> San Francisco
--> Canada --> Toronto
--> Vancouver
--> Mexico --> Mexico City
Table structure i want to set as:
Level1 Level2 Level3
Country America New york
Country America Los Angeles
Country America San Francisco
Country Canada Toronto
Country Canada Vancouver
Country Mexico Mexico City
Please help if i can achieve it using the TI process.
Thanks,