•
OWNER
: Specifies the operating system user that owns the Oracle home.
•
DBVERSION
: Specifies the version of the software in the database home, including
the bundle patch, for example 12.1.0.2.170418.
•
DBHOMELOC
: Specifies the file system path for the new Oracle database home
directory.
•
DBHOMENAME
: Specifies the new name of the database home. The database home
name must be unique within a cluster.
•
INVLOC
: Specifies the location of the Oracle inventory directory.
•
DBLANG
: Specifies the supported languages for the Oracle home.
•
MACHINELIST
: Specifies a list of nodes. The nodes must exist within the cluster.
•
PATCHLIST
: Specifies a comma-separated, custom list of patches for the database
home.
•
BASEDIR
: Specifies the location of the Oracle Base directory.
The following arguments are available in the
WHERE
clause:
•
ID
: Specifies the
es.xml
ID for the database home
•
CLUSTERNUMBER
: Specifies the cluster number in the
es.xml
, starting at 1
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERID
: Specifies the
es.xml
ID of the cluster
•
DBHOMELOC
: Specifies the path for the database home directory.
3.3.3.7.3 DELETE DATABASEHOME
This command removes an existing Oracle database home.
Syntax
DELETE DATABASEHOME
WHERE
ID = database_home_id |
CLUSTERNUMBER = cluster_number DBHOMELOC = database_home_path |
CLUSTERNAME = cluster_name DBHOMELOC = database_home_path |
CLUSTERID = cluster_id DBHOMELOC = database_home_path
Arguments
The following arguments are available in the
WHERE
clause:
•
ID
: Specifies the
es.xml
ID for the database home
•
CLUSTERNUMBER
: Specifies the cluster number in the
es.xml
, starting at 1
•
CLUSTERNAME
: Specifies the name of the cluster
•
CLUSTERID
: Specifies the
es.xml
ID of the cluster
•
DBHOMELOC
: Specifies the path for the database home directory.
Usage Notes
The database home you are deleting must not contain any dependent databases.
Chapter 3
OEDA Command Line Interface
3-56