Syntax Element | Description |
---|---|
%a |
Specifies the activation ID of the database. |
%c |
Specifies the copy number of the backup piece within a set of duplexed backup pieces. If you did not duplex a backup, then this variable is 1 for backup sets and 0 for proxy copies. If one of these commands is enabled, then the variable shows the copy number. The maximum value for %c is 256. |
%d |
Specifies the name of the database (see Example 3-22). |
%D |
Specifies the current day of the month from the Gregorian calendar in format DD . |
%e |
Specifies the archived log sequence number. |
%f |
Specifies the absolute file number (see Example 3-22). |
%F |
Combines the DBID, day, month, year, and sequence into a unique and repeatable generated name. This variable translates into c-IIIIIIIIII-YYYYMMDD-QQ , where:
|
%h |
Specifies the archived redo log thread number. |
%I |
Specifies the DBID. |
%M |
Specifies the month in the Gregorian calendar in format MM . |
%N |
Specifies the tablespace name. This substitution variable is only valid when backing up datafiles as p_w_picpath copies. |
%n |
Specifies the name of the database, padded on the right with x characters to a total length of eight characters. For example, if prod1 is the database name, then the padded name is prod1xxx . |
%p |
Specifies the piece number within the backup set. This value starts at 1 for each backup set and is incremented by 1 as each backup piece is created.
Note: If you specify PROXY , then the %p variable must be included in the FORMAT string either explicitly or implicitly within %U. |
%s |
Specifies the backup set number. This number is a counter in the control file that is incremented for each backup set. The counter value starts at 1 and is unique for the lifetime of the control file. If you restore a backup control file, then duplicate values can result. Also, CREATE CONTROLFILE initializes the counter back to 1 . |
%t |
Specifies the backup set time stamp, which is a 4-byte value derived as the number of seconds elapsed since a fixed reference time. The combination of %s and %t can be used to form a unique name for the backup set. |
%T |
Specifies the year, month, and day in the Gregorian calendar in this format: YYYYMMDD . |
%u |
Specifies an 8-character name constituted by compressed representations of the backup set or p_w_picpath copy number and the time the backup set or p_w_picpath copy was created. |
%U |
Specifies a system-generated unique filename (default).
The meaning of
%U is different for p_w_picpath copies and backup pieces. For a backup piece, %U specifies a convenient shorthand for %u_%p_%c that guarantees uniqueness in generated backup filenames. For an p_w_picpath copy of a datafile, %U means the following:data-D-%d_id-%I_TS-%N_FNO-%f_%u For an p_w_picpath copy of an archived redo log,
%U means the following:arch-D_%d-id-%I_S-%e_T-%h_A-%a_%u For an p_w_picpath copy of a control file,
%U means the following:cf-D_%d-id-%I_%u |
%Y |
Specifies the year in this format: YYYY . |
%% |
Specifies the percent (% ) character. For example, %%Y translates to the string %Y . |
oracle学习笔记 RMAN format参数说明
精选 转载
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Oracle job 参数说明
Job的参数: 一:时间间隔执行(每分钟,每天,每周,:每月,每季度,每半年,每年) interval是指上一次执行结束到下一次
oracle job 定时执行 时间间隔 运行时间 -
oracle rman学习笔记
oracle rman学习笔记,备份前初步配置,以及初步脚本实例
oracle rman -
Oracle Table 创建参数说明
先看一个oracle 10g 下table 创建SQL,都是默认值:CREATE TABLE SYS.QS(USERNAME VARCHAR2(30 BYTE) NOT NULL,USER_ID NUMBER  
Oracle Oracle Table创建参数说明 Oracle Table创建参数 -
JVM参数说明
JVM参数设置
职场 参数 休闲 JVM -
GTID参数说明
GTID参数说明
GTID参数说明