Oracle8i Standby Database Concepts and Administration Release 2 (8.1.6) Part Number A76995-01 |
|
See Also:
For general information about backup and recovery, see the Oracle8i Backup and Recovery Guide. For concepts, procedures, and reference material related to the Recovery Manager utility, see the Oracle8i Recovery Manager User's Guide and Reference. |
This section describes new features relating to standby databases in Oracle release 8.1.5 and release 8.1.6.
A new feature in release 8.1.6 enables you to generate trace files that describe archival activity by setting the LOG_ARCHIVE_TRACE initialization parameter (see Determining Which Archived Logs Have Been Received by the Standby Site).
New features in release 8.1.5 include the following:
This book contains the following chapters:
This manual is new in release 8.1.6. In release 8.1.5, all backup and recovery documentation was located in the Oracle8i Backup and Recovery Guide. In release 8.1.6, the backup and recovery documentation is divided into the following books:
This guide is for database administrators (DBAs) who administer the backup, restore, and recovery operations of an Oracle database system.
Readers of this guide are assumed to be familiar with relational database concepts and basic backup and recovery administration. They are also assumed to be familiar with the operating system environment under which they are running Oracle.
This section explains the conventions used in this manual relating to:
This section explains the conventions used within the text.
Uppercase text is used to call attention to tablespace names, initialization parameters, and SQL keywords.
For example, "If you create a private rollback segment, the name must be included in the ROLLBACK_SEGMENTS parameter of the initialization parameter file. You can view this information by issuing a SHOW PARAMETER statement in SQL*Plus."
Italicized words within text are book titles, new vocabulary, emphasized words, or variables in SQL syntax.
For example, "An archived redo log is an online redo log that has been copied offline. You must run your database in ARCHIVELOG mode to enable this feature. If you are using Recovery Manager, you can specify an archived redo log in a backup command by using the archivelog like '/oracle/archive/arc_*' subclause."
Bold words within text are operating system-specific commands.
For example, "Use the Recovery Manager backup command to back up your database. Alternatively, use the UNIX cp command to copy files."
Monospaced
CharactersFilenames and directories appear in a monospaced font.
For example, "The information in the primary site tnsnames.ora
file must correspond to the information in the standby site listener.ora
file."
SQL and SQL*Plus statements appear separated from the text of paragraphs in a monospaced font. For example:
INSERT INTO emp (empno, ename) VALUES (1000, 'SMITH'); ALTER TABLESPACE users ADD DATAFILE 'users2.ora' SIZE 50K; run { allocate channel ch1 type disk; backup database; }
You can execute SQL and SQL*Plus statements in different environments on different platforms. As much as possible, this guide attempts to provide generic documentation; that is, documentation that is not specific to any operating system or interface. Nevertheless, it is sometimes necessary for illustrative purposes to show how the syntax works at the operating system level. In these cases, this book uses examples from a UNIX command-line interface and employs the %
symbol to indicate the operating system prompt.
Every reader of this guide is presumed to have read:
You will often need to refer to the following reference guides:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|