Hi,
When i have a procedure or function which returns an object eg
create or replace type varchar2_table as table of varchar2(4000);
is there an easy way to quickly just open this type from plsql developer test/sql window rather than having to iterate through the values and DBMS_OUTPUT'ing them to view them.
I think i have done it once before but for the life of me i cant find how to do it.
When i have a procedure or function which returns an object eg
create or replace type varchar2_table as table of varchar2(4000);
is there an easy way to quickly just open this type from plsql developer test/sql window rather than having to iterate through the values and DBMS_OUTPUT'ing them to view them.
I think i have done it once before but for the life of me i cant find how to do it.