Oracle X6-2-HA Deployment And User's Manual page 275

Database appliance
Hide thumbs Also See for X6-2-HA:
Table of Contents

Advertisement

The migrated database is registered with the listener configured during the
provisioning of the appliance. The migrated database must be in read-write or
read-only mode for the registration to succeed.
The register-database command validates the datafile and log file
locations and moves the controlfile and spfile to the correct locations.
The following are the minimum compatible parameters set, based on the database
version:
Oracle Database 12c : 12.1.0.2
Oracle Database 11 g : 11.2.0.4
Some init.ora parameters are set, or reset, as part of the registration. Review
the parameter changes before and after registration.
The following are examples of changes implemented as part of registration:
The memory_target is reset.
The sga_target/pga_aggregate_target/log_buffer/inmemory_size is
configured based on the database class and database shape settings used
during registration.
The registration process sets, or resets, the recommended appliance-specific
parameters.
The database being registered must use Oracle Managed Files and the file
location must match the DATA Location, REDO Location and RECO Location of
the odacli describe-dbstorage command.
As part of the registration process, the database is registered with Oracle
Clusterware. Depending on the database role, the database is registered as
Primary or Standby database with Oracle Clusterware.
If you are registering the database as a standby database, then open the database
in read-only mode before executing the odacli register-database
command.
Example 13-62
Registering a Migrated Database
The following is the syntax to register a single instance OLTP database that is using
shape odb1.
odacli register-database -c OLTP -s odb1 -sn crmdb.example.com -p
Password for SYS:
{
"jobId" : "317b430f-ad5f-42ae-bb07-13f053d266e2",
"status" : "Created",
"message" : null,
"reports" : [ ],
"createTimestamp" : "August 08, 2016 05:55:49 AM EDT",
"description" : "Database service registration with db service name:
crmdb.example.com",
"updatedTime" : "August 08, 2016 05:55:49 AM EDT"
}
rpandrap: ]# odacli describe-job -i "317b430f-ad5f-42ae-bb07-13f053d266e2"
Job details
----------------------------------------------------------------
Chapter 13
odacli Database Commands
13-66

Advertisement

Table of Contents
loading

Table of Contents