Name
ALTER SNAPSHOT
Synopsis
ALTER SNAPSHOT [schema
.]snapshot_name
[PCTFREEinteger
] [PCTUSEDinteger
] [INITRANSinteger
] [MAXTRANSinteger
] [LOGGING | NOLOGGING] [CACHE | NOCACHE] [STORAGE ( [NEXTinteger
[K | M] ] [MAXEXTENTS {integer
| UNLIMITED} ] [PCTINCREASEinteger
] [FREELISTSinteger
] [FREELIST GROUPSinteger
] ] ) ] [PARALLEL ( {DEGREE {integer
| DEFAULT} | INSTANCES {integer
| DEFAULT} } ) ] [NOPARALLEL] [USING INDEX [PCTFREEinteger
] [INITRANSinteger
] [MAXTRANSinteger
] [LOGGING | NOLOGGING] [STORAGE ( [INITIALinteger
[K | M] ] [NEXTinteger
[K | M] ] [MINEXTENTSinteger
] [MAXEXTENTS {integer
| UNLIMITED} ] [PCTINCREASEinteger
] [FREELISTSinteger
] [FREELIST GROUPSinteger
] ) ] ] [REFRESH [FAST | COMPLETE | FORCE] [START WITHdate
] [NEXTdate
] [WITH PRIMARY KEY] [USING DEFAULT [MASTER | LOCAL ] ROLLBACK SEGMENT] | [USING [MASTER | LOCAL] ROLLBACK SEGMENTrollback_segment
] ]
Changes the storage characteristics or automatic refresh characteristics of a snapshot (snapshot_name).
Keywords
- PCTFREE
Specifies the percentage of space to be reserved in each data block for future updates to rows contained in that block. Valid values are - 99, and the default value is 10.
- PCTUSED
Specifies the minimum percentage of space that will be maintained as used in each data block. Valid values are 1- 99, and the default value is 40.
- INITRANS
Specifies the initial number of transaction entries allocated to each block.
- MAXTRANS
Specifies the maximum number of transaction entries allocated to each block. ...
Get Oracle Database Administration: The Essential Refe 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.