| Oracle9i Release 1 (9.0.1.1.0) for Windows 98 Part Number A95906-01 |
|
This chapter provides information on backing up and recovering your database.
This chapter contains these topics:
Backing up and recovering your Oracle9i 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. Table 5-1 describes available backup and recovery tools and makes recommendations on which tool to use with your Oracle9i 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 Oracle9i 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 Oracle9i Recovery Manager Reference before using. Backing up to tape requires an optional MML from a third-party vendor. |
"Database Tools Overview" chapter of the Oracle9i Personal Edition Getting Started for Windows 98 for instructions on accessing this tool and Oracle9i Recovery Manager User's Guide for instructions on using this tool. |
|
OCOPY utility |
The OCOPY utility is one of several you may use when performing a user-managed backup and recovery. You can also make the following types of backups: |
"Backing Up Files with the OCOPY Utility" and "Recovering Files with the OCOPY Utility" in this chapter and the Oracle9i User-Managed Backup and Recovery Guide |
Use the OCOPY utility for both hot and raw database file backups of the file types described in Table 5-2:
| File | Description |
|---|---|
|
File Allocation Table (FAT) |
FAT files you want to back up. |
Table 5-3 describes the two copy modes in which to use the OCOPY utility:
Table 5-4 describes the syntax to use when backing up all file types to hard disk or multiple diskettes.
| Copy Mode | File Type | Syntax |
|---|---|---|
|
Hard disk |
FAT files |
|
|
Multiple diskettes |
FAT files |
|
|
Where... |
Indicates the... |
|
|
name and location of the hot file you want to back up. |
|
|
name and location of the backup copy. |
Table 5-5 describes the syntax to use when recovering all file types from hard disk or multiple diskettes.
| Restore From... | File Type to Restore | Syntax |
|---|---|---|
|
Hard Disk |
FAT |
Use the Windows 98 copy command. |
|
Multiple diskettes |
FAT |
Note: First insert the diskette containing the initial part of the backed up file. |
|
|
![]() Copyright © , 2001 Oracle Corporation. All Rights Reserved. |
|