4 Configuring Oracle Analytics Server
This topic walks you through a step-by-step process to configure Oracle Analytics Server standard topology using the Configuration Assistant.
- About the Configuration Assistant
The Configuration Assistant is a multi-functional utility that helps you to create database schemas, specify a port range, create system components, and start the application servers in addition to configuring the standard topology. Oracle strongly recommends that you to use the Configuration Assistant to configure the Oracle Analytics Server domain. - Configuration Assistant Prerequisites
You must ensure that you meet the criteria listed in this topic for a smooth, error-free domain configuration by using the Configuration Assistant. - Creating the Database Schemas
Before you can configure an Oracle Analytics Server domain, you must install required schemas on a certified database for use with this release of Oracle Fusion Middleware. - Configuring the Oracle Analytics Server Domain with the Configuration Assistant
The Configuration Assistant is a.sh
(Linux) or.cmd
(WINDOWS) file. Start the Configuration Assistant by starting the config executable from thebi/bin
directory inside the Oracle home. Follow the procedure in this topic to complete the configuration step-by-step.
About the Configuration Assistant
The Configuration Assistant is a multi-functional utility that helps you to create database schemas, specify a port range, create system components, and start the application servers in addition to configuring the standard topology. Oracle strongly recommends that you to use the Configuration Assistant to configure the Oracle Analytics Server domain.
Oracle recommends that you create the Domain home and Application home directories
under /home/oracle/config
. But if you use the Configuration
Assistant to configure the domain, the Application home is created under
/home/oracle/product
directory. To achieve the recommended
directory structure, configure the domain using the Configuration Wizard.
Use the procedure described in Configuring the Domain in Enterprise Deployment Guide for Oracle Analytics Server.
Parent topic: Configuring Oracle Analytics Server
Configuration Assistant Prerequisites
You must ensure that you meet the criteria listed in this topic for a smooth, error-free domain configuration by using the Configuration Assistant.
To verify whether the required conditions are met, see that:
- You have correctly installed the Oracle Analytics Server binary files.
- You have the latest supported JDK installed on your system.
- You have access to any one of the certified databases. For more information, see Certification - Supported Data Sources in Administering Oracle Analytics Server.
- (Optional) You have connection details of existing RCU schema prefix (STB) and you have already created BIPLATFORM, IAU, OPSS, MDS, STB, and WLS schemas in a single session.
Note:
You can, alternatively, generate a schema prefix (STB) and create the BIPLATFORM, IAU, OPSS, MDS, STB, and WLS schemas while you run the Configuration Assistant, provided you have the DBA credentials.
The database schemas are required to store internal housekeeping information. These schemas are different from any data sources which you plan to analyze by using Oracle Analytics Server .
Parent topic: Configuring Oracle Analytics Server
Creating the Database Schemas
Before you can configure an Oracle Analytics Server domain, you must install required schemas on a certified database for use with this release of Oracle Fusion Middleware.
- Installing and Configuring a Certified Database
Before you create the database schemas, you must install and configure a certified database, and verify that the database is up and running. - Starting the Repository Creation Utility
Start the Repository Creation Utility (RCU) after you verify that a certified JDK is installed on your system. - Navigating the Repository Creation Utility Screens to Create Schemas
Enter required information in the RCU screens to create the database schemas.
Parent topic: Configuring Oracle Analytics Server
Installing and Configuring a Certified Database
Before you create the database schemas, you must install and configure a certified database, and verify that the database is up and running.
Parent topic: Creating the Database Schemas
Starting the Repository Creation Utility
Start the Repository Creation Utility (RCU) after you verify that a certified JDK is installed on your system.
Note:
You can use this step to create the database schemas when you are configuring Oracle Analytics Server domain for an enterprise deployment.To start the RCU:
Parent topic: Creating the Database Schemas
Navigating the Repository Creation Utility Screens to Create Schemas
Enter required information in the RCU screens to create the database schemas.
- Introducing the RCU
The Welcome screen is the first screen that appears when you start the RCU. - Selecting a Method of Schema Creation
Use the Create Repository screen to select a method to create and load component schemas into the database. - Providing Database Connection Details
On the Database Connection Details screen, provide the database connection details for the RCU to connect to your database. - Specifying Schema Passwords
On the Schema Passwords screen, specify how you want to set the schema passwords on your database, then enter and confirm your passwords. - Completing Schema Creation
Navigate through the remaining RCU screens to complete schema creation. - Configuring the Microsoft SQL Server Database for Oracle Analytics Server
If you have installed the Oracle Analytics Server schemas on a Microsoft SQL Server database, you must configure Autostart for the SQL Server Agent and ensure that the agent is functioning.
Parent topic: Creating the Database Schemas
Introducing the RCU
The Welcome screen is the first screen that appears when you start the RCU.
Click Next.
Selecting a Method of Schema Creation
Use the Create Repository screen to select a method to create and load component schemas into the database.
-
If you have the necessary permissions and privileges to perform DBA activities on your database, select System Load and Product Load. This procedure assumes that you have SYSDBA privileges.
-
If you do not have the necessary permissions or privileges to perform DBA activities in the database, you must select Prepare Scripts for System Load on this screen. This option generates a SQL script that you can give to your database administrator. See About System Load and Product Load in Creating Schemas with the Repository Creation Utility.
-
If the DBA has already run the SQL script for System Load, select Perform Product Load.
Providing Database Connection Details
On the Database Connection Details screen, provide the database connection details for the RCU to connect to your database.
For Oracle databases, if you are unsure of the service name for your database, you can obtain it from the SERVICE_NAMES
parameter in the initialization parameter file of the database.
For Oracle databases, if the initialization parameter file does not contain the SERVICE_NAMES
parameter, then the service name is the same as the global database name, which is specified in the DB_NAME
and DB_DOMAIN
parameters.
To provide the database connection details:
- On the Database Connection Details screen, for a selected database type,
provide the database connection details.
-
For Oracle Database, use the following example:
-
Connect String: examplehost.exampledomain.com:1521:Orcl.exampledomain.com
Note:
To specify the connect string, you must select the Connection String option.
-
Host name: examplehost.exampledomain.com
-
Port: 1521
-
Service Name: Orcl.exampledomain.com
-
User Name: sys
-
Password: ******
-
Role: SYSDBA
-
-
For Microsoft SQL Server, use the following example:
-
Connect String: examplehost.exampledomain.com:1433:dbname
Note:
To specify the connect string, you must select the Connection String option.
-
Server name: examplehost.exampledomain.com
-
Port: 1433
-
Database Name: dbname
-
User Name: sa
-
Password: ******
If the middle tier database is Microsoft SQL Server, you must enable the SQL Server Agent. For more information, see Configuring the Microsoft SQL Server Database for Oracle Analytics Server.
-
-
- Click Next to proceed, then click OK in the dialog window that confirms a successful database connection.
Specifying Schema Passwords
On the Schema Passwords screen, specify how you want to set the schema passwords on your database, then enter and confirm your passwords.
You must make a note of the passwords you set on this screen; you will need them later on during the domain creation process.
Click Next.
Completing Schema Creation
Navigate through the remaining RCU screens to complete schema creation.
On the Map Tablespaces screen, the Encrypt Tablespace check box appears only if you enabled Transparent Data Encryption (TDE) in the Oracle database when you start the RCU.
To complete schema creation:- On the Map Tablespaces screen, select Encrypt Tablespace if you want to encrypt all new tablespaces that the RCU creates.
- In the Completion Summary screen, click Close to dismiss the RCU.
Configuring the Microsoft SQL Server Database for Oracle Analytics Server
If you have installed the Oracle Analytics Server schemas on a Microsoft SQL Server database, you must configure Autostart for the SQL Server Agent and ensure that the agent is functioning.
-
On the Start menu, navigate to Programs, SQL Server 2019, Configuration Tools, and then click SQL Server Configuration Manager.
-
Click + to expand the SQL Server that you want to manage the services.
-
Right-click SQL Server Agent and then click Properties.
For default instances, the SQL Server Agent service is displayed as SQL Server Agent and for named instances, the SQL Server Agent service is displayed as SQL Server Agent (Instance name).
-
In the SQL Server Agent dialog box, on the Service tab, select Automatic from the Start Mode list, and then click OK to close the window.
This setting automatically starts the SQL Server Agent when the system restarts.
-
Right-click SQL Server Agent and click Start.
-
In the User Account Control dialog box, click Yes to confirm.
-
sudo /opt/mssql/bin/mssql-conf set sqlagent.enabled true
-
sudo systemctl restart mssql-server
Alternatively, you can use the command
restart mssql docker
to restart the SQL Server service.
Configuring the Oracle Analytics Server Domain with the Configuration Assistant
The Configuration Assistant is a .sh
(Linux) or
.cmd
(WINDOWS) file. Start the Configuration Assistant by starting the
config executable from the bi/bin
directory inside the Oracle home.
Follow the procedure in this topic to complete the configuration step-by-step.
If you are extending the WebLogic domain with Oracle Analytics Server by using the Configuration Assistant, make sure that the Administration Server for the domain is named AdminServer. Other names for the Administration Server are not supported.
To configure the Oracle Analytics Server standard topology:Parent topic: Configuring Oracle Analytics Server