Saturday, January 30, 2010

exp dump clean

find /u06/oradata/export -name "exp*dmp.Z" -ctime +6 -exec rm -f {} \;
find /u06/oradata/export -name "exp*.log" -ctime +6 -exec rm -f {} \;

No comments:

Post a Comment