Natasha
29th August 2002, 07:18
Hello, all
What is the way to execute stored procedure oracle ?
NPRao
29th August 2002, 08:21
Hi Natasha,
You need a write a shell script which calls a oracle sql script and connects to a data base and a sql script in which you code your logics.
then you make a 3-GL or a session, which calls the shell script, with shell() or the run.baan.prog() functions.