PL/SQL Developer doesn't seem to support
index-by tables indexed with varchar2
(new in Oracle 9i.2), i.e.declarations like the following:
TYPE itree_table_type IS TABLE OF
itree_rec_type
INDEX BY VARCHAR2(50);
On compilation I receive PLS -00222 error.
currently I'm using version...
Currently I am testing a pl/sql package. Testing
in SQL*Plus I receive the correct result sets, using the PL/SQL Developer with the same values I sometimes get empty result sets.
I am using trial-version 5.1.3.704.
Is there anybody with the same problems?