thanks david
On Mon, Aug 11, 2014 at 3:54 PM, David Precious
wrote:
> On Mon, 11 Aug 2014 11:12:34 +0100
> David Precious wrote:
>
> > On Sun, 10 Aug 2014 16:40:07 +0530
> > Uday Vernekar wrote:
> >
> > > i din't understand what the whole script is doing.I need to
> > > understand first what
On Mon, 11 Aug 2014 11:12:34 +0100
David Precious wrote:
> On Sun, 10 Aug 2014 16:40:07 +0530
> Uday Vernekar wrote:
>
> > i din't understand what the whole script is doing.I need to
> > understand first what this script is all about.
>
> Well, it calls some Oracle stored procedures, [...]
On Sun, 10 Aug 2014 16:40:07 +0530
Uday Vernekar wrote:
> i din't understand what the whole script is doing.I need to understand
> first what this script is all about.
Well, it calls some Oracle stored procedures, so without knowing what
they do, we can only really tell you "it does something wi
On 10 August 2014 12:10, Uday Vernekar wrote:
> i din't understand what the whole script is doing.I need to understand
> first what this script is all about.
>
Can you give us some context? How did you come by this script? What does it
run on?
Looking through it my gut instinct says that it's d
i din't understand what the whole script is doing.I need to understand
first what this script is all about.
On Sat, Aug 9, 2014 at 12:58 PM, Kent Fredric wrote:
>
> On 9 August 2014 16:32, Uday Vernekar wrote:
>
>> Hi All,
>>
>>
>> please help me in understanding this script.
>>
>
> Please expl
On 9 August 2014 16:32, Uday Vernekar wrote:
> Hi All,
>
>
> please help me in understanding this script.
>
Please explain what it is about this script you want to understand / don't
quite understand.
Also, if there's something not working in this script, a primary candidate
list of potential p
Hi All,
please help me in understanding this script.
##1./dbopt/mounts/apps/irfora/utils/scr
use DBI;
use lib "$ENV{IRF_ORA_HOME}/utils/scr";
use UTILS_ORA('mailing', 'db_connect');--The script location
/dbopt/mounts/apps/irfora/utils/scr
sub SendErr;
#sub mailing;
my @FN = split /\//, $0;
m