You are on page 1of 1

Hot Backup

An online backup or hot backup is also referred to as ARCHIVE LOG backup. An onl
ine backup can only be done when the database is running in ARCHIVELOG mode and
the database is open. When the database is running in ARCHIVELOG mode, the archi
ver (ARCH) background process will make a copy of the online redo log file to ar
chive backup location.
An online backup consists of backing up the following files. But, because the da
tabase is open while performing a backup, you have to follow the procedure shown
in Figure 3.2 to backup the files:
Data files of each tablespace
Archived redo log files
Control file
Init.ora and config.ora files
Figure 3.2 Steps for hot backup.
The general steps involved in performing hot backup are shown in Figure 3.2. The
se general steps are used in writing hot backup scripts for Unix and Windows NT.
The steps in Figure 3.2 are explained as follows.
Step 1Put the tablespace in the Backup mode and copy the data files.

You might also like