4.19 sizeSpec
Purpose
The sizeSpec
subclause specifies the size of the data.
Semantics
Syntax Element | Description |
---|---|
|
Specifies the size of data in gigabytes ( |
Examples
Example 4-36 Setting the Maximum Size of a Backup Piece
This ALLOCATE
command specifies in the MAXPIECESIZE
parameter that no backup piece written to tape can exceed 800 MB.
RUN { ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS 'SBT_LIBRARY=/usr/local/oracle/backup/lib/libobk.so, ENV=(OB_DEVICE_1=stape1)' MAXPIECESIZE 800M; }