odacli create-dbhome

Use the odacli create-dbhome command to create an Oracle Database Home.

Syntax

To create an Oracle Database Home:

   odacli  create-dbhome -v version [-j] [-h]    

Parameters


Parameter Description

-v version number

Defines the Database Home Version.

-j

 

(Optional) Displays JSON output.

-h

(Optional) Displays help for using the command.


Example 9-12 Creating an Oracle Database Home

The following example creates an Oracle Database Home version 12.1.0.2.

# odacli  create-dbhome -v 12.1.0.2