Q5
Multiple choice
To gather the various statistics for the database and the operating system (OS) on a Linux machine, you created a script, snap.sh. You want to collect the statistics every day at 6:30 p.m.
To automate the process, you added the following entry in the crontab file as the oracle user:
30 18 *** $ORACLE_BASE/admin/scripts/snap.sh
What changes would you have to do to ensure the successful execution of the snap.sh script?
(Choose all that apply.)
Select all that apply.