How to turn off audit functionality in Oracle

Source: Internet
Author: User
Tags sqlplus

The Oracle 11g default installation database starts the audit feature, resulting in increased Oracle cumulative sys.aud$ table and associated index data volumes;

If the table space is full, the ora-1654:unable to extend index SYS will be reported in the alert log .... Error.

If the audit function is not used, it is recommended that the audit be closed.

Processing process:

1, with the Oracle user login to the database server, execute:

Sqlplus/as SYSDBA

2, cancel audit, set initialization parameter audit_trail to none

Alter system set Audit_trail=none Scope=spfile;

3, and then restart the database.

Shutdown immediate;

Sqlplus/as SYSDBA

Startup

4, delete the authority data, Oracle users log on to the database server:

Sqlplus/as SYSDBA

TRUNCATE TABLE SYS. aud$;

This article is from "Richard's notes-accumulate micro Cheng" blog, please be sure to keep this source http://zxf261.blog.51cto.com/701797/762048

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/database/Oracle/

Related Article

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.