OCI Base Database Service: Boot Volume Backups Explained – What Every DBA Should Know

 When managing Oracle Base Database Service (DBCS) on Oracle Cloud Infrastructure (OCI), most DBAs focus on database backups, Recovery Manager (RMAN), and recovery strategies. However, one equally important component is often overlooked—the Boot Volume.

A common misconception is that a Boot Volume Backup protects the entire database environment. In reality, it only safeguards the operating system, while your database requires a completely different backup strategy.

This article explains what Boot Volume Backups are, what they protect, when they should be used, and when they are unnecessary.


What is a Boot Volume in OCI Base Database Service?

A Boot Volume is the operating system disk attached to your Base Database Service virtual machine. It is typically presented to the operating system as the sda device.

The boot volume contains:

  • Oracle Linux operating system

  • System libraries

  • Operating system configuration

  • Installed OS packages

  • Security agents and monitoring tools

  • Kernel and boot-related files

It does NOT contain:

  • Database data files

  • Redo logs

  • Control files

  • Fast Recovery Area (FRA)

  • Oracle Database Home binaries

Think of it this way:

Boot Volume = Operating System
Database Backup = Database

These are two separate layers, each requiring its own protection strategy.


Why Are Boot Volume Backups Important?

Boot Volume Backups provide a recovery point for the operating system. If the OS becomes unusable, the backup allows Oracle to restore the VM to a previously healthy state.

Typical scenarios include:

  • Operating system corruption

  • Failed kernel updates

  • Failed RPM installations

  • Accidental deletion of system files

  • Boot failures

  • OS instability after configuration changes

Instead of rebuilding the operating system from scratch, the boot volume can be restored to a known-good state, significantly reducing recovery time.


Do Boot Volume Backups Protect My Database?

No.

This is one of the biggest misconceptions.

A Boot Volume Backup protects only the operating system. It does not include any database content.

To protect your database, continue using:

  • Oracle-managed automatic database backups

  • Oracle-managed on-demand database backups

  • Customer-managed manual backups

If your objective is recovering database data, Boot Volume Backups are not the solution.


When Should You Consider a Boot Volume Backup?

Although Oracle automatically manages Boot Volume Backups for Base Database Service, it is useful to understand when having a recent backup is especially valuable.

Recommended before:

  • Operating system patching

  • Kernel updates

  • RPM package installations or updates

  • Network configuration changes

  • Firewall modifications

  • SSH configuration updates

  • Changes to sysctl.conf

  • Updates to limits.conf

  • Installing Vulnerability Scanners

  • Deploying EDR or Antivirus agents

  • Troubleshooting unstable operating systems

  • Major OS-level maintenance activities

Any change that affects the operating system layer increases the value of having a recent Boot Volume Backup.


When Is a Boot Volume Backup NOT Required?

Boot Volume Backups should not be considered a replacement for database backups.

They are unnecessary for activities such as:

  • Database parameter changes

  • Schema modifications

  • Application deployments

  • Tablespace operations

  • Data modifications

  • PL/SQL changes

  • Oracle Grid Infrastructure patching

  • Oracle Database Home patching

  • Database upgrades

  • DB System or node operating system upgrades (for example, Oracle Linux 7 to Oracle Linux 8)

These operations require proper database backup and recovery mechanisms instead.


Can Boot Volume Backups Help During Malware or Ransomware Incidents?

Yes—provided the compromise is limited to the operating system.

If malware or ransomware affects the OS layer, restoring from a clean Boot Volume Backup provides a faster recovery path compared to rebuilding the operating system.

It is important to remember that this does not recover encrypted or corrupted database files. Database recovery still depends on database backups.


Do Boot Volume Backups Help Meet Compliance Requirements?

Yes.

Many security and governance frameworks recommend maintaining recoverable operating system images to support disaster recovery and operational resilience.

Having recent Boot Volume Backups helps organizations demonstrate that operating system recovery procedures are in place.


How Frequently Are Boot Volume Backups Taken?

For OCI Base Database Service:

  • Automatic Boot Volume Backups are taken weekly.

  • Automatic backups are retained for 7 days.

Oracle manages this process automatically.


Can Customers Trigger a Boot Volume Backup?

Currently, No.

There is no customer-facing API or Console option to initiate an on-demand Boot Volume Backup for OCI Base Database Service.

If an immediate Boot Volume Backup is required, customers must raise a Service Request (SR) with Oracle Base Database Support.


What Is the Retention Period?

OCI Base Database Service currently follows these retention rules:

Backup TypeRetention
Automatic Boot Volume Backup7 Days
On-Demand Boot Volume BackupDoes not expire by default (Oracle typically requests a retention timeline)

A few important limitations:

  • Multiple ad hoc Boot Volume Backup copies are not supported.

  • Creating a new Boot Volume Backup for the same node replaces the previous one.

  • There is currently no option to retain on-demand Boot Volume Backups indefinitely.


Boot Volume Backup vs Database Backup

Boot Volume BackupDatabase Backup
Protects operating systemProtects database
Includes kernel and OS configurationIncludes data files
Includes installed agentsIncludes redo logs
Includes system packagesIncludes control files
Used for OS recoveryUsed for database recovery

Both are important—but they solve different recovery problems.


How Do Boot Volume Backups Help During Failed OS Changes?

Suppose an operating system update results in:

  • Kernel panic

  • Boot failure

  • Broken networking

  • Firewall misconfiguration

  • Security agent startup failures

  • Loss of SSH access

Instead of rebuilding the operating system manually, Oracle can restore the Boot Volume Backup, returning the VM to its previous working state.

This significantly reduces downtime during OS-related incidents.


Can Customers Restore a Boot Volume Themselves?

Currently, No.

OCI Base Database Service does not provide self-service Boot Volume restore functionality.

To perform a restore, customers must open a Service Request (SR) with Oracle Base Database Support.


Quick Reference





Final Thoughts

Boot Volume Backups are an essential part of the overall recovery strategy for OCI Base Database Service—but they serve a very specific purpose.

They are designed to protect the operating system, not the database.

Understanding this distinction helps DBAs make informed decisions during maintenance, troubleshooting, and disaster recovery planning.

The key takeaway is simple:

  • Use Boot Volume Backups to recover the operating system.

  • Use database backups to recover your database.

Together, these two layers provide comprehensive protection for your OCI Base Database Service environment.

Oracle E-Business Suite 12.2 Next Generation Technology Stack: Understanding the Special Online Patching Cycle

In my previous article, I introduced Oracle's 𝗡𝗘𝗫𝗧 𝗚𝗘𝗡𝗘𝗥𝗔𝗧𝗜𝗢𝗡 𝗧𝗘𝗖𝗛𝗡𝗢𝗟𝗢𝗚𝗬 𝗦𝗧𝗔𝗖𝗞 for Oracle E-Business Suite Release 12.2 and discussed the move to modern components such as WebLogic 14c, Oracle Fusion Middleware 14c, and Java 17.

While reviewing Oracle's documentation, I came across another interesting enhancement—not to the technology itself, but to the upgrade process.

Oracle has introduced a Special Online Patching Cycle that is used exclusively for upgrading to the Next Generation Technology Stack.

A Special Online Patching Cycle

It's important to clarify that Oracle has not changed the standard Online Patching (ADOP) cycle used for everyday patching and maintenance.

The familiar workflow remains:

Prepare → Apply → Finalize → Cutover → Cleanup

However, when upgrading from the Classic Technology Stack to the Next Generation Technology Stack, Oracle provides a dedicated online patching workflow.

In this special upgrade cycle, the traditional Apply phase is replaced by Technology Stack Update Assistant (TSUA).

The workflow becomes:

Prepare → TSUA → Finalize → Cutover → Cleanup → Synch

This workflow is designed specifically for the one-time migration to the Next Generation Technology Stack.

What is TSUA?

The Technology Stack Update Assistant (TSUA) is a new Oracle utility introduced specifically to simplify the migration from the Classic Technology Stack to the Next Generation Technology Stack.

Instead of using the standard Apply phase during this one-time migration, Oracle leverages TSUA as part of the Special Online Patching Cycle to automate and orchestrate the technology stack upgrade.

Behind the scenes, TSUA performs several critical tasks that would otherwise require significant manual effort, including:

  • Validates the environment by performing prerequisite checks and ensuring the system is ready for the upgrade.
  • Creates backups and installs the Next Generation Technology Stack software from the staged media.
  • Updates the application tier directory structure to align with the new technology stack.
  • Reconfigures the EBS middleware environment, including:
    • Updating the Oracle WebLogic Server (WLS) domain
    • Creating the Oracle HTTP Server (OHS) domain
    • Configuring the required Node Managers
  • Applies the migration patch along with any required co-requisite patches.
  • Regenerates Oracle Forms and Reports to ensure compatibility with the upgraded technology stack.

After TSUA completes successfully, the remaining online patching phases continue with:

  • Finalize
  • Cutover
  • Cleanup
  • Synch

Why Did Oracle Introduce This?

According to Oracle, this special online patching cycle is intended to make the technology stack migration:

  • Less disruptive
  • More streamlined
  • Capable of keeping users productive for most of the upgrade process
  • Simpler than performing a traditional EBS technology stack upgrade

Because the update leverages Online Patching, organizations can migrate to the Next Generation Technology Stack without requiring a major EBS upgrade.

Final Thoughts

One important point to remember is that TSUA does not replace the standard Apply phase for normal Oracle E-Business Suite patching.

Instead, it is part of a special online patching workflow introduced exclusively for migrating to the Next Generation Technology Stack.

This distinction is important for EBS administrators. Your regular ADOP patching process remains unchanged. TSUA comes into play only when performing the one-time transition from the Classic Technology Stack to Oracle's Next Generation Technology Stack.

As Oracle continues to modernize EBS 12.2, understanding this new upgrade workflow will help administrators plan and execute their technology stack migration with confidence.