3.3.3.6.4 LIST DATABASES
This command lists the existing Oracle databases.
Syntax
LIST DATABASES
[ WHERE
ID = database_id |
CLUSTERNUMBER = cluster_number |
CLUSTERNAME = cluster_name |
CLUSTERID = cluster_id ]
Arguments
The following arguments are available in the
WHERE
clause:
•
ID
: Specifies the
es.xml
ID of the database
•
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
3.3.3.7 DATABASE HOME
You can add, alter, delete, or list the Oracle database homes.
•
•
(page 3-55)
•
(page 3-56)
•
3.3.3.7.1 ADD DATABASEHOME
This command adds an Oracle database home to an existing cluster.
Syntax
ADD DATABASEHOME
OWNER = owner DBVERSION = version
DBHOMELOC = database_home_path [DBHOMENAME = database_home_name]
[INVLOC = inventory_location] [DBLANG = database_language]
[MACHINELIST = 'machine_list'] [PATCHLIST = 'patch_list']
[BASEDIR = base_directory] [VOLUMESIZE = volume_size]
WHERE
{ CLUSTERNUMBER = cluster_number | CLUSTERNAME = cluster_name |
CLUSTERID = cluster_id }
Arguments
You can specify the following attributes for the new Oracle database home:
•
OWNER
: (Mandatory) Specifies the operating system user that owns the Oracle
home.
Chapter 3
OEDA Command Line Interface
3-53