Show TOC

Object documentationDatabase Backup Types Locate this document in the navigation structure

 

This section describes the different types of backup that you can make of your Oracle database.

Note Note

The term “backup” normally refers to a physical backup, which is sometimes called an image backup.

End of the note.

Oracle and SAP support the following types of database backup:

  • Physical backup using BRBACKUP

    Physical backups, sometimes called image backups, are complete block-for-block copies of the database, either online or offline. Physical backups are required to recover the database to a consistent and current state. You can perform the following kinds of physical backups:

  • Logical backup using BRSPACE – also called export

    BRSPACE export uses the Oracle export and import functions to let you back up and recover specific objects – that is, a set of database records – in the database. However, logical backups are not a suitable replacement for physical database backups because you can only recover the database to the condition at the time of the backup. You cannot recover database changes made after a logical backup.

    SAP tables are usually used by multiple users or applications, which means that it is not a good idea to make user-related backups with Export/Import. For example, you do not want a user to restore the ATAB table in order to retrieve lost entries in a particular SAP pool table stored in ATAB.

    Logical backups of SAP objects can be performed using the SAP tool R3trans. R3trans exports SAP system objects (among others) from the database into operating system files. If a user then inadvertently deletes an object, that object can be imported from the exported backup file. For more information, see the documentation on Transport Tools.

    Note Note

    There are also the following types of non-database backup:

    • Backup of executable programs and other components of the SAP system, described in What Needs Backing Up?

    • Operating system backup – for more information, see the documentation for your operating system

    End of the note.