Create OLAP Dimensions from Multiple Relational Tables
I am using Oracle 11g R2 and trying to create an Oracle OLAP Dimension [using OLAP DML Statements]. I am able to create a dimension with all the levels and attributes define in one single table as source for this dimension, but if my source is a snowflake and has more than on table for a single dimension, I am not able to define joins properly for all the levels.
eg: "Customer table" has all customer related attributes but it's level are city,zip,state,country which comes from another table "Customer Address". this is just an example. So, can someone provide me a complete working OLAP DML Statement using joins in this scenario?
I tried with AWS but I might be missing something and couldn't create it.
The Oracle documentation doesn't talk much about joining source tables in dimension statements "Create Dimension" or in AWS documents
any help is greatly appreciated.
Thanks