9 Preparing the Database for an Enterprise Deployment
Preparing the database for an enterprise deployment involves ensuring that the database meets specific requirements, creating database services, using SecureFiles for large objects in the database, and creating database backup strategies.
This chapter provides information about the database requirements, creating database services, and about the database backup strategies.
- Overview of Preparing the Database for an Enterprise Deployment
It is important to understand how to configure a supported database as part of an Oracle Fusion Middleware enterprise deployment. - About Database Requirements
Before you configure the enterprise deployment topology, you have to verify that the database meets the requirements described in the following sections. - Creating Database Services
When multiple Oracle Fusion Middleware products are sharing the same database, each product should be configured to connect to a separate, dedicated database service. This service should be different from the default database service. Having a different service name from the default, allows you to create role based database services for Disaster Recovery and Multi-Datacenter topologies. - Using SecureFiles for Large Objects (LOBs) in an Oracle Database
SecureFiles is a new LOB storage architecture introduced in Oracle Database 11g Release 1. It is recommended to use SecureFiles for the Oracle Fusion Middleware schemas, in particular for the Oracle SOA Suite schemas. - About Database Backup Strategies
Performing a database backup at key points in the installation and configuration of an enterprise deployment enables you to recover quickly from any issue that might occur in the later configuration steps. - Implementing a Database Growth Management Strategy for Oracle SOA Suite
An Oracle enterprise deployment, including Oracle SOA Suite, presents several challenges for database administrators, including managing the growth of the Oracle SOA Suite database. Underestimating the importance of managing the database can lead to issues when the database is moved to a production environment.
Parent topic: Preparing for an Enterprise Deployment
Overview of Preparing the Database for an Enterprise Deployment
It is important to understand how to configure a supported database as part of an Oracle Fusion Middleware enterprise deployment.
Most Oracle Fusion Middleware products require a specific set of schemas that must be installed in a supported database. The schemas are installed by using the Oracle Fusion Middleware Repository Creation Utility (RCU).
In an enterprise deployment, Oracle recommends a highly available Real Application Clusters (Oracle RAC) database for the Oracle Fusion Middleware product schemas.
Parent topic: Preparing the Database for an Enterprise Deployment
About Database Requirements
Before you configure the enterprise deployment topology, you have to verify that the database meets the requirements described in the following sections.
- Supported Database Versions
- Additional Database Software Requirements
- Setting the PROCESSES Database Initialization Parameter for an Enterprise Deployment
Parent topic: Preparing the Database for an Enterprise Deployment
Supported Database Versions
Use the following information to verify what databases are supported by each Oracle Fusion Middleware release and which version of the Oracle database you are currently running:
-
For a list of all certified databases, refer to Oracle Fusion Middleware Supported System Configurations.
-
To check the release of your database, query the
PRODUCT_COMPONENT_VERSION
view:SQL> SELECT VERSION FROM SYS.PRODUCT_COMPONENT_VERSION WHERE PRODUCT LIKE 'Oracle%';
Oracle Fusion Middleware requires that the database supports the AL32UTF8 character set. Check the database documentation for information on choosing a character set for the database.
Pluggable databases (PDBs) are also supported for Oracle Fusion Middleware schemas, see Interoperability with Supported Databases in Understanding Interoperability and Compatibility.
For enterprise deployments, Oracle recommends that you use GridLink data sources to connect to Oracle RAC databases.
Note:
For more information about using GridLink data sources and SCAN, see Using Active GridLink Data Sources in Administering JDBC Data Sources for Oracle WebLogic Server.
Use of Active GridLink has specific licensing requirements, including a valid WebLogic Suite license. See Oracle Oracle WebLogic Server data sheet.
Parent topic: About Database Requirements
Additional Database Software Requirements
In the enterprise topology, there are two database host computers in the data tier that host the two instances of the RAC database. These hosts are referred to as DBHOST1 and DBHOST2.
Before you install or configure the enterprise topology, you must ensure that the following software is installed and available on DBHOST1 and DBHOST2:
-
Oracle Clusterware
See Installing Oracle Grid Infrastructure in Oracle Grid Infrastructure Installation Guide for Linux.
-
Oracle Real Application Clusters
See Installing Oracle RAC and Oracle RAC One Node in Oracle Real Application Clusters Installation Guide for Linux and UNIX.
-
Time synchronization between Oracle RAC database instances
The clocks of the database instances must be in sync if they are used by servers in a Fusion Middleware cluster configured with server migration.
-
Automatic Storage Management (optional)
See Introducing Oracle Automatic Storage Management in Oracle Automatic Storage Management Administrator's Guide.
Parent topic: About Database Requirements
Setting the PROCESSES Database Initialization Parameter for an Enterprise Deployment
Table 9-1 lists some of the typical Oracle SOA Suite enterprise topologies and the value that you should use when you set the PROCESSES initialization parameter for each topology.
Use this information as a guide when you configure the Oracle RAC database for an enterprise deployment.
Table 9-1 Required Initialization Parameters
Configuration | Parameter | Required Value (Classic Value) | Required Value (Reference Configuration Domain) | Parameter Class |
---|---|---|---|---|
SOA |
300 or greater |
600 or greater |
Static |
|
BAM |
|
200 or greater |
* |
Static |
SOA and BAM |
|
500 or greater |
- |
Static |
SOA and OSB |
|
800 or greater |
1200 or greater |
Static |
* BAM does not support Reference Configuration topology.
To check the value of the initialization parameter using SQL*Plus, you can use the SHOW PARAMETER
command.
The method that you use to change a parameter's value depends on whether the parameter is static or dynamic, and on whether your database uses a parameter file or a server parameter file.
Note:
For more information on changing parameter values, see Changing Initialization Parameter Values in Oracle Database Administrator's Guide. For more information on database parameters for Reference Configuration Topology, see Database Settings under Configured Reference Configuration Domain Settings in Administering Oracle SOA Suite and Oracle Business Process Management Suite.
Parent topic: About Database Requirements
Creating Database Services
When multiple Oracle Fusion Middleware products are sharing the same database, each product should be configured to connect to a separate, dedicated database service. This service should be different from the default database service. Having a different service name from the default, allows you to create role based database services for Disaster Recovery and Multi-Datacenter topologies.
Note:
The instructions in this section are for the Oracle Database 19c release. If you are using another supported database, refer to the appropriate documentation library for more up-to-date and release-specific information.
For more information about connecting to Oracle databases using services, see Overview of Using Dynamic Database Services to Connect to Oracle Databases in Real Application Clusters Administration and Deployment Guide.
In addition, the database service should be different from the default database service. For complete instructions on creating and managing database services for an Oracle Database 19c database, see Overview of Automatic Workload Management with Dynamic Database Services in Real Application Clusters Administration and Deployment Guide.
Runtime connection load balancing requires configuring Oracle RAC Load Balancing Advisory with service-level goals for each service for which load balancing is enabled.
You can configure the Oracle RAC Load Balancing Advisory for SERVICE_TIME
or THROUGHPUT
. Set the connection load-balancing goal to SHORT.
You create and modify Oracle Database services by using the srvctl
utility.
To create and modify a database service:
Parent topic: Preparing the Database for an Enterprise Deployment
Using SecureFiles for Large Objects (LOBs) in an Oracle Database
SecureFiles is a new LOB storage architecture introduced in Oracle Database 11g Release 1. It is recommended to use SecureFiles for the Oracle Fusion Middleware schemas, in particular for the Oracle SOA Suite schemas.
Beginning with Oracle Database 11g Release 1, Oracle introduced SecureFiles, a new LOB storage architecture. Oracle recommends that you use SecureFiles for the Oracle Fusion Middleware schemas, in particular for the Oracle SOA Suite schemas. See Using Oracle SecureFiles LOBs in the Oracle Database SecureFiles and Large Objects Developer's Guide.
The db_securefile
system parameter controls the SecureFiles
usage policy. This parameter can be modified dynamically. The following options can be used
for using SecureFiles:
-
PERMITTED
: The default setting prior to 12c. Allows SecureFile LOB storage when the SECUREFILE keyword is used. The default storage method is BasicFile. -
PREFERRED
: The default setting from 12c onward, which uses SecureFile LOB storage in all cases where LOB storage would otherwise default to BasicFile. -
FORCE
: Creates all (new) LOBs as SecureFiles. -
ALWAYS
: Tries to create LOBs as SecureFiles, but falls back to BasicFiles if not possible (if ASSM is disabled). -
IGNORE
: Ignore attempts to create SecureFiles. -
NEVER
: Disallow new SecureFiles creations.
The default setting for using SecureFiles from Oracle 12c Databases onward, is PREFERRED . This means that the database attempts to create a SecureFiles LOB unless a BasicFiles LOB is explicitly specified for the LOB or the parent LOB (if the LOB is in a partition or sub-partition). The Oracle Fusion Middleware schemas do not explicitly specify BasicFiles, which means that Oracle Fusion Middleware LOBs defaults to SecureFiles when installed in an Oracle 12c database or higher version.
sql> alter system set db_securefile=ALWAYS scope=both;
For more information about database settings on a Reference Configuration domain, see Database Settings in Administering Oracle SOA Suite and Oracle Business Process Management Suite.
Note that the SecureFiles segments require tablespaces managed with automatic segment space management (ASSM). This means that LOB creation on SecureFiles will fail if ASSM is not enabled. However, the Oracle Fusion Middleware tablespaces are created by default with ASSM enabled. As a result, with the default configuration, nothing needs to be changed to enable SecureFiles for the Oracle Fusion Middleware schemas.
Parent topic: Preparing the Database for an Enterprise Deployment
About Database Backup Strategies
Performing a database backup at key points in the installation and configuration of an enterprise deployment enables you to recover quickly from any issue that might occur in the later configuration steps.
At key points in the installation and configuration of an enterprise deployment, this guide recommends that you back up your current environment. For example, after you install the product software and create the schemas for a particular Oracle Fusion Middleware product, you should perform a database backup. Performing a backup allows you to perform a quick recovery from any issue that might occur in the later configuration steps.
You can choose to use your own backup strategy for the database, or you can simply make a backup by using operating system tools or RMAN for this purpose.
Oracle recommends that you use Oracle Recovery Manager for the database, particularly if the database was created using Oracle Automatic Storage Management. If possible, you can also perform a cold backup by using operating system tools such as tar.
Parent topic: Preparing the Database for an Enterprise Deployment
Implementing a Database Growth Management Strategy for Oracle SOA Suite
An Oracle enterprise deployment, including Oracle SOA Suite, presents several challenges for database administrators, including managing the growth of the Oracle SOA Suite database. Underestimating the importance of managing the database can lead to issues when the database is moved to a production environment.
For information about determining an appropriate strategy and planning for capacity, testing, and monitoring, see Managing Database Growth in Administering Oracle SOA Suite and Oracle Business Process Management Suite.
Parent topic: Preparing the Database for an Enterprise Deployment