Recent content by jmueller

  1. J

    no support of varchar2-indexed arrays?

    Thanks. I forgot about the basics...
  2. J

    no support of varchar2-indexed arrays?

    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...
  3. J

    problems with debugger

    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?
Back
Top