Hi,
I would like to know if there is a way to call Oracle Stored Proc from OScript??
If so then I will greatly appreciate some example code.
thx
sapna
just to call it you can use the EXECUTE function, see http://techsupt.winbatch.com/TS/T000002015F9.html for an example, if the PL/SQL is more complex then you will need to look at PIPELINING in PL/SQL so that Livelink can process the results back.