Oracle® Health Sciences Empirica Topics Reporting and Oracle Business Intelligence Configuration Guide Release 8.0 E50113-01 |
|
![]() Previous |
![]() Next |
In this step, you create an OBIEE database account for the Empirica Signal and Topics application, and then populate the database account with views that point to data items in your chosen topic workflow configuration for reporting.
This chapter includes the following sections:
Extract the contents of the Database.zip
file on your Empirica Signal application server.
Open the create_topics_user_obiee.sql
file in a text editor.
Verify that the following properties are set to the appropriate values for your environment, and edit the values if necessary:
DEFINE TOPIC_WORKFLOW = '<
topic workflow account>';
DEFINE SIGNAL = '<
Signal account>';
DEFINE TABLESPACE = '<
tablespace>';
Open a Command Prompt window (for example, PuTTY) and execute the create_topics_user_obiee.sql
script as the Oracle system user:
Note: The database may reside on a different server than the Signal server. |
$sqlplus system@<
TNS name for database connection> @create_topics_user_obiee.sql
When prompted, type the Oracle system account password.
A list of topic workflow configuration names and IDs appears.
When prompted, type the target topic workflow configuration ID.
The script creates the OBIEE_<
topic workflow account>_<
topic workflow ID>
database account.
When prompted, choose and type a password for the OBIEE_<
topic workflow account>_<
topic workflow ID>
database account.
Record this password for use in the next section and later.
The script completes, and creates the create_topics_user_obiee.log
file.
On the Empirica Signal application server, locate the populate_obiee_topics.sql
file in the contents extracted from the Database.zip
file.
Open the populate_obiee_topics.sql
file in a text editor.
Verify that the following properties are set to the appropriate values for your environment, editing the values as necessary:
DEFINE TOPIC_WORKFLOW = '<
topic workflow account>';
DEFINE SIGNAL = '<
Signal account>';
Open a command prompt window and execute the populate_obiee_topics.sql
script as the database user created in Creating the OBIEE Topics database account:
$sqlplus OBIEE_<
topic workflow account>_<
topic workflow ID>@<
TNS name for database connection> @populate_obiee_topics.sql
When prompted, type the password for the OBIEE_<
topic workflow account>_<
topic workflow ID>
database account that you created in Creating the OBIEE Topics database account.
When prompted, type the same topic workflow configuration ID that you entered in step 6 in Creating the OBIEE Topics database account.
The script completes, and creates the populate_obiee_topics.log
file.