March 2012
Intermediate to advanced
442 pages
9h 31m
English
DB2 9.7 introduced the module DBMS_OUTPUT, which provides a set of procedures that can be used to interact with the message buffer. There are many situations when we want to print something on screen from the procedure. This is very common when we are debugging a procedure. In this recipe, we will discuss different procedures available in the DBMS_OUTPUT module.
We need the EXECUTE privilege on the DBMS_OUTPUT module.
The DBMS_OUTPUT module provides a set of procedures that can be used as appropriate. All these procedures allow us to use the message buffer.
Read now
Unlock full access