Re: Cron management...
From: Mladen Gogala <mgogala_at_yahoo.com>
Date: Tue, 14 Apr 2015 14:14:07 -0400
Message-ID: <552D58EF.9050500_at_yahoo.com>
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
Date: Tue, 14 Apr 2015 14:14:07 -0400
Message-ID: <552D58EF.9050500_at_yahoo.com>
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 -- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 14 2015 - 20:14:07 CEST