Database and Environment Preconfiguration 2-3
1.
Use the CREATE_SERVICE subprogram to create the biedg.mycompany.com database service. Log onto SQLPlus as the SYSDBA user and run the following
command:
SQL EXECUTE DBMS_SERVICE.CREATE_SERVICE SERVICE_NAME = biedg.mycompany.com, NETWORK_NAME = biedg.mycompany.com;
2.
Add the service to the database and assign it to the instances using srvctl: prompt srvctl add service -d custdb -s biedg -r custdb1,custdb2
3.
Start the service using srvctl: prompt srvctl start service -d custdb -s biedg
Oracle recommends that a specific database service be used for a product suite even when they share the same database. It is also recommended that the database service
used is different than the default database service. In this case, the database is custdb.mycompany.com and the default service is one with the same name. The Oracle
Business Intelligence installer is configured to use the service biedg.mycompany.com.
2.1.2 Loading the Oracle Business Intelligence Schemas in the Oracle RAC Database
Perform these steps to load the Oracle Business Intelligence schemas into your database:
1. Insert the Repository Creation Utility RCU DVD, and then start RCU from the
bin directory in the RCU home directory. prompt cd RCU_HOMEbin
prompt .rcu
2. In the Welcome screen, click Next.
3. In the Create Repository screen, select Create to load component schemas into a
database. Click Next. 4.
In the Database Connection Details screen, enter connect information for your database:
■
Database Type : Select Oracle Database.
■
Host Name : Specify the name of the node on which the database resides. For
the Oracle RAC database, specify the VIP name or one of the node names as the host name: CUSTDBHOST1-VIP.
■
Port : Specify the listen port number for the database: 1521.
■
Service Name : Specify the service name of the database
biedg.mycompany.com.
■
Username : Specify the name of the user with DBA or SYSDBA privileges: SYS.
■
Password : Enter the password for the SYS user.
■
Role : Select the database users role from the list: SYSDBA required by the SYS
user.
Click Next. Note:
For more information about the SRVCTL command, see Oracle Real Application Clusters Administration and Deployment Guide.
2-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Business Intelligence
5.
In the Select Components screen, do the following:
■
Select Create a new Prefix, and then enter a prefix to use for the database schemas for example, DEV or PROD. You can specify up to six characters as a
prefix. Prefixes are used to create logical groupings of multiple repositories in a database. For more information, see Oracle Fusion Middleware Repository
Creation Utility Users Guide.
■
Select the following components:
– AS Common Schemas:
Metadata Services automatically selected –
Oracle Business Intelligence: Business Intelligence Platform Click Next.
Figure 2–1 shows the Select Components screen.
Figure 2–1 Repository Creation Utility Select Components Screen
6.
In the Schema Passwords screen, enter passwords for the main schema users, and click Next.
You can choose either Use same passwords for all schemas or Specify different passwords for all schemas
, depending on your requirements.
Do not select Use main schema passwords for auxiliary schemas. The auxiliary passwords are derived from the passwords of the main schema users.
Tip: Note the name of the schema, because the upcoming steps
require this information.
Database and Environment Preconfiguration 2-5
7.
In the Map Tablespaces screen, choose the tablespaces for the selected components, and click Next.
8. In the Summary screen, click Create.
9. In the Completion Summary screen, click Close.
2.1.3 Backing Up the Database