Discoverer Documentor and Dashboards

Install Discoverer Dashboard

Install Discoverer Dashboard

You need the eul owner username and password in order to complete the installation steps. If you do not have this access then ask your database administrator or Discoverer Administrator to complete the installation step for you.

Download InfoCaptor

Download Discoverer Documentor

1 . Connect to SQL plus as EUL ownerConnect to SQL plus as EUL owner

Connect to SQL plus as EUL owner
You will need to login to SQL plus to run the seeded Oracle scripts. You may use any other alternative tool to run the scripts.

2 . Locate eul5.sql scriptLocate eul5.sql script

Locate eul5.sql script
We need to run two scripts eul5.sql and eul5_apps.sql as part of the setup. These scripts are located in the Discoverer\util directory as shown above.

3 . Execute eul5.sqlExecute eul5.sql

Execute eul5.sql
Run the eul5.sql script

4 . Run eul5_apps.sqlRun eul5_apps.sql

Run eul5_apps.sql
This script is required only if you are using an APPS based EUL. If you are not sure whether your EUL is apps based then run the below SQL statement

SELECT COUNT(*)
FROM EUL5_APP_PARAMS
WHERE APP_TYPE='SP'
AND APP_ID=1016;

If the value returned above is greater than 0 (zero) then you need to run the eul5_apps.sql. If the value returned = 0 then you need to skip this step and ignore eul5_apps.sql script