Syntax documentationrman_maxpiecesize

This parameter defines the maximum size of the backup pieces created by RMAN with an external backup library, that is, backup_dev_type = rman_util|rman_disk|rman_stage.

You can also use this parameter to limit the size of a save set created by an RMAN incremental backup to local or remote disk.

Syntax Syntax

  1. rman_maxpiecesize = <size> [K|M|G]
End of the code.

Default value: 0 (no limit)

<size>: backup piece size in KB (default), MB, or GB

Note Note

This parameter was previously called rman_kbytes.

End of the note.

See also:

RMAN Backup with an External Backup Library

Oracle documentation