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 5.1.3.704
Is there help?
Yours sincerely,
Dr. Jakob M
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 5.1.3.704
Is there help?
Yours sincerely,
Dr. Jakob M