How to get output parameters in batch file
449485Mar 27 2009 — edited Mar 27 2009Hi,
I try to create a batch file which execute SQL script.
This SQL script is a PL/SQL and he returns an output parameter
I should like to get this output parameter in the batch file.
That is to say, just after this command
sqlplus usr/password@bdd @my_proc
==> echo my_output_parameter ?
Thanks for yours ideas