Creating the Required Oracle Analytics Server Schemas
When upgrading, you must create the required schemas. You can use the Repository Creation Utility (RCU) to create customized schemas or, optionally, you can use the Upgrade Assistant to create schemas using the default schema settings. This procedure describes how to create schemas using the RCU. Information about using the Upgrade Assistant to create schemas is covered in the upgrade procedures.
- Database Connection Details
Provide the connection information for the database that hosts the schemas.
Parent topic: Migrating to Oracle Analytics Server
Database Connection Details
Provide the connection information for the database that hosts the schemas.
Table 3-2 Connection Credentials for Oracle Databases and Oracle Databases with Edition-Based Redefinition
Option | Description and Example |
---|---|
Host Name |
Specify the name of the server where your database is running in the following format:
For Oracle RAC databases, specify the VIP name or one of the node names in this field. |
Port |
Specify the port number for your database. The default port number for Oracle databases is |
Service Name |
Specify the service name for the database. Typically, the service name is the same as the global database name. For Oracle RAC databases, specify the service name of one of the nodes in this field. For example:
|
Username | Enter the user name for your database. The default user name is SYS .
|
Password | Enter the password for your database user. |
Role |
Select the database user's role from the drop-down list: Normal or SYSDBA |
Table 3-3 Connection Credentials for MySQL Databases
Option | Description and Example |
---|---|
Host Name |
Specify the host name, IP address, or complete server name in |
Port |
Specify the port number for your database. |
Database Name |
Specify the name of your database. |
Username | Specify the name of a user with administrator privileges. |
Password | Enter the password for your database user. |
Table 3-4 Connection Credentials for Microsoft SQL Server Databases
Option | Description and Example |
---|---|
Unicode Support |
Select Yes or No from the drop-down list. |
Server Name | Specify the host name, IP address, or complete server name in host\server format of the server where your database is running.
MSSQL named instances: A named instance is identified by the network name of the computer and the instance name that you specify during installation. The client must specify both the server name and the instance name when connecting. |
Port |
Specify the port number for your database. |
Database Name |
Specify the name of your database. |
Username | Specify the name of a user with administrator privileges. |
Password | Enter the password for your database user. |
Table 3-5 Connection Credentials for IBM DB2 Databases
Option | Description and Example |
---|---|
Server Name | Specify the host name, IP address, or complete server name in host\server format of the server where your database is running.
|
Port |
Specify the port number for your database. |
Database Name |
Specify the name of your database. |
Username | Specify the name of a user with DB Owner privileges. The default user name for IBM DB2 databases is db2inst1 .
|
Password | Enter the password for your database user. |
Parent topic: Creating the Required Oracle Analytics Server Schemas