Oracle Database Appliance Technical Architecture

Oracle logo

November 2025

Copyright © 2022, 2025 Oracle and/or its affiliates

Oracle Database Appliance High-Availability Bare Metal System

Node 2 CPU Pools VM CPU Pools BM CPU Pools GI/ASM DiskGroups ACFS DBs VM dbsystems VM dbsystems MySQL DCS Oracle HAMI Repository OS/Virtual Disks CDB GI dcs-agent MySQL Oracle HAMI oakd Repository dcs-controller dcs-admin SDK Node 1 CPU Pools BM CPU Pools VM CPU Pools GI/ASM DiskGroups ACFS DBs Oracle HAMI dcs-agent dcs-admin SDK dcs-controller MySQL VM dbsystems Oracle HAMI Repository MySQL DCS OS/Virtual Disks CDB GI oakd Repository VMs VMs OS and KVM OS and KVM odaadmcli odaadmcli CLI CLI BUI BUI interconnect sync sync Shared Storage

Notes

Oracle Database Appliance saves time and money by simplifying deployment, maintenance, and support of database solutions for organizations of every size. Oracle Database Appliance hardware models are optimized to run Oracle Database Standard Edition and Enterprise Edition.

Following are the components of an Oracle Database Appliance deployment:

UI (User Interface): A web-based application to administer and manage an appliance. It interacts with the DCS agent application to perform tasks on the appliance. 

CLI: Command Line Interface to manage Oracle Database Appliance. It interacts with the DCS agent application to perform tasks on the appliance.

SDK (Software Development Kit): Oracle Database Appliance Java SDK works with the Oracle Database Appliance software to interact with the DCS agent. You can develop custom client application using REST APIs to manage the appliance.

DCS agent: The DCS agent is a REST application that performs various operations on the appliance, such as provisioning, database lifecycle management, backup and recovery, and storage management.

DCS admin: This application performs lifecycle management operations on the DCS agent, DCS controller, ODACLI, and other components.

oakd: This process manages the storage components of Oracle Database Appliance.

odaadmcli: The CLI that manages the storage components.

dcs-controller: The application on which the Browser User Interface (BUI) is deployed.

Oracle HAMI : Oracle High Availability Metadata Infrastructure service providing distributed services required by DCS including locking and synchronizing configuration details in the cluster.

repository: The file system that holds the images and clone files used by both bare metal Oracle Database Appliance system and VM DB system.

MySQL: The metadata store used by DCS agent.

DBs: Oracle Databases managed by Oracle Database Appliance software.

VMs: The KVM guest machines, also known as application VMs that are managed partially by Oracle Database Appliance. The Oracle Database Appliance software manages basic operation of the VM, such as start, stop, create, delete, and failover. Oracle Database Appliance does not manage the applications in the VM.

ACFS: Oracle ACFS file system used for VM storage, Oracle Database homes, and Oracle Database storage. 

GI/ASM disk groups: Oracle Grid Infrastructure and ASM disk groups, such as DATA and RECO.

BM CPU Pools: Use the BM CPU pool to ensure that the database on a bare metal host runs exclusively on the CPU lists specified in the CPU pool. All Oracle processes are bound to the CPUs in this CPU pool and run only on these CPUs. The bare metal CPU pool is assigned to the database by updating the init.ora parameter processor_group_name.

VM CPU Pools: Use the VM CPU pools to cage and manage CPU resource allocations to workloads for virtual machines. Workloads are isolated by creating CPU pools and assigning virtual machines to a specific CPU pool. When you pin a virtual machine to a CPU pool, you ensure that the virtual machine uses CPUs in only that CPU pool.

OS and KVM: This represents the operating system and KVM Hypervisor.

VM dbsystems: The fully-managed KVM DB System. The DB system contains its own DCS agent, MySQL metadata, Oracle HAMI, Oracle Grid Infrastructure, and Oracle Database. There is no Oracle ASM instance on DB system. The DB system repository is an NFS mount from the repository on the bare metal system. Oracle Database software fully automates the creation of the DB system, including the VM, Oracle Grid Infrastructure, and database creation, patching of the system and database, and deletion of the system.

Shared Storage: The HDD and SSD storage are shared by both nodes on an Oracle Database Appliance high-availability model. On an Oracle Database Appliance single-node system, NVME drives provide the storages. These storages are used by Oracle ASM. The shared storages are passed to the VM DB systems using the virt-scsi protocol. 

Related Resources

Oracle Database Appliance ODACLI

Oracle Database Appliance Command Line Oracle Database Appliance CLI Commands REST over HTTPS DCS Agent odacli Java Truststore Oracle PKI wallet Process request Credentials Validator Validate credentials/token Read credentials/token Read/store server certificates Request Response

Notes

Use the Oracle Database Appliance command line interface (ODACLI) to perform operations on the DCS agent.

 Oracle Database Appliance establishes communication to the DCS agent is established using REST over HTTPS with the local DCS agent. The credentials and tokens are stored on an Oracle PKI wallet and the public certificates are stored on a Java (PKCS12) TrustStore. Once the secured communication is established correctly, the operation is invoked and the results are printed to the standard output.

Use the --json/-j option for any command to print the output in JSON format, which is in a machine-readable form. For advanced interaction with the DCS agent, use Oracle Database Appliance REST APIs. In case of any issue during the operation, either on server or client side, use the respective logs to view the issues.

To query available operations, use odacli -h. To view available operations on certain resource types, use odacli resource -h.

Related Resources

Oracle Database Appliance Browser User Interface (BUI)

Oracle Database Appliance Browser User Interface (BUI) Oracle Database Appliance Browser User Interface Frontend Backend Users What the User Sees and Interacts with DCS Controller DCS Agent Rest API call JSON data HTML, CSS, JavaScript Collect Data Display Results Request Response Request Response

Notes

The Oracle Database Appliance Browser User Interface (BUI) is a web-based application to administer and manage the appliance. The BUI uses Oracle Javascript Extension Toolkit (JET) framework (http://oraclejet.org) which supports the Model-View-ViewModel (MVVM) architectural design pattern.

The Oracle JET framework provides a set of UI components with built-in accessibility support. To support the MVVM design, Oracle JET is built upon a modular framework that includes a collection of third-party libraries and Oracle-provided files, scripts, and libraries.

DCS Controller: When you access the BUI URL, the browser sends an HTTP request to the DCS controller, to send a copy of the web application. The request consists of a line indicating a method such as GET or POST, a Uniform Resource Identifier (URI) indicating which resource is being requested, and an HTTP protocol version.

The index.html page is the first page to download and becomes the blueprint by which the web application is constructed. As the browser reads the HTML code, it sends out more requests to the DCS controller to send more pieces of the page. The browser caches static assets, that is, the parts of a website that do not change from visit to visit, such as images, HTML, CSS, and JavaScript. Once the request is processed successfully, the login page is rendered on the browser.

The BUI code that runs on the client side makes a REST API call to the DCS agent for all requests and processes the results that are sent back. The DCS agent is managed outside of the DCS controller and runs on a separate web server. Each request to the DCS agent is made as an asynchronous call. The DCS agent generates a response based on the REST API call and includes the HTTP protocol version and the HTTP status code. The agent sends back a response to the browser for the request made. The client-side code then processes the result sent back by the DCS agent and presents it on the BUI. The status code and reason phrase tell the client how the server handled the request.

Generally, the status code 200 is returned, indicating that the request was handled successfully and the body data contains the requested item. Other result codes indicate HTTP errors, such as 404 Not Found.

Related Resources

Oracle Database Appliance KVM and DB System

Oracle Database Appliance KVM and DB System Architecture Oracle Database Appliance KVM and DB System Architecture VM (vm1) Applications Guest OS Guest Kernel vDevices Virtual CPUs vCpu_0 vCpu_1 vCpu_N Virtual NICs Virtual Storage vNIC_1 vNIC_2 vNIC_N VM VDisk(vm1_1) VDisk(vdisk1_1) VDisk(vdisk2_1) VM (vm2) Applications Guest OS Guest Kernel vDevices Virtual CPUs vCpu_0 vCpu_1 vCpu_N Virtual NICs Virtual Storage vNIC_1 vNIC_2 vNIC_N VM VDisk VDisk VDisk VM (vmN) Applications Guest OS Guest Kernel vDevices Virtual CPUs vCpu_0 vCpu_1 vCpu_N Virtual NICs Virtual Storage vNIC_1 vNIC_2 vNIC_N VM VDisk VDisk VDisk VM CPU Pool(pool1) 1 33 17 49 2 34 18 50 VM CPU Pool(pool2) 3 35 19 51 4 36 20 52 VM CPU Pool(poolN) 5 37 21 53 6 38 22 54 Physical CPUs Socket 0 0 1 2 3 4 5 6 7 32 33 34 35 36 37 38 39 9 8 10 11 12 13 14 15 40 41 42 43 44 45 46 47 Socket 0 16 17 18 19 20 21 22 23 48 49 50 51 52 53 54 55 25 24 26 27 28 29 30 31 56 57 58 59 60 61 62 63 VM Storage (vms1) ACFS filesystem ASM/ADVM volume VM VDisk(vm1_1) VM VDisk(vm1_2) VM VDisk(vm1_N) VDisk(vdisk1_1) VDisk(vdisk1_2) VDisk(vdisk1_N) VM Storage (vms2) ACFS filesystem ASM/ADVM volume VM VDisk(vm2_1) VM VDisk(vm2_2) VM VDisk(vm2_N) VDisk(vdisk2_1) VDisk(vdisk2_2) VDisk(vdisk2_N) VM Storage (vms2) ACFS filesystem ASM/ADVM volume VM VDisk(vmN_1) VM VDisk(vmN_2) VM VDisk(vmN_N) VDisk(vdiskN_1) VDisk(vdiskN_2) VDisk(vdiskN_N) VNC/Console Bridge vNetwork(vnet1) brvnet1 Bridge vNetwork(vnet2) brvnet1 Bridge-VLAN vNetwork(vnet3_vlan103) brvnet3 bond0.103 Bond NIC1 NIC2 libvirtd/virsh CRS KVM Hypervisor Host OS Host Kernel Hardware

Notes

Following are the components of an Oracle Database Appliance KVM and DB system:

VM Storage: A VM storage is a central location for storing resources that are essential to create and manage virtual machines. These resources include ISO files, virtual machine configuration files, and virtual disks. Virtual storage is configured on Oracle ACFS. Oracle Database Appliance KVM uses virtual storage to optimize available disk space usage in the environment, and for easy reallocation of virtual machines if a physical server fails. Create the VM storage first before creating the VM. 

vdisk: Virtual disks provide additional storage options for virtual machines by enabling you to attach additional block storage to your virtual machines. Similarly, you can detach the disk if you no longer need the additional space. 

VM CPU Pool: VM CPU Pools include VM and DB system CPU pools. VM CPU pools are for application VMs, and DB system CPU pools are for DB systems. Use the VM CPU pools to cage and manage CPU resource for virtual machines. Workloads are isolated by creating CPU pools and assigning virtual machines to a specific CPU pool. When you pin a virtual machine to a CPU pool, you ensure that the virtual machine uses CPUs from only that CPU pool. CPU pools cannot share CPUs. But one CPU pool can be assigned to multiple VMs or DB systems.

VMs: The KVM guest machines or application VMs on Oracle Database Appliance. The Oracle Database Appliance software manages basic operations of the VM such as start, stop, create, delete, and failover, but it does not manage applications in the VM. Oracle Database Appliance supports all VM operating systems flavors that Oracle KVM supports. 

VM DB system: The fully-managed KVM DB System. Oracle Database Appliance software fully automates the creation of the DB system including the VM, Oracle Grid Infrastructure and Oracle Database creation, patching of the system and database, and deletion of the system. KVM database systems enable hard partitioning for Oracle Database licensing, where each KVM database system has its own CPU pool that is automatically assigned during KVM database system creation. 

vnetwork: Oracle Database Appliance KVM virtual network supports two type of networks, bridged and bridged-vlan. In a bridged network, a Linux bridge is created and the network interface or bond interface, is attached to the bridge. In a bridged-vlan network, a Linux bridge is created  and a VLAN is attached to the bridge. VLAN can be created on all available public interfaces, including the interface where public network is already configured.

Related Resources

Oracle Database Appliance Backup and Recovery

Oracle Database Appliance Backup, Recover, and Restore Oracle Database Appliance Backup, Recover, and Restore ODA MySQL DB Objectstore
Backupconfig -destination -recovery window -container Backups at Objectstore Backup at FRA Databases Databases Databases Objectstoreswift -endpoint URL -tenancy -user name -password Disk
Backupconfig -destination -recovery window Backup Schedule -id -name -cron expression NFS
Backupconfig -destination -recovery window ODA Backups at NFS Database Backupreport -dbname -backuplocation -pitrscn Backupreport -dbname -pitrscn -backuplocation Backup Recovery Backup Recovery Recovery Copy
backupreport Restore
from backup Backup Restore from backup

Notes

Oracle Database Appliance  supports three types of backup configuration:

You can use the backup, restore, and recovery features with databases that have backup policy attached to them in the system. You can choose to manage your backups, and set up your backup, restore, and recovery options.

 ObjectStoreSwift object must be created before creating the Object Store backup configuration. When a database is modified with either Object Store or Disk or NFS backup configuration, Database backup and archive log backup schedules are created for that database. The database can be restored only from Object Store and NFS backups. Corresponding  backup report must be copied manually to the system where the database needs to be restored.

Related Resources

Oracle Database Appliance Oracle Data Guard

Oracle Data Guard on Oracle Database Appliance Oracle Data Guard on Oracle Database Appliance Primary Oracle Database Appliance machine DCS Agent Standby Oracle Database Appliance machine Data Guard Configuration Primary Database Primary Database Oracle Data Guard Broker Oracle Data Guard Broker Oracle Net Log transport DCS Agent DCS CLI DCS CLI

Notes

Oracle Database Appliance provides client interface through ODACLI commands for easy configuration and management of Oracle Data Guard for high availability, data protection, and disaster recovery. Oracle Data Guard Broker is a distributed management framework that automates the creation, maintenance, and monitoring of Oracle Data Guard configurations.

An Oracle Data Guard configuration set up with ODACLI commands consists of one primary database and one standby database. The primary system is the Oracle Database Appliance system that hosts the primary database. The standby system is the Oracle Database Appliance system that hosts the standby database.

Each system runs its own ODACLI which can call operations on the DCS agent. The primary DCS CLI can call operations on primary and standby DCS agent for the odacli configure-dataguard command. It orchestrates a sequence of jobs on two hosts to complete Oracle Data Guard configuration on Oracle Database Appliance. The DCS agent connects with Oracle Data Guard Broker and databases to manage Oracle Data Guard configuration on Oracle Database Appliance.

Related Resources

Oracle Database Appliance Network

Oracle Database Appliance Network Oracle Database Appliance Network Oracle Database ApplianceNode 0 Public Network Port 1 Public Network Switch Port 2 Oracle Database ApplianceNode 1 Public Network Port 1 Port 2 bond bond vlan vlan Public Network Port 1 Port 2 Public Network Port 1 Port 2 bond pubnet bond pubnet vlan vlan Private Network Port 1 Port 2 Private Network Port 1 Port 2 bond bond Private Interconnect

Notes

Oracle Database Appliance has a fixed network configuration on Oracle Database Appliance X7-2 and earlier. The public network ports are from the onboard network card. All network bonding setup are configured during imaging.

On Oracle Database Appliance X8-2 and later, the network set up is not fixed. The public network ports are from PCI network card. Each PCI slot can be installed with either two ports 25G or four ports 10G network cards.  Additional network cards can be added into the system after the system deployment.

Public network: Public bonding interfaces are created during imaging of the system.

Private network: For Oracle Database Appliance high-availability systems, there is a private network card for the interconnection between two nodes. This network card can be Ethernet ports or InfiniBand ports on Oracle Database Appliance X6-2 and X5-2. A bonding interface is created over the two ports for communcation between the two nodes. When the node number for the system is confirmed, the private IP address for the node is assigned automatically.

For DB system support on the Oracle Database Appliance system, create a network bridge on the public network so that it can be shared by multiple KVM systems. During the deployment of the system,  a network bridge (pubnet) is created on the selected public network interface. You can use the pubnet to connect to the appliance.

Related Resources

Oracle Database Appliance High Availability Storage

EM Plugin DCS Agent OAKLIB OAKD (Leader) ODAADMCLI CSSD ILOM Log
ASR XML Config
Files System, Processor, Memory, Network, Power, Enclosure, FAN Config
Server Resource
Monitor Storage
Module DiskEvent
Monitor Cluster
Sync https Interface OAKD
(Follower) Cluster
Sync Storage ASM Host Operating System (OS) Cluster
RE config Cluster
RE config Yes CSSD Inter-node communication REST API CALLS asmappl.config Disk Failure Code Check Disk Offline/Online Event Disk Poor
Performance
(diskstats) Kernel Events Storage Event ASM Disk
Action Disk Predictive Failure Check Storage and Hardware Management Library Node 0 Node 1 Shared Storage (JBOD) . . . . . . . . . . .

Notes

OAKD is the storage management system for Oracle Database Appliance. It provides storage discovery, auto configuration of storage, and disk management.

 It has three modes: non-cluster, upgrade, and foreground. OAKD starts in non-cluster when Oracle Grid Infrastructure stack is not yet installed. After installation of Oracle Grid Infrastructure, OAKD starts in cluster mode.

Use odaadmcli commands to query information from OAKD or provide information to OAKD. It has various modules such as server configuration, storage management, resource monitoring, cluster synchronization, and disk events monitoring. When the appliance is started, OAKD uses the storage and hardware management library to discover storage. Configuration servers read XML configuration files describing various properties of various OAKD resources. OAKD provides storage configuration details from its metadata file to Oracle ASM though an interface library oaklib which also makes secure REST call to DCS agent. The resource management module monitors various hardware components at regular intervals. Cluster communication modules waits for cluster reconfiguration events to take appropriate actions. OAKD monitors storage events for disk operations such as insert or removal and completes the action in OAKD and Oracle ASM.

OAKD monitors for predictive failure information on disk. OAKD also reads system statistics periodically for disk performance matrix. OAKD monitor for Oracle ASM action events such as disk offline or online events. It also performs auto online operation for transient failures which can cause Oracle ASM to offline a disk. Other modules such as DCS and Oracle Enterprise Manager plugin for Oracle Database Appliance use the odaadmcli interface to query storage information.

Related Resources

Oracle Database Appliance Disk Partnership on High-Availability Storage

Oracle Database Appliance Technical Architecture of Storage Disk Partnership on a High-Availability System Oracle Database Appliance Technical Architecture of Storage Disk Partnership on a High-Availability System S8 S12 S16 S20 S4 S0 Node 0 Node 1 Oracle Database Appliance High-Availability Disk Partnership HBA 0 HBA 0 IOM 0 (Expander) IOM 1 (Expander) HBA 1 HBA 1 S9 S13 S17 S21 S5 S1 S10 S14 S18 S22 S6 S2 S11 S15 S19 S23 S7 S3 P0 P0 P0 P0 P0 P0 P2 P2 P1 P1 P1 P1 P1 P1 P3 P3

Notes

Oracle ASM supports fixed partnership for Oracle ASM disks. Oracle  ASM performs splitting and mirroring of data across all disk partners. Oracle ASM supports either four or eight disk partners for Oracle Database Appliance high-availability. Oracle Database Appliance X6-2 and X5-2 support four disks partnership.

Oracle Database Appliance X7-2 and later models have an eight disk partnership, if there are a minimum of eight disks. If there are not enough disks, then each disk partners with all others. For example, Oracle Database Appliance X8-2 with six SSDs does not have eight disks to maintain eight disks partnership, hence all six disks partner among themselves.

For two JBOD systems, disk partnerships are across the JBOD boundary. It means that any disk in the first JBOD partners with eight disks from second JBOD and vice versa.

Disk partnership information is a part of the asmappl.config file.

The disk partnership on Oracle Database Appliance high-availability system is as follows:

DATA  Disk S0 partners with S1, S2, S3, S4, S11, S12, S13, S14

 RECO Disk S0 partners with S4, S5, S6, S7, S8, S9, S10, S11

 If disk in slot 0 is lost for any reason, then Oracle ASM restores and rebalances data on lost disks among the partners of the lost disk.

If disk in slot 0 is lost for any reason, Oracle ASM restores and rebalances data on lost disks among the partners of lost disk.

Related Resources

Oracle Database Appliance Single-Node Storage

Oracle Database Appliance Technical Architecture of Storage on a Single-Node System Oracle Database Appliance Technical Architecture of Storage on a Single-Node System EM Plugin DCS Agent OAKLIB OAKD (Leader) ODAADMCLI CSSD ILOM LogASR XML Configfiles System, Processor, Memory, Network, Power, Enclosure, FAN ConfigServer ResourceMonitor StorageModule DiskEventMonitor ClusterSync https Interface Storage ASM Host Operating System (OS) ClusterRE config Yes REST API CALLS asmappl.config CriticalWarningSet? Disk Offline/Online Event Disk Poorperformance(diskstats) Kernel DiskUdevEvent ASM DISKACTION(SQL*Plus) CriticalWarningCheck NVMe Disk NVMe Disk NVMe Disk NVMe Disk NVMe Disk . . . . . . . . . . . Storage and Hardware Management Library

Notes

On an Oracle Database Appliance single-node server, OAKD is always in the leader role. Oracle Database Appliance single-node systems do not have SAS storage, hence hardware library is not used. Storage and Hardware Management Library is used for storage discovery.

There are no SAS HBA (Controller) and hence hardware events notification is available. UDEV events notification are used for disk hot plugs. Instead of predictive failure checks, NVMe disks uses critical warning check using OAK NVMe interface.

Related Resources

Oracle Database Appliance Disk Partnership on Single-Node Storage

Oracle Database Appliance Technical Architecture of Storage Disk Partnership on a Single-Node System Oracle Database Appliance Technical Architecture of Storage Disk Partnership on a Single-Node System

Notes

Oracle ASM supports fixed partnership for disks. Oracle ASM performs splitting and mirroring of data across all disk partners. All Oracle Database Appliance single-node systems support 8 disks partnership provided there are enough disks to support it. If the number of NVMe disks are less than eight then all disks partner among themselves. 
NVMe disks are populated across the PCI switch card for equal distribution of IO bandwidth across IO sub-systems. QRM1 and QRM2 have 1GB partitioned carved out from the operating system disk. They are used as DATA and RECO quorum disk respectively in Oracle ASM. These disk are used if the number of NVMe disks is less than 5. They are used for storing PST and voting files. They are used when a disk with voting file or PST get lost. Their content helps to decide the majority without which the Oracle ASM disk group cannot be mounted.  
The disk partnership information is part of the asmappl.config file.

The disk partnership on Oracle Database Appliance single-node system is as follows:

DATA  Disk S0 partners with S2, S3, S4, S5, S8, S9, S10, S11

RECO Disk S0 partners with S2, S3, S4, S5, S8, S9, S10, S11

If disk in slot 0 is lost for any reason, Oracle ASM restores and rebalances data on lost disks among the partners of lost disk.

Related Resources

Oracle Database Appliance Multi-User Access Architecture

Oracle Database Appliance Multi-User Access Architecture Oracle Database Appliance Multi-User Architecture SSO WALLET AUTHENTICATION REST API
INTERFACE AUTHORIZATION MySQL DB
User-Resource Mappings
User1 - 
Storage1,
DB Home1, DB1
User2 -
DB Storage2,
DB Home2, DB2 DB RESOURCE
OWNERSHIP &
ACCESS check ODACLI BUI ODA JAVA SDK Oracle Database Appliance Multi-User Access Architecture

Notes

Oracle Database Appliance saves time and money by simplifying deployment, maintenance, and support of database solutions for organizations of every size. Oracle Database Appliance hardware models are optimized to run Oracle Database Standard Edition and Enterprise Edition.

When you enable multi-user access, you create multiple users with different roles that restrict them from accessing resources created by other users and also restrict the set of operations they can perform using ODACLI commands or Browser User Interface (BUI). The same user credentials that you set up, can be used for logging into the BUI and running ODACLI commands. The BUI also displays resources and information based on access to the set of resources. A separate Multi-User Access Management tab is available only to the odaadmin user to administer the users and resources in the system. 

Each user can be assigned one or more roles in a multi-user enabled Oracle Database Appliance system. Each role encompasses a set of entitlements that authorizes a user to perform only a specific set of operations using ODACLI or BUI. Each entitlement in turn, is a group of a similar set of operations. For example, PROVISIONDB-MGMT is an entitlement that encompasses provisioning-related operations such as create-database, clone-database, delete-database, register-database. Similarly, BACKUPDB-MGMT encompasses backup related operations such as create-backup, delete-backup, irestore-database, recover-database , and so on. The ODA-DB role has access to a collection of entitlements such as PROVISIONDB-MGMT, BACKUPDB-MGMT, and PATCHDB-MGMT. A user with the ODA-DB role can perform all the database lifecycle management operations on the databases that they own. Additionally, if a user with the role of ODA-DB is granted the ODA-GRID role as well, this user can now perform Oracle Grid Infrastructure-related operations. 

Related Resources