Skip Headers
Oracle® Database Backup and Recovery Reference
11g Release 1 (11.1)

Part Number B28273-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

foreignlogRecordSpecifier

Purpose

Use the foreignlogRecordSpecifier subclause to specify a set of foreign archived redo logs for use in RMAN operations.

Usage Notes

Foreign archived redo logs are received by a logical standby database for a LogMiner session. Unlike normal archived logs, foreign archived logs have a different DBID. For this reason, they cannot be backed up or restored on a logical standby database.

A logical standby database creates foreign archived logs in the flash recovery area if the following conditions are met:

Syntax

foreignlogRecordSpecifier::=

Description of foreignlogrecordspecifier.gif follows
Description of the illustration foreignlogrecordspecifier.gif

archlogRange::=

Description of archlogrange.gif follows
Description of the illustration archlogrange.gif

Semantics

The semantics are exactly the same as for archivelogRecordSpecifier except that the logs are foreign archived redo logs.

Examples

Example 3-20 Crosschecking Foreign Archived Redo Logs

This example crosschecks all foreign archived redo logs:

RMAN> CROSSCHECK FOREIGN ARCHIVELOG ALL;