Recent content by aotte

  1. A

    SQLite integration

    Hi, This is an odd request I guess... :) I think it would be useful if query results could be redirected/stored as (temporary) tables in a SQLite database and we could query them in turn. This would help with working on systems where you have no quota, or understanding a multiple result set...
  2. A

    Naming conventions

    Hi, I like the hints on naming conventions. Allowing regular expressions instead of the Prefix-1st char-Allowed char-Suffix model would make it simpler and more powerful at the same time. What do you think?
  3. A

    Sql Plus

    For your blank lines problem, the SQL*Plus manual says: It has been added to the command window in 2003 and works likes a charm, but somehow never made it into the manual. (Marco, any chance it makes the manual in 2007?) :D Check out page 46 or section 7.3 of the manual for all other...
  4. A

    Enhancement request: ctrl-up in explain plan window

    How about F5 generating an explain plan tab in the SQL window, just like output and statistics? That would leave the CTRL up-down functionality in tact, and possibly allow the Explain Plan tab display to be in sync with the arrows, thus keeping a history of the explain plans in sync with the SQL...
  5. A

    AllRoundAutomation's Customer Support

    Hi dsemeniuk, Maybe a bit late, but I would say that these guys have been very supportive, answer fast and reliably. I did get caught with SPAM filters early on, but that was my boo-boo. It is my experience that new versions of the product always provide a well balanced set of features...
  6. A

    SET SQLBLANKLINES

    Hey, I know this has already been implemented a long time ago (thank you), but I just noticed it has not been added to the user manual. That's all.
  7. A

    Windows "standard" keystrokes

    More people ran into this. It seems somewhere with the new install the key-copnfiguration of the CTRL-Left and right keys are wiped out/lost. Just set them again using Tools|Preferences|Key COnfiguration Lines Editor: Word Left/Right and you should be good to go.
  8. A

    Support for Composite Partitioning

    I always select the tables I want in the browser, and then drag them into my editing window of choice and select DDL from the pop-up menu. Does that work for you?
  9. A

    Data Generator and Sequences

    That would be a very nice feature indeed!
  10. A

    Beautifier Rules Syntax Feature

    This poll is only to determine how many of you would like to see the PL/SQL Developer Beautifier have a rules syntax made available to end users for configuration purposes.
  11. A

    The end of most beautifier enhancement requests request

    Hi, I still feel that the beautifier doesn't format it exactly the way I like it. Judging by the number beautifier enhancement requests I'm seeing, I'm not the only one. So I thought I would put in a request that might solve most of them in one go. It's a biggie though. :) I think it...
  12. A

    Non encrypted passwords - wish list

    If you are thinking going that way, I would suggest that the password history is tied to the windows user. (If it isn't already, don't know as I don't save passwords) I.e. if Marco logs into the machine after me, he can only see his history. That way you don't have to remember/type in yet...
  13. A

    Text Importer

    Right! Except that I am greedy, so I want both. :D
  14. A

    Text Importer

    I'm not sure whether we are talking about the same thing. Here's an excerpt form one of the Oracle manuals, as to what I mean by an external table. I meant for the interface of the text importer to be leveraged to create an external table definition that Oracle can use. We deal with a fairly...
  15. A

    Version Control Interface - CVS integration

    I could have sworn I tried that, but it didn;t work for some reason. It has been a while, so I'll try again...
Back
Top