Recent content by Bart

  1. B

    Compare User Objects Invalid index

    I also get this error (same version) when clicking on "Target Session" (main sent with .elf)
  2. B

    Natural vs alphabetical columnlist

    I'm truly sorry - I am confused whether it's me, but did something changed regarding the sortordering of dropdown lists of autocomplete (v15) Currently the dropdown is showing columns alphabetically (not allways, but I can't reproduce when, or when not) which is usually not the natural order. I...
  3. B

    Find and replace with "Preserve case" option

    Hi! It's pretty trivial for modern editors nowadays, so I might have missed the option. If I didn't miss it, I really like to have the option in the editor to REPLACE with keeping case as is. Example: declare l_table_alias varchar2(3) := 'USR'; begin l_usr_id := -1; end; After find and...
  4. B

    Compare User Objects Invalid index

    Hi, I also have this issue now (in version 15.0.3) -- not sure if it ever worked in version 15, I had no issues with version 14 or below. And when right-clicking on a object for compare, nothing happens... Logging EurekaLog 7.10.3.0 update 3 950BEB23D70E284583494E6502C08651...
  5. B

    Poor performance vs Oracle SQL Developer

    I stand with the decreasing (in negative sense) performance of plsql developer (coming from version 5.x). Thought was the (distributed) environment When writing some simple applications with lazarus and oracle components things truely fly. Even with xmltype/blobs, which really, really hurt in...
  6. B

    Template not replacing substition variables when inserting into editor

    Is there a way to prevent pl/sql developer to raise/display dialogs for (&/&&) substitution variables. I want those dialogs only when I execute the code from the SQL editor. Maybe I am overextending the use of templates and I should use just files...but currently I use templates as a tools...
  7. B

    Prevent the logon window on startup

    I cannot find the option to disable the logon window when I start pl/sql developer. Now I always need to cancel the logon window before I manually choose my connection. It feels rather strange that I am expected (feels forced) to connect first...
  8. B

    General Performance Issues

    I can acknowledge the performance issues. I keep getting back to version 9 for this only reason. It's rather frustrating, I guess there are obvious reasons for this... (I have a fast laptop might you wonder)
  9. B

    Master detail (detail detail...)

    I envy TOAD users having the ability to create AND SAVE master-de tail(master->detail->detail) constructions (they have some limitations as well, but even then..) I really wish to have that in PL/SQL dev. The current functionality for linked queries is ok, but it would be really a killer if: *...
  10. B

    Ver 8? What's planned?

    It's difficult to determine if you are fooling me (or us). Contact your (Oracle) Database Administrator to get your login credentials to the database (you DO want to connect to a database don't you??)
  11. B

    Default to My objects instead of All objects?

    Use the button "Filters..." right above the "All objects" dropdown list. Select the predefined "My objects" and mark it as default. The font will change to bold.
  12. B

    Delphi 2009 Pro support

    Will Direct Oracle Access components 'work' in Delphi 2009 Professional ?? As far as I can see you need Enterprise or Architect versions to make Oracle connections (and those versions are ridiculously priced). In other words: Can I do everything with Oracle databases if I purchase (upgrade to)...
  13. B

    AutoReplace

    Try this strange workaround (it's a bug anyway I would say) (empty line, two slashes) BEGIN -- ef_sl_pg_login.logon_without(p_sprach_id => 1,p_username => 'hugr',p_mandant_id =>13); -- END; / / Regards, Bart Verstegen
  14. B

    Named tabs (enhancement request)

    Just a minor enhancement request (would be really appreciated by some end users): When using multiple tabs in the query window we would like to be able to influence the tabnames. E.g. selecting more than one query and execute: select * from user_objects ; select * from user_jobs ...
  15. B

    Long time bug/feature: list button in logon dialog not available using keyboard

    I can only emphasize the request (and apologize to have made a new post for this functionality recently) !! For me it's the most annoying (this tells what a great tool this is!) missing feature. It's really important to be able to assign a (hot)key to it. So I can change session by tapping F7...
Back
Top