Recent content by olof

  1. O

    Compare User Objects Invalid index

    Hi, I have the same issue (version 15.0.4.2064 (64 bit)). Any news on this ?
  2. O

    How can I handle this

    Thank you Stef and Gustavo. I can even choose the best solution for me :-)
  3. O

    How can I handle this

    Hi, I have a PL/SQL script (create tables, fill tables, print content of tables and drop tables). I want to be quick when I have to run this PL/SQL script. I want to avoid to search de .pdc file on my disk. Something like Reports for SQL scripts. Any ideas ? Thank you !
  4. O

    Enhancement request - File Browser with increased explorer integration?

    Hi, any information if this enhancement will appear in a futur releas of PL/SQL Developer ? Thank you
  5. O

    When viewing objects, such as Procedures, PLSQL Developer is hanging after 10g Upg

    Hi Marco, in my case (the problem occurs only in Query Builder, with 'All objects' selected), here is the end of the debug.txt file (the query hangs and the database (10.2.0.2.0) sees his CPU at 100% !) : select object_name, owner object_owner, status, object_type, created, last_ddl_time...
  6. O

    When viewing objects, such as Procedures, PLSQL Developer is hanging after 10g Upg

    Hi, I have the same problem, but only in the Query Builder. With 'All objects', the server hangs but with a filter, it's ok. Oracle DB : 10.2.0.2.0 PL/SQL Developer : 7.0.3.1123 (MBCS) With older DB (9.2.0.7.0 for example), it works fine. Thank you !
  7. O

    Bug report : Alternate grid row color

    Hi, the new alternate grid row color is nice and pratice. But is it normal that when I click on a column to make an ordre by, the grid has no color ?
  8. O

    Copy/paste doesn't work if fields with CR/LF

    And this bug is always present.......... :mad:
  9. O

    Copy/paste doesn't work if fields with CR/LF

    Hi, new version, but this bug is always not resolved.... Will it take long time ? Thanks
  10. O

    Bug in view/edit view ?

    Amaury : Hi, select * from where 1=0 take no long. Just one second. mkalter : Hi, my view is based on one another view and 11 tables. And the view is valide ! ...
  11. O

    Bug in view/edit view ?

    Hi, when I try to view or edit a view (not all, just one), I have to wait some minutes before the text of the view appears. In the user_views view, I can see the text instantaneously. Any idea ? Thanks !
  12. O

    Copy/paste doesn't work if fields with CR/LF

    Ok, thank you !!!
  13. O

    Copy/paste doesn't work if fields with CR/LF

    Hi, I often make copy/paste to copy records in table. But if the table has a varchar field with CR/LF in it, the paste doesn't work. Text and columns after the CR/LF go on a new record ! Seems to be a bug ? Thank you
Back
Top