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

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

Advertisement

Note:
Oracle Database 11.2.0.4.160419 is not supported. Attempts to create
an Oracle Database 11.2 against an 11.2.0.4.160419 database home
will fail.
Example 13-58
Creating a Database in Interactive Mode
This example creates an 12.1.0.2 OLTP container database named hrdb with shape
odb2 and enables you to provide the password interactively.
Note:
To provide a password interactively, use the -m option, but do not provide the
password until prompted.
# odacli create-database -n hrdb -c -m -cl OLTP -s odb2 -p pdb1
Password for SYS,SYSTEM and PDB Admin:
{
"jobId" : "f12485f2-dcbe-4ddf-aee1-de24d37037b6",
"status" : "Created",
"message" : null,
"reports" : [ ],
"createTimestamp" : "July 26, 2018 03:54:03 AM EDT",
"description" : "Database service creation with db name: hrdb",
"updatedTime" : "July 26, 2018 03:54:03 AM EDT"
}
Example 13-59
Creating a Database Against a Different Version
Either of the following statements creates a database against a home with Oracle
Database Bundle (170718) applied:
# odacli create-database -m -n hrmsdb1 -v 12.1.0.2
# odacli create-database -m -n hrmsdb2 -v 12.1.0.2.170718
The following statement creates a new database against a home with Oracle
Database Bundle patch 170814:
# odacli create-database -m -n hrmsdb3 -v 12.1.0.2.170814
Chapter 13
odacli Database Commands
13-62

Advertisement

Table of Contents
loading

Table of Contents