Running a Procedure from the SQL Window or from a Batch script
When you click on Copy to SQL Window, AQT will create a script to run the procedure as an SQL script.
This script can be used in the SQL window, or in a batch script.
Notes
- enter the parm values using the value clause
- parmname is an optional clause and is not used by AQT. It is included only to help you identify the parameters.
- ptype is an important clause used to identify OUT and INOUT parameters. This should not be omitted.