How to Delete Log Files Periodically in Oracleby Ed ChenMay 18, 2018December 10, 2022Trace File, Audit File and Alert Log In this post I will introduce a shell script that can delete log files automatically. We will handle… Read More »How to Delete Log Files Periodically in Oracle
How to Authorize Users to Use Crontabby Ed ChenNovember 6, 2015November 22, 2022Check /etc/cron.deny first If there's no /etc/cron.allow in your system, please make sure the user (e.g. oracle) that we would like to authorize it here… Read More »How to Authorize Users to Use Crontab
How to Resolve Crontab Error crontab: installing new crontab "/tmp/crontab":1: bad command errors in crontab file, can't install.by Ed ChenOctober 24, 2015November 22, 20222 Commentscrontab: installing new crontab When I tried to save and quit editing crontab, I met an error like this: [oracle@test ~]$ crontab -e crontab: installing… Read More »How to Resolve Crontab Error crontab: installing new crontab "/tmp/crontab":1: bad command errors in crontab file, can't install.