The first task in setting up the Hybrid Analysis sample application on Oracle consists of running the install_oracle.bat file. This batch file creates tables in the sample database, loads metadata into the dimension tables, and loads sample data into the fact table.
Run the install_oracle.bat file located in:
EPM_ORACLE_HOME\products\Essbase\eis\server\samples\tbcdbase
This batch file sends SQL commands to the SQL*PLUS command line interface.
Pass the following three parameters to install_oracle.bat :
The install_oracle.bat file runs the SQLPLUS command line interface, which executes the ha_create_oracle.sql metadata load script file. This script file performs the following tasks:
The ha_results_createtables.txt file contains the results of the table-creating operation.