Archive Name And Parameters Statistics
Property | Description |
---|---|
Parameter type | String |
Syntax | LOG_ARCHIVE_FORMAT = filename |
Default value | Operating system-dependent |
Modifiable | No |
Range of values | Any string that resolves to a valid filename |
Basic | No |
Real Application Clusters | Multiple instances can have different values, but identical values are recommended. |
A Companion Package for the Book 'A Course in Statistics with R' ACTCD: Asymptotic Classification Theory for Cognitive Diagnosis. Additive Main Effects and Multiplicative Interaction Model Stability Parameters: AMModels: Adaptive Management Model Manager: AmmoniaConcentration: Un-Ionized Ammonia Concentration. Archive and Unarchive. File statistics. This feature gives some information about contents of selected files and folders: the total size, a number of files and subfolders, a number of archives. In the WinRAR shell mode, the archive format can be selected in Archive name and parameters dialog in the same way as all other settings.
LOG_ARCHIVE_FORMAT
is applicable only if you are using the redo log in ARCHIVELOG
mode. Use a text string and variables to specify the default filename format when archiving redo log files. The string generated from this format is appended to the string specified in the LOG_ARCHIVE_DEST
parameter.
Statistic Or Parameter Quizlet
The following variables can be used in the format:
%s
log sequence number
Archive Name And Parameters Statistics Pdf
%S
log sequence number, zero filled
%t
thread number
%T
thread number, zero filled
%a
activation ID
%d
database ID
%r
resetlogs ID that ensures unique names are constructed for the archived log files across multiple incarnations of the database
Using uppercase letters for the variables (for example, %S
) causes the value to be fixed length and padded to the left with zeros. An example of specifying the archive redo log filename format follows:
Neither LOG_ARCHIVE_DEST
nor LOG_ARCHIVE_FORMAT
have to be complete file or directory specifiers themselves; they only need to form a valid file path after the variables are substituted into LOG_ARCHIVE_FORMAT
and the two parameters are concatenated together.
See Also:
Oracle Database Backup and Recovery Basics, Oracle Data Guard Concepts and Administration, and Oracle Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide for more information on setting this parameter
Your operating system- specific Oracle documentation for the default value and range of values for
LOG_ARCHIVE_FORMAT