Starting or stopping all stored procedures
Starting stored procedures activates the definition of a stored procedure that is stopped or refreshes one that is stored in the cache. Conversely, stopping stored procedures prevents Db2 from accepting SQL CALL statements for one or more stored procedures.
You do not need to start procedures when you define a new stored procedure; Db2 automatically activates the new definition when it first receives an SQL CALL statement for the new procedure.
Before you begin
Procedure
To start or stop all stored procedures:
On theManage Stored Procedures
(ADB2ZP) panel, specify one of
the following options, and press Enter
- 4
- Starts all stored procedures
- 5
- Stops all stored procedures
Db2 Admin Tool issues
the Db2 START
PROCEDURE(*.*) or STOP PROCEDURE (*.*) command as requested, and displays the
status of the command.
The following figure shows example output for START PROCEDURE:
The following figure shows example output for STOP PROCEDURE: