Name

RecordSpec (Oracle9i only)

Synopsis

A subclause used to specify types of objects on which to operate when performing maintenance.

Syntax

RecordSpec := 
{ { BACKUPPIECE | PROXY } 
  { 'media_handle' [, 'media_handle' ...] 
  | primary_key [, primary_key ...] 
  | TAG [=] [']tag_name[']
  }
| BACKUPSET primary_key [, primary_key ...]
| { CONTROLFILECOPY | DATAFILECOPY }
  { { primary_key [, primary_key ...] 
    | 'filename' [, 'filename' ...]
    } 
  | TAG [=] [']tag_name['] [, [']tag_name['] ...]
  }
| ARCHIVELOG
  { primary_key [, primary_key ...] 
  | 'filename' [, 'filename' ...]
  }
| archivelogRecordSpecifier
}

Keywords

BACKUPPIECE

Specifies the physical backup piece by either its filename, primary key, or tag name

PROXY

Specifies a proxy copy by its filename, primary key, or tag name

CONTROLFILECOPY

Specifies a control file copy by its filename, primary key, or tag name

DATAFILECOPY

Specifies a datafile copy by its filename, primary key, or tag name

Get Oracle RMAN Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.