rman_maxpiecesizeThis 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
rman_maxpiecesize = <size> [K|M|G]Default value: 0
(no limit)
<size>
: backup piece size in KB (default), MB, or GB
Note
This parameter was previously called rman_kbytes
.
See also:
RMAN Backup with an External Backup Library
Oracle documentation