PLVobj: Object Interface

The PLVobj (PL/Vision OBJect) package provides a programmatic interface to the PL/SQL objects stored in the ALL_OBJECTS data dictionary view. See for details.

5.20.1 Tracing PLVobj activity

General constants and exceptions

Setting the current object

Accessing the current object

Interfacing with the PLVobj cursor

Programmatic cursor FOR loop elements



PROCEDURE loopexec (module_in IN VARCHAR2, exec_in IN VARCHAR2 := c_show_object, placeholder_in IN VARCHAR2 := c_leph, name_format_in IN VARCHAR2 := c_modspec); 

The loopexec procedure simulates a cursor FOR loop through a programmatic interface using dynamic PL/SQL. You can modify the behavior of loopexec through the use of the following constants.

Saving and restoring PLVobj settings

Miscellaneous PLVobj programs