Re: Cron management...

  • From: "Mladen Gogala" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "mgogala@xxxxxxxxx" for DMARC)
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Tue, 14 Apr 2015 14:14:07 -0400

On 04/14/2015 05:00 AM, Freek D'Hooge wrote:


Other reasons for not using the NB scheduler are that after the backup another action needs to be triggered.
Which is easily done in OEM with cascading jobs or in some other third party schedulers.
It's easily done in any scheduler. NB jobs are just shell scripts. There is no problem with writing something like

[ -f $MYFILE ] && CONDITION="true"
[ $CONDITION == "true" ] && /usr/local/scripts/myscript

The beauty of shell scripts is precisely that: they can be easily rewritten and modified.

--
Mladen Gogala
Oracle DBA
http://mgogala.freehostia.com

--
//www.freelists.org/webpage/oracle-l


Other related posts: