Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XVI. System Administration
  4. Backing Up and Restoring Data
  5. Oracle database: Cold backup

Oracle database: Cold backup

Prior to deploying the Portal for operational use and periodically after installation (at least once a month is recommended), it is recommended to perform a cold backup of the Oracle database. In addition to monthly cold backups, it is also recommended to take a cold backup after a significant software upgrade to re-capture the updated database schema.

This off-line, cold backup means you physically copy or back up the Oracle database data files to another location. This cold backup will simplify the restore process, in the event of unanticipated data loss. With a cold backup, you simply have to restore the files and then import the most recent database export.

To perform a cold backup (Linux)

  1. Shutdown the Oracle service:
    /opt/aptare/bin/oracle stop
    
  2. Using your organization's file system backup software, back up all the data files from:
    $ORACLE_HOME/dbs/initscdb.ora
    /data0?/*
    

To perform a cold backup (Windows)

  1. Shut down the Oracle service: OracleServicescdb in the Windows Administrative Tools, Component Services window.
  2. Backup the following files:
    $ORACLE_HOME\dbs\iniscdb.ora
    C:\oradata
    

    Note:

    During installation, you may choose a different drive for the oradata install, so verify its location before backing up the data.

Feedback

Was this page helpful?
Previous

File system backups

Next

Oracle database: Export backups

Feedback

Was this page helpful?