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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python json格式轉url引數&分割, url引數轉json格式PythonJSON
- Oracle 核心引數Oracle
- ORACLE並行相關的引數Oracle並行
- Oracle:PDB 引數管理Oracle
- SpringMVC的引數繫結-日期格式轉換SpringMVC
- swagger測試的時候,post請求引數的格式不是json格式SwaggerJSON
- Oracle中的sysctl.conf核心引數Oracle
- Oracle初始化引數的來源Oracle
- Oracle GoldenGate常用引數詳解OracleGo
- oracle rac 核心引數詳解Oracle
- Oracle Table建立引數說明Oracle
- Oracle JDBC ResultSet引數測試OracleJDBC
- 使用 XmlCommand 對Oracle傳引數XMLOracle
- Oracle RAC引數檔案管理Oracle
- 線上json轉url引數格式工具JSON
- oracle中的processes,session,transaction引數詳解OracleSession
- oracle O7_DICTIONARY_ACCESSIBILITY 引數Oracle
- [20190917]oracle引數deferred屬性.txtOracle
- Oracle面試寶典-引數篇Oracle面試
- Oracle RAC修改引數檔案位置Oracle
- Oracle ENABLE=broken引數與TCP KeepAliveOracleTCP
- EDBPPAS(Oracle相容版)Oracle與PostgreSQL相容模式的引數配置切換OracleSQL模式
- 將網址url中的引數轉化為JSON格式JSON
- Postman傳送請求引數是Map格式的請求Postman
- 【Oracle】簡單引數也有講究,JOB_QUEUE_PROCESS引數調研Oracle
- EDB PPAS(Oracle 相容版) Oracle與PostgreSQL 相容模式的引數配置切換OracleSQL模式
- Oracle安裝相關Linux引數(轉)OracleLinux
- ORACLE中Cursor_sharing引數詳解Oracle
- Oracle undo保留時間的幾個相關引數Oracle
- 聊聊Oracle表空間Offline的三種引數(上)Oracle
- 聊聊Oracle表空間Offline的三種引數(中)Oracle
- 聊聊Oracle表空間Offline的三種引數(下)Oracle
- 2.6.1.2 平文字初始化引數檔案格式
- 把瀏覽器的引數複製 postman(form-data)格式瀏覽器PostmanORM
- Oracle 叢集心跳及其引數misscount/disktimeout/reboottimeOracleboot
- oracle 升級12c引數樣例Oracle
- oracle非同步IO之filesystemio_options引數Oracle非同步
- Oracle 10g expdp attach引數體驗Oracle 10g
- Oracle RAC一鍵部署002(引數檢查)Oracle