Category Archive Template

Built-in (Supplied) Packages > DBMS_OUTPUT

Most of us use this package, and most of us have a love-hate relationship with it. What should be done to make it easier to use and richer in functionality?

March 31, 2005

Add overloadings to DBMS_OUTPUT.PUT_LINE.

DBMS_OUTPUT.PUT_LINE displays to the screen or host environment data from my PL/SQL program. Currently, it only supports displaying of strings (and data that can be implicitly converted to strings).

There are several datatypes that should be supported by this program, including:

* Object types
* Records
* Collections
* Files via a UTL_FILE handle
* XML documents
* CLOBs

Posted by sf at 08:29 AM | Add your thoughts (6)