November 2004
Intermediate to advanced
584 pages
15h 29m
English
The PRINT command displays the value of a bind variable. One of its most useful applications is to retrieve and print data from a REFCURSOR variable that has been opened within a PL/SQL block or returned from a PL/SQL procedure. PRINT is discussed in Chapter 11.
PRI[NT] [bind_variable_name]Is the command, which may be abbreviated PRI. Entering PRINT by itself causes SQL* Plus to print the values of all bind variables.
Is the name of the bind variable you want to print.
Read now
Unlock full access