index-by-V2 arrays in the debugger

Worker

Member³
9i (thankfully) introduced the following PL/SQL type:
TYPE t IS TABLE OF NUMBER INDEX BY VARCHAR2(100);

However, collections of type t can't be viewed in the debugger. "View collection variable" doesn't pop up the usual window.

Could you please consider this for a future enhancement?
 
Back
Top