Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> auditing entire schema
I want to audit ALL objects in the database - we have a lot of objects lying around
and even the developers dont know whether some of them are being used or not.
I dont think there is any way by which I can audit all objects in the database (thats
by issuing a single stmt).
I tried to audit by schema :
audit all on TRAVEL by session;
but that does not work.
Currently I am doing this :
spool audit_all
select 'audit all on '||owner||'.'||segment_name||' by session;' from dba_segments
where owner not in ('SYS','SYSTEM');
spool off
Any better ideas ?
regards,
~dbatag
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: TAG DBA
INET: dbatag_at_tatainfotech.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue May 29 2001 - 02:17:52 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message