Test Window and Returning Array

TenGor

Member³
Hy,

i'm in a Test window and call an Package-Procedure which returns an Array (definded in Package Header). The Procedure works fine and the Test-Window is created ok over the PopUp-Menu Test.

But how can i show the Data in the Array after i executed the test?
 
You will have to create some custom code to output (dbms_output.put_line) the array contents. There is no implicit automated support for this.
 
Hm, i think it would be nice if you can view the array like a returning cursor in a extra window...
(Multirecord)
 
Back
Top