關於oracle11g的審計功能
AUDIT_TRAIL
Property | Description |
---|---|
Parameter type | String |
Syntax | AUDIT_TRAIL = { none | os | db [, extended] | xml [, extended] } |
Default value | none |
Modifiable | No |
Basic | No |
AUDIT_TRAIL enables or disables database auditing.
Values:
-
none
Disables standard auditing. This value is the default if the AUDIT_TRAIL parameter was not set in the initialization parameter file or if you created the database using a method other than Database Configuration Assistant. If you created the database using Database Configuration Assistant, then the default is db.
-
os
Directs all audit records to an operating system file. Oracle recommends that you use the os setting, particularly if you are using an ultra-secure database configuration.
-
db
Directs audit records to the database audit trail (the SYS.AUD$ table), except for records that are always written to the operating system audit trail. Use this setting for a general database for manageability.
If the database was started in read-only mode with AUDIT_TRAIL set to db, then Oracle Database internally sets AUDIT_TRAIL to os. Check the alert log for details.
-
db, extended
Performs all actions of AUDIT_TRAIL=db, and also populates the SQL bind and SQL text CLOB-type columns of the SYS.AUD$ table, when available. These two columns are populated only when this parameter is specified.
If the database was started in read-only mode with AUDIT_TRAIL set to db, extended, then Oracle Database internally sets AUDIT_TRAIL to os. Check the alert log for details.
-
xml
Writes to the operating system audit record file in XML format. Records all elements of the AuditRecord node except Sql_Text and Sql_Bind to the operating system XML audit file.
-
xml, extended
Performs all actions of AUDIT_TRAIL=xml, and populates the SQL bind and SQL text CLOB-type columns of the SYS.AUD$ table, wherever possible. These columns are populated only when this parameter is specified.
You can use the SQL AUDIT statement to set auditing options regardless of the setting of this parameter.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12129601/viewspace-713788/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於oracle審計功能Oracle
- oracle11g審計Oracle
- ORACLE的 審計功能Oracle
- oracle 11g 關閉審計功能Oracle
- Oracle 審計功能Oracle
- MySQL審計功能MySql
- oracle審計功能Oracle
- 關於設計評審的一些思考
- 初識ORACLE的審計功能Oracle
- 開啟Oracle的審計功能Oracle
- 基於Java關鍵詞審計技巧?網路安全原始碼審計Java原始碼
- Oracle FGA審計功能Oracle
- 關於oracle11g的關於cardinality feedback新特性Oracle
- 關於簡單的js計步功能JS
- Elasticsearch Auditing(es的審計功能)Elasticsearch
- Oracle Database標準審計和細粒度審計功能OracleDatabase
- mysql啟用審計功能MySql
- LINUX AS 5 審計功能Linux
- 基於php審計關鍵詞審計技巧總結 網路安全學習PHP
- 【Mysql】mysql開啟審計功能MySql
- Oracle audit 審計功能說明Oracle
- oracle10g 審計功能Oracle
- oracle9i審計功能的開啟和審計策略的設定方法Oracle
- Oracle Audit 審計功能的認識與使用Oracle
- CQ Tech | 解析 CloudQuery 審計分析功能Cloud
- 【實驗】【審計】【FGA】使用Oracle的審計功能監控資料庫中的可疑操作Oracle資料庫
- 財務軟體的審計功能怎麼用
- 快速實現oracle10g的審計功能Oracle
- Oracle11g安全審計–重要帳號的DDL語句操作記錄Oracle
- Oracle FGA細粒度審計——基於內容的資料庫審計(一)Oracle資料庫
- Oracle FGA細粒度審計——基於內容的資料庫審計(二)Oracle資料庫
- Oracle FGA細粒度審計——基於內容的資料庫審計(三)Oracle資料庫
- 【FGA】將FGA細粒度審計功能的審計結果記錄在資料庫中資料庫
- 【FGA】將FGA細粒度審計功能的審計結果記錄在XML檔案中XML
- MySQL5.7審計功能windows系統MySqlWindows
- 開啟mysql 資料庫審計功能。MySql資料庫
- oracle 11g 系統審計功能Oracle
- Oracle資料庫審計功能介紹Oracle資料庫