Skip Headers

Oracle9i Recovery Manager Reference
Release 2 (9.2)

Part Number A96565-01
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 , 33 of 59


listObjList

Syntax

Text description of listObjList.gif follows
Text description of the illustration listObjList.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

Syntax Element Description

DATAFILE datafileSpec

Specifies datafiles by filename or file number. The clause specifies datafile image copies or backup sets that contain at least one of the datafiles.

See Also: "datafileSpec"

TABLESPACE 'tablespace_name'

Specifies tablespace names. The clause specifies datafile image copies or backup sets that contain at least one of the datafile from the specified tablespace.

archivelogRecordSpecifier

Specifies a range of archived redo logs.

See Also: "archivelogRecordSpecifier"

DATABASE

Specifies backup sets or image copies of all files in the current database.

SKIP TABLESPACE 'tablespace_name'

Omits the specified tablespaces from the DATABASE specification.

CONTROLFILE

Specifies the current control file.

SPFILE

Specifies the current server parameter file.

Examples

Listing Datafile Copies: Example

The following command lists image copies of all the files in the database, skipping the temp tablespace, which is a dictionary-managed temporary tablespace:

LIST COPY OF DATABASE SKIP TABLESPACE temp;
Crosschecking Archived Redo Logs: Example

The following example queries the media manager for the status of server parameter file and archived redo log backups created in the last three months:

ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE sbt;
CROSSCHECK BACKUP OF SPFILE ARCHIVELOG FROM TIME 'SYSDATE-90';
Deleting Expired Control File Backup Sets: Example

The following command deletes expired backups of the control file:

DELETE EXPIRED BACKUP OF CONTROLFILE;

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 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