SQL*Run simplify you to run SQL*Plus scripts with command-line parameters.
If you have scripts with parameters you can use this program ..
- to describe what each parameter means,
- to define default value for each parameter,
- to start script with user-friendly interface.
And finally, you can write remarks to script.

The first time you open script under SQL*Run, program determines
how much have this script external parameters (like &1) and shows
list of edit boxes for each one. After you define parameter names,
default parameter values and remark, SQL*Run write this information
into script file and use it in the future. However you can continue
to use this script directly with SQL*Plus (all additional information
is wrote in the comment blocks).

This program exists in two version - as Java application and as Win32 exe file.

This program is free, but you can pay $5 if you like it and want to
reward author. I will be glade to hear any comments also.

Alexander Zemerov,
1 Conasauga Place #E,
Rome, GA, 30165, USA.
azemerov@usa.net

