Oracle9i Recovery Manager Reference
Release 1 (9.0.1)

Part Number A90136-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

RMAN Commands , 34 of 60


maintQualifier

Syntax


Text description of maintqua.gif follows
Text description of the illustration maintqua.gif

Purpose

A subclause used to specify database files and archived redo logs.

Restrictions and Usage Notes

Use this clause in the following commands:

Keywords and Parameters

TAG = 'tag_name' 

Specifies the datafile copies and backups by tag. 

completedTimeSpec 

Specifies a range of time for completion of the backup or copy.
See Also: "completedTimeSpec" 

LIKE 'string_pattern' 

Restricts datafile copies by specifying a filename pattern. The pattern can contain Oracle pattern matching characters % and _. RMAN only operates on those files whose name matches the pattern.

Note: You cannot use the LIKE option with the LIST ... ARCHIVELOG command. 

DEVICE TYPE deviceSpecifier 

Allocates automatic channels for the specified device type only. This option is valid only if you have configured automatic channels and have not manually allocated channels. For example, if you configure automatic disk and tape channels, and issue CHANGE ... DEVICE TYPE DISK, then RMAN allocates only disk channels.

See Also: "deviceSpecifier" 

Example

Listing Backups on a Specific Device: Example

The following command lists all backups located on tape:

LIST BACKUP DEVICE TYPE sbt;

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback