Previous |
Next |
Next, enable auditing for SELECT
statements on the OE.CUSTOMERS
table.
To enable auditing of SELECT statements for the OE.CUSTOMERS table:
Ensure that the sample user sec_admin
exists.
Log on as SYSTEM
, and then from the Database Control home page, click Server to display the Server subpage. Select Users under Security, and check the list of accounts for sec_admin
. "Step 1: Create a Security Administrator Account" explains how to create the sec_admin
security administrator account.
Grant sec_admin
the SELECT
privilege on the OE.CUSTOMERS
table.
Log in to Database Control as user sec_admin
.
Click Server to display the Server subpage.
In the Security section, click Audit Settings.
The Audit Settings page appears.
Select the Audited Objects subpage.
Click Add.
The Add Audited Object page appears.
Enter the following information:
Object Type: Select Table
.
Table: Enter OE.CUSTOMERS
.
Available Statements: Select SELECT
, and then click Move to move it to the Selected Statements list.
Click OK.
Shut down the database instance and then restart it.
In the upper, right corner of the Database Control page, select Logout.
Click Login.
In the Login page, enter the following login information:
User Name: SYS
Password: The password of the system administrator
Connect As: SYSOPER
Use the SYSOPER
system privilege to shut down and restart the database.
Under General, click Shutdown.
In the Startup/Shutdown Credentials page, enter your credentials.
See Shutting Down and Starting Up Using Oracle Enterprise Manager Database Control for more information.
After the shutdown completes, click Startup.
Exit Database Control.