0% found this document useful (0 votes)
17 views1 page

Knowledge Base Audit Status

Uploaded by

kapil Jadhav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Knowledge Base Audit Status

Uploaded by

kapil Jadhav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Audit Report:

select created from dba_objects where owner='DBMON' and object_name like


'AUDIT_BKP_%';

ls -lrth | tail -1 | awk '{print $9}'


LOGFILE=`ls -lrth | tail -1 | awk '{print $9}' `

cat `echo $LOGFILE`

cat `echo $LOGFILE` | grep completed

cat `echo $LOGFILE` | grep completed | awk '{print $6" "$7" "$8" "$9" " $10}'

AUDIT_STATUS

CTAS_NAME CTAS_STATUS Before_Purge After_Purge export status TimeStamp

You might also like