On Mon, 11 Aug 2014 11:12:34 +0100 David Precious <dav...@preshweb.co.uk> wrote:
> On Sun, 10 Aug 2014 16:40:07 +0530 > Uday Vernekar <vernekaru...@gmail.com> 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, [...] I guess I should expand on that, in case you're not familiar with them - stored procedures are essentially functions stored in the database itself, written in PL/SQL or Java typically: http://en.wikipedia.org/wiki/Stored_procedure So, that means that there's code in the database system itself that we're not seeing, so could only guess at what that code does. I think you're somewhat beyond what this list can help with - we can help with specific beginner questions etc, but giving a whole script you've no idea about, and not being able to give the missing chunks (stored procs) is somewhat beyond that. We're not here to do the work for you :) -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/