Saving parameters to a file

If you use the Test Window you can save the Test Script. It saves:

1. The PL/SQL code with the call to procedure.
2. The parameter declarations (as variables).
3. The parameter values (as variable values).

You can quickly create a Test Script by right-clicking on the procedure and selecting "Test" from the popup menu.
 
Back
Top