![]() Previous |
![]() Next |
Optionally, remove the audit settings that you created earlier.
To remove the audit settings in Database Control:
Log in to Database Control as user SYS with the SYSDBA privilege.
Click Server to display the Server subpage.
In the Security section, click
Audit Settings.
The Audit Settings page appears.
Select the Audited Objects subpage.
Under Schema, enter OE.
Under Object Name, enter CUSTOMERS.
Click Search.
Select the box next to the OE.CUSTOMERS audited schema, and then click Remove.
A Confirmation dialog box appears.
Select Yes.
Click the Database Instance link to return to the Database home page.
Select the Server subpage, and then under Database Configuration, select Initialization Parameters.
Select the SPFile subpage.
Find the AUDIT_TRAIL parameter and then set it to the original value. Click Apply.
Exit Database Control.
Restart the database:
sqlplus sys as sysoper
Enter password: password
SQL> SHUTDOWN IMMEDIATE
SQL> RESTART