BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
SQL> delete aud$;
3 rows deleted.
SQL> commit;
Commit complete.
SQL> select count(*) from aud$;
COUNT(*)
----------
0
SQL> conn / as sysdba
Connected.
SQL> select count(*) from aud$;