Anuj Singh Oracle DBA
Saturday, 21 May 2011
Oracle trace file compress
# Gzips Oracle Archive logs that are older than 5 days
#
cd /opt/oracle/admin/cccdb/arch
/usr/bin/find . -name '*.arc' -mtime +5 -exec /usr/bin/gzip -9 {} \;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment