You are on page 1of 1

find ./ -mtime +5 -type *.dmp -exec ls -ltr {} \; find .

/ -mtime +5 -type f -exec rm -f {} \; find /backup/logs/ -name daily_backup* -mtime +21 -exec rm -f {} ; find /backup/logs/daily_backup* -mtime +5 -exec rm -f {} \; find /backup/logs/daily_backup* -mtime +5 -delete;

find ./ -mtime +70 -type f -exec ls -ltr {} \; find arch*arc -mtime +5 -type f -exec rm -f {} \; find *dmp.Z -mtime +303 -type f -exec ls -ltr {} \; find *dmp.Z -mtime +10 -type f -exec rm -f {} \; find arch*arc -mtime +5 -type f -exec rm -f {} \; find arch*arc -mtime +5 -type f -exec ls -ltr {} \; find *.dbf -mtime +15 -type f -exec ls -ltr {} \; find *.dbf -mtime +10 -type f -exec rm -f {} \; select owner,table_name,last_analyzed from dba_tables where trunc(LAST_ANALYZED) ='30-JAN-14' and owner='MS'; DB Name :- SR version :- 11.2.0.3 ip :- 13.129.21.56 /uv1016/u105 -Datafile, logfile, exp

You might also like