Database auditing, and fine-grained auditing (FGA) View queries

Source: Internet
Author: User

Audit SYSDBA Activities:

Related system parameters: Audit_sys_operations. Set to True, then each statement published by a user who connects to the database as SYSDBA or Sysoper writes to the audit trail of the operating system.

--Query defines how many audits are made:

SELECT * from Dba_audit_policies;

--Database Audit record:

SELECT * from Dba_audit_trail;

Related parameters: Audit_trail

--fine-grained audit records:

Sleect * from Dba_fga_audit_trail;

Reference instance:

Begin
Dbms_fga.add_policy
(
Object_schema=> ' SCOTT ',
Object_name=> ' T_audit_demo ',
Policy_name=> ' Scott_policy ',
Statement_types=> ' INSERT, UPDATE, DELETE, SELECT '
);
End
/

Database auditing, and fine-grained auditing (FGA) View queries

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.