|
Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 1 (10.1) Part Number B10734-01 |
|
|
View PDF |
This preface contains these topics:
Backup and Recovery Advanced User's Guide is intended for database administrators who perform the follow ing tasks:
To use this document, you need to know the following:
This document contains:
This section offers detailed conceptua l information for Recovery Manager (RMAN).
This c hapter describes the application architecture of the RMAN environment.
This chapter describes how to start RMAN and connect to target, catalog, and auxiliary databases.
This chapter describes basic concepts involved in RMAN restore, recovery, and database duplication.
This chapter describes basic c oncepts involved in maintaining the RMAN repository.
This section describes advanced procedures for using RMAN.
This chapter gives detailed information for how to connect to databases with RMAN.
This chapter describes advanced configurations in the RMAN environment.
This chapter describes
detailed procedure for using the BACKUP command.
This chapter includes advanced scenarios and techniques using the RESTORE and RECOVER comm
ands.
This chapter de scribes the Flashback features of the Oracle database, and their use in a data recovery context.
This chapter describes how to recover one or more tablespaces to a past point in time without affecting the rest of the database.
This chapter describes how to use DUPLICATE to create a copy of the target database.
This chapter describes how to use RMAN to move databases into and out of Automatic Storage Management disk groups.
This chapter describes how to cr eate and manage a recovery catalog.
This chapter gi ves tips for improving RMAN backup and restore performance.
This chapter gives tips for diagnosing and responding to RMAN problems.
This section describes how to use operating system utilities to back up and restore a databa
se and how to use the SQL*Plus RECOVER command.
This chapter describes how to use operating system command to back up database files and archived redo logs.
This chapter describes how to use th
e SQL*Plus FLASHBACK DATABASE and RECOVER commands.
This chapter describes advanced scenarios involving user-managed restore and recovery.
< a name="972223">This chapter describes how to perform user-managed T SPITR.
This chapter describes how to diagnose and solve problems in user-managed media recovery.
For more information, see these Oracle resources :
http://www.oracle.com/database/rec
overyYou can access information about the Backup Solutions Program at
http://otn.oracle.com/deploy/availability < /pre>Many books in the documentation set use the sample schemas of the seed database, which is installed by default when you install Oracle. Refer to Oracle Database Sample Schemas for information on how these schemas wer e created and how you can use them yourself.
Oracle error message documentation is only avai lable in HTML. If you only have access to the Oracle Documentation CD, you can browse the error messages by range. Once you find the specific range, use your browser's "find in page" feature to locate the specific message. When connected to the Internet, you can sea rch for a specific error message using the error message search feature of the Oracle online documentation.
Printed documentation is available for sale in the Oracle Store at
http://oraclestore.oracle.com/To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Net work (OTN). You must register online before using OTN; registration is free and can be done at
< /a>http://otn.oracle.com/membership/< /a>If you already have a username and password for OTN, then you can go directly to the documentation section of the O TN Web site at
http://otn.oracle.com/document ation/Conventions font>
This section describes the conventions used in the text and code examples of this doc umentation set. It describes:
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Code examples i llustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions us ed in code examples and provides examples of their use.
| Convent ion | Meaning | Example |
|---|---|---|
[ ] |
Brackets enclose one or more optional items. Do not enter the brackets. |
DECIMAL (digits [ , precision ]) |
{ } |
Braces enclose two or more items, one of which is required. Do not enter the braces. |
{ENABLE | DISABLE} |
| |
a>
A vertical bar represents a choice of two or more options within brackets or braces. Enter one of the options. Do no t enter the vertical bar. |
{ENABLE | DISABLE} a>[COMPRESS | NOCOMPRESS] |
... |
Horizontal ellipsis points indicate eit her: td> |
CREATE TABLE ... AS subquery ; SELECT col1, col2, ... , coln FROM employees; |
. . . |
Vertical ellipsis points indicate that we have omitted several lines of code not directly related to the example. |
SQL> SELECT NAME FROM V$DATAFILE; NAME ------------------------------------ /fsl/dbs/tbs_01.dbf /fs1/dbs/tbs_02.d bf . . . /fsl/dbs/tbs_09.dbf 9 rows selected. |
|
Other notation |
You must enter symbols other than brackets, braces, vertical bars, and ellipsis points as shown. |
acctbal NU MBER(11,2); acct CONSTANT NUMBER(4) := 3; |
|
Italicized text indicates placeholders or variables for which you must supply particular values. |
CONNECT SYSTEM/system_password DB_NAME = database_name | |
UPPERCASE |
Upperc ase typeface indicates elements supplied by the system. We show these terms in uppercase in order to distinguish them from terms you define. Unless terms appear in brackets, enter them in the order and with the spelling shown. However, because these terms are not ca se sensitive, you can enter them in lowercase. |
SELECT last_name, employee_id FROM employees; SELECT * FROM USER_TABLES; DROP TABLE hr.employees; |
lowercase |
Lowercase typeface indicates programmatic elements that you supply. F or example, lowercase indicates names of tables, columns, or files. Note : Some programmatic elements use a mixture of UPPERCASE and lowercase. Enter these elements as shown. |
SELECT last_name, employee_id FROM employees; sqlplus hr/hr CREATE USER mjones IDENTIFIED BY ty3MU9; |
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Or acle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our document ation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
< pre class="CE">http://www.oracle.com/accessibility/JAWS, a Windows screen reader, may not always correctly read the cod e examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; h owever, JAWS may not always read a line of text that consists solely of a bracket or brace.
This documentation may contain links to Web sites of other companies or organizations that Oracle Corporation d oes not own or control. Oracle Corporation neither evaluates nor makes any representations regarding the accessibility of these Web s ites.