oracle 引數LOG_ARCHIVE_FORMAT 的格式
Parameter type String Syntax
LOG_ARCHIVE_FORMAT = filename
Default value
Operating system-dependent
Parameter class
Static
Range of values
Any string that resolves to a valid filename
Real Application Clusters
Multiple instances can have different values, but identical values are recommended.
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.
The following variables can be used in the format:
%s log sequence number
%S log sequence number, zero filled
%t thread number
%T thread number, zero filled
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:
LOG_ARCHIVE_FORMAT = "LOG%s_%t.ARC"
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.
LOG_ARCHIVE_FORMAT = filename
Default value
Operating system-dependent
Parameter class
Static
Range of values
Any string that resolves to a valid filename
Real Application Clusters
Multiple instances can have different values, but identical values are recommended.
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.
The following variables can be used in the format:
%s log sequence number
%S log sequence number, zero filled
%t thread number
%T thread number, zero filled
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:
LOG_ARCHIVE_FORMAT = "LOG%s_%t.ARC"
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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-83032/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 10G的log_archive_format引數Oracle 10gHiveORM
- python json格式轉url引數&分割, url引數轉json格式PythonJSON
- Oracle引數-隱藏引數Oracle
- oracle 引數Oracle
- oracle的引數檔案Oracle
- Oracle PGA引數的管理Oracle
- springMVC中引數格式化SpringMVC
- Oracle引數檔案解析——引數解析Oracle
- Oracle 核心引數Oracle
- Oracle UNDO引數Oracle
- Oracle引數大全Oracle
- oracle引數配置Oracle
- oracle 效能引數Oracle
- ORACLE核心引數Oracle
- oracle引數整理Oracle
- SpringMVC的引數繫結-日期格式轉換SpringMVC
- Oracle引數檔案 各引數解釋Oracle
- ORACLE並行相關的引數Oracle並行
- Oracle 的COMPATIBLE引數Oracle
- Oracle的隱含引數(zt)Oracle
- jquery height()和width()函式的引數格式jQuery函式
- Oracle:PDB 引數管理Oracle
- Oracle rman 配置引數Oracle
- Oracle 引數檔案Oracle
- ORACLE 配置event引數Oracle
- Oracle檢視引數Oracle
- Oracle隱式引數Oracle
- Oracle 隱含引數Oracle
- ORACLE隱含引數Oracle
- oracle重要初始引數Oracle
- Oracle 各版本引數/隱藏引數 介紹Oracle
- oracle中的processes,session,transaction引數OracleSession
- 詳解Oracle建立表的引數Oracle
- 獲取oracle的隱含引數Oracle
- ORACLE初始化引數的配置Oracle
- Oracle 的 cursor_sharing引數Oracle
- oracle的一個隱含引數Oracle
- Oracle可變引數的優化Oracle優化