For creating one table or view and for joining tables, you must have SELECT access privileges to the tables in which data is stored. For creating one table or view, you must have CREATE access privileges in the SQL database.
If you cannot obtain CREATE privileges, you must use Administration Services to join tables during the data load.
To join tables during the data load:
Obtain SELECT access privileges to the tables in which relevant data is stored.
In Administration Services Console, create a SELECT statement that joins the tables.
Identify the tables and columns that contain the data that you want to load into Essbase.
Select File, and then Open SQL to display Open SQL Data Sources.
See the Oracle Essbase Administration Services Online Help.
Write a SELECT statement that joins the tables.
See Selecting SQL Data Sources and Creating SQL Queries (Optional).