Re: Hello list, script scheduling question.
From: Rajeev Prabhakar <rprabha01_at_gmail.com>
Date: Sat, 26 May 2018 11:41:08 -0400
Message-Id: <52EEB627-6956-416A-9507-90A3358AE93E_at_gmail.com>
Date: Sat, 26 May 2018 11:41:08 -0400
Message-Id: <52EEB627-6956-416A-9507-90A3358AE93E_at_gmail.com>
Venky,
One thought that comes to mind is :
> On May 25, 2018, at 5:46 PM, V Raman <vraman4list_at_gmail.com> wrote:
>
> I am trying to set up a backup script to be called for various DBs in the DB server through crontab. If an instance of the script is running for the GIVEN oracle_sid I dont want another instance of the backup script to be started. However, if an instance of the script is running for a different oraclesid, I am ok with starting a new instance run of the script. Linux RHES7, bash.
>
> I tried using grep, grep -v $$, pgrep, etc inside the script and also tried pgrep in crontab, not lucky. Web searching has not led me anywhere so far. Any short and sweet solution for this issue?
>
> Thanks,
> venky.
-- http://www.freelists.org/webpage/oracle-lReceived on Sat May 26 2018 - 17:41:08 CEST