Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Tài liệu Oracle® Database Recovery Manager Quick Start Guide doc
Nội dung xem thử
Mô tả chi tiết
Oracle® Database
Recovery Manager Quick Start Guide
10g Release 1 (10.1)
December 2003
Part No. B10769-01
Recovery Manager Quick Start Guide has three purposes:
■ To introduce the basic concepts of Oracle backup and recovery, and the
Recovery Manager (RMAN), the tool Oracle recommends that you use
for your backup and recovery
■ To orient you on the rest of the backup and recovery documentation set
■ To serve as a convenient quick reference for the most frequently used
RMAN commands, options and views
This document is organized into the following sections:
■ Overview of Backup and Recovery Documentation Set
■ Overview of the RMAN Environment
■ Starting and Exiting RMAN
■ Configuring Persistent Settings for the RMAN Environment
■ Backing Up Database Files
■ Restoring and Recovering Database Files
■ Reporting on RMAN Operations
■ Managing the RMAN Repository
■ Repetitive Tasks: RMAN and Scripting
■ RMAN Syntax Quick Reference
■ Backup and Recovery Views
■ Documentation Accessibility
Oracle is a registered trademark, and SQL*Plus is a trademark or registered trademark of Oracle Corporation. Other names
may be trademarks of their respective owners.
Copyright 2003 Oracle Corporation.
All Rights Reserved.
2
Conventions for Command Syntax
The following table shows the syntax convention used in this manual.
Convention Meaning
[ ] Brackets enclose one or more optional items. Do not enter the
brackets.
{ } Braces enclose two or more items, one of which is required. Do not
enter the braces.
| A vertical bar represents a choice of two or more options within
brackets or braces. Enter one of the options. Do not enter the
vertical bar.
... Horizontal ellipsis points indicate either:
■ That we have omitted parts of the code that are not directly
related to the example
■ That you can repeat a portion of the code
.
.
.
Vertical ellipsis points indicate that we have omitted several lines of
code not directly related to the example.
Other
notation
You must enter symbols other than brackets, braces, vertical bars,
and ellipsis points as shown.
Bold Bold type indicates the introduction of a significant term. Usually a
brief definition or a longer discussion follows the introduction of
the term.
Italics Italicized text indicates placeholders or variables for which you
must supply particular values.
UPPERCASE Uppercase 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 case sensitive, you can enter them in lowercase.
lowercase Lowercase typeface indicates programmatic elements that you
supply. For 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.