| Oracle8i Personal Edition Administrator's Guide Release 2 (8.1.6) for Windows 98 A85313-01 |
|
This chapter provides information on backing up and recovering your database.
Specific topics discussed are:
Backing up and recovering your Oracle8i database is one of the most critical operations that a database administrator (DBA) performs. For this reason, it is extremely important to choose the correct tools. The table below describes available backup and recovery tools and makes recommendations on which tool to use with your Oracle8i database:
| Tool | Description | Analysis of Tool | To Use this Tool, See... |
|---|---|---|---|
|
Recovery Manager (RMAN) in command line mode |
Recovery Manager in command line mode is an Oracle8i tool that manages the process of backing up, restoring, and recovering files. Recovery Manager is automatically installed with Oracle Utilities. Recovery Manager uses a special PL/SQL interface to the server for invoking backup functions. The user is unaware of this interface and instead interfaces only with a command line. |
Command line usage only. Must clearly understand the command line syntax described in Oracle8i Recovery Manager User's Guide and Reference before using. Backing up to tape requires an optional MML from a third-party vendor. |
Chapter 2, "Database Tools Overview" for instructions on accessing this tool and Oracle8i Recovery Manager User's Guide and Reference for instructions on using this tool. |
|
Third-party vendor products |
Third-party vendors provide tape backup software that works with Backup Wizard and RMAN. |
Can back up to tape. Contact your third-party vendors for additional information. |
Third-party vendor documentation. |
|
OCOPY |
OCOPY is needed when performing a hot backup manually (that is, backing up a tablespace that is in offline backup mode). |
Command line usage only. Can back up only to disk. Can only perform local backups. |
"Backing Up Files with OCOPY" and "Recovering Files with OCOPY" in this chapter. |
Use OCOPY for both hot and raw database file backups of the following file types:
This table describes the two copy modes in which to use OCOPY:
This table describes the syntax to use when backing up all file types to hard disk or multiple diskettes:
The table below describes the syntax to use when recovering all file types from hard disk or multiple diskettes.
| Restore From... | File Type to Restore | Syntax |
|---|---|---|
|
Hard Disk1 |
FAT files |
Use the Windows 98 COPY command. |
|
|
Logical raw |
|
|
|
Physical raw |
|
|
Multiple diskettes2 |
FAT files |
Note: First insert the diskette containing the initial part of the backed up file. |
|
|
Logical raw |
|
|
|
Physical raw |
|
|
1
These are files originally backed up without the /B option. 2 These are files originally backed up with the /B option. |
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|