Name

recordSpec Clause

Synopsis

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
}

Specifies types of objects on which to operate when performing maintenance. Valid only for Oracle9i.

Keywords

BACKUPPIECE

Specifies the physical backup piece by 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 in a Nutshell 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.