Recent content by deniskolesnikov

  1. D

    splits lines longer than 255

    Hi Marco, I've encountered an unpleasant feature: when I open a function/procedure from database into plsqldev's program window it splits lines longer than 255. sometimes it may cause errors say there's a function: create or replace function f_tmp return varchar2 is result varchar2(30)...
  2. D

    Access violation

    Yes, in SQL window. It doesn't seem to be an Oracle Net bug because other tools (SQL*Plus, Toad) work with such statements. Still if there's an Oracle Net (or any other) bug PLSQL Developer must not crash, mustn't it? Anyway it would be very convenient if Developer's SQL window could work with...
  3. D

    Access violation

    Hello Marco, From version to version I get the error from time to time: Access violation at address 60537987 in module 'oracommon9.dll'. Read of address 00000000 I've noticed that it arises when I issue something like: select * from dual where dummy=:u or select :col from a_table It seems...
Back
Top