Recent content by sukhadukkham

  1. S

    New Package assistent missing ?

    works fine for me
  2. S

    7.1.4.1389: Hanging while pressing right Mouse-Button

    everything ok for me, too
  3. S

    bug with restoring file after crash

    thanks, it works
  4. S

    bug with restoring file after crash

    pldev version 7.1.3.1378 windows xp when restoring files after killing pldev with taskmanager i get several error-messages resulting in a crash. i've send file plsqldev.elf to support@allroundautomations.com
  5. S

    Bug in PL/SQL Developer 7.1.3

    same for me, too
  6. S

    .FIRST .LAST .COUNT Highlighting

    see this: link
  7. S

    7.1.2 and keywords

    when will the preference be available?
  8. S

    7.1.2 and keywords

    pldev 7.1.1 highlights them. could you please restore this behaviour ?
  9. S

    7.1.2 and keywords

    do i miss something or why are collection functions as .trim, .extend, .count not treated as keywords anymore ?
  10. S

    Double-click behaviour changed?

    where did you get 7.1.2 ? i did not receive any email.
  11. S

    bug with sql-window

    thanks
  12. S

    bug with sql-window

    please try the following: CREATE OR REPLACE TYPE ar_ts AS VARRAY(2147483647) OF TIMESTAMP(0) WITH TIME ZONE / CREATE TABLE TEST ( ts ar_ts ) TABLESPACE BASIC / INSERT INTO test ( ts ) VALUES ( ar_ts ( TO_TIMESTAMP_TZ ( '01.01.2007 01:00:00 +01:00', 'DD.MM.YYYY HH24:MI:SS TZH:TZM' )...
  13. S

    Advice: Let user easily execute sql he wants in SQL Window.

    you can go to tools=>preferences=>sql window and check "autoselect statement".
Back
Top