Recent content by null0000

  1. null0000

    Multi-connections and database browser

    Marco,PLSQL Developer allows multiple connections, but database browser always attach to Main connection.that concept of Main connection seems obsolete! The feature I would like to have: can you attach Database Browser right under Connection Indicator? Oracle SQL Developer does it, and it is...
  2. null0000

    Feature request: manual control for locking/unlocking compilation

    while running a program in 1 window (long running ops) ,not able to compile program unit in other. it is understandably that feature remains from the "days" of PLSQL Dev being connected to one DB instance and one DB instance only, but since IDE can have multiple connections, that feature becomes...
  3. null0000

    Regex's... still not working ....

    Marco - really - can you guys set higher priority on RegEx's patch... 10.0.5 still is not working....
  4. null0000

    how to remove connection from drop-down menu "Recent"

    how to remove connection from drop-down menu "Recent"? i looked all over docs and there is an option to remove connection from the list connections in TOOLS -> PREFERENCES -> Logon History, and even connection was removed from there it still visible in drop-down menu "Recent" in window...
  5. null0000

    GIS for Oracle

    and how is your question related to the PLSQL Developer IDE?
  6. null0000

    Bug on FPU calculation

    Gentlemen, I've done some debugging for you... I am dealing with finance -- so need to rely on tool 100%. Can you please expedite solution. Thanks.
  7. null0000

    Bug on FPU calculation

    Data sample: +000000420854067.50 +000000000000000.00 +000000000408640.63 +000000000001762.50 +000000000000000.00 +000000000034974.00 +000000000016843.91 +000000000000000.00 +000000000000000.00 -000000026293472.67 -000000036958788.40 -000000004267889.58 -000000055527262.86 -000000001585748.78...
  8. null0000

    Bug on FPU calculation

    There is a bug on calculation of large amount of numbers with 2 decimal numbers. PLD - gives: .10 SQL+: .05 Table defined as: SQL> desc dropme_test Name Type Nullable Default Comments ---- ------------ -------- ------- -------- COL1 NUMBER(22,2) Y SQL+ PLD Setting windows 7 ora...
  9. null0000

    Buffer in spawned session from running session

    While trying to debug a program I am kicking off a "child" session using SQL window and trying to look at the data. unfortunately, as i have to deal with the table of more then 60 columns i am getting ORA - 6558 buffer in dbms_pipe is full. Now - that is of course not PL/SQL error. However, when...
  10. null0000

    Enhancement Request: Foreign key references - Properties

    Can you please add "Properties" for the context menu of constrain under "Foreign key references" under [TABLE] in the object browser ("Objects" tab), a la in the context menu of a under "Foreign keys"
  11. null0000

    Feature request: Column information in status bar

    Can you also apply the same concept to the "roll-able" screen of table columns that is invoked from Describe context menu of the highlighted table?
  12. null0000

    Feature Request: Table Count

    Can you add please to the table context menu "Table Count" or "Rows count" feature. While properties does provide "num_rows", that value as good as statistics are, which usually on development database(s) is not the case. It can be just as message|alert screen. it does have to be asynchronous...
  13. null0000

    Code content folding in Test Screen

    Code content folding in test screen doesn't exist. not sure if it is a bug , an intended behavior, an oversight ... It's not a major show stopper (at least for me), but would be nice to have. (seems like all you have to do is to attach parser that already used in Program window screen to build...
  14. null0000

    Enhancement Requests about User Guide

    Indeed, I do see the primary differences between functionality. seems as I did not look closely at first - apologies. :blush:
  15. null0000

    Enhancement Requests about User Guide

    Index I am searching for... IMHO such index greatly improves usability, AND prevent constant search for some item from the top-to-the-bottom of the book. Another words - "doing full table scan" all the time ;)
Back
Top