find the files older than 30 days in linux
cd /u01/app/12c/oracle/trace
find *.trc -maxdepth 1 -mtime +30 -type f -exec ls -l {} \;
No comments yet
cd /u01/app/12c/oracle/trace
find *.trc -maxdepth 1 -mtime +30 -type f -exec ls -l {} \;
![]()
Database Administrator, Blogger, Contributor