Recent content by dnador

  1. D

    auto select

    Thanks Marco...I tried that and it works great! Dave
  2. D

    auto select

    Thanks Scott, I found that. Now if only the autoselect would work like it used to:-(
  3. D

    auto select

    I like a lot of the features on the new version, but I have this one issue. I'm not sure that this is explicitly expressed in other topics, but autoselect is ruined in v7. even with auto select checked in the settings it selects the whole file if I have a pl/sql block in it. I have to highlight...
  4. D

    ftp plug-in

    I'm getting socket error # 10061 connection refused while trying to connect. Does the ftp plug-in support sftp? Thanks, Dave
  5. D

    enhancement request

    Hi Marko...I've been stuck manually editing a bunch of longs lately. Not being able to do a search is a pain in the text editor. I have to copy and past to and from another editor so I can search for a string. Of course when you have to do this a thousand times...it's a lot of wasted time. I...
  6. D

    enhancement request

    Hi...I'd like to see a section in the status bar that shows how many characters you have selected. for instance when you come up with object names and double click to select the entire text of the name the status bar would show not only the position info like it does now, but also the number of...
  7. D

    TIMER FOR SQL WINDOW

    thanks....i like the time being returned when im done of course, but to know how long it has been running for long queries or programs is also a good feature...db_expert does it on the batch runs and that was what i was hoping to do. Thanks for adding it to your list. ;) I appreciate your time...
  8. D

    TIMER FOR SQL WINDOW

    Im wondering if you can put a timer in the sql window so you know how long your sql has been running. Thanks, Dave
  9. D

    not connected ora-03114 error

    I was somehow remembering that something like this was happening before. Then remembered that I cleaned my system with the add aware and it started working. so I just did that. I used lavasoft addaware and of course it found 30 or so pieces of junk on my system and deleted them. I also ran...
  10. D

    not connected ora-03114 error

    for some reason im getting a lot of these errors today. im not sure why. we have installed the xmldom dbms proc to the db but thats all. when i try and disable a constraint in the edit table window for example the tool disconnects from oracle every time. however if (once i connect back up again)...
  11. D

    copy to excel

    Hi, I am wondering if there is any way to modify the settings used when copying sql results to excel. I use this wonderful feature extensively. I would however like to be able to set the font and borders further. Thanks, Dave
  12. D

    cant edit clob in a test window

    Thanks Marco...that works fine...when i choose test from the menu by right clicking on my stored procedure in the tree how come the system puts in a clob instead of temporary clob? shouldn't it know to put the right one in? Thanks, Dave
  13. D

    cant edit clob in a test window

    im testing a proc that has an input as clob. when i try to set the variable at the bottom of the test window by clicking on the ...to open the text editor it wont allow me to type anything. the only way i can get it to work is to change the variable to a string in the test window and type the...
  14. D

    test window and sessions

    for instance.... declare i integer; begin for i in 1..3 loop select 5 from duaf; end loop; end; in the test script above(run from a test window) the table duaf does not exist. I don't actually want to run this query right now because the server is too bust. I'm going to schedule a cron to run...
  15. D

    test window and sessions

    Hi Marko...thanks for the reply... I'll just keep using the column sort buttons... What I mean by validate is just what you said about compilation errors. Since it's just a test script it doesn't compile. In fact i dont have permissions to compile a procedure in this case. I don't see any...
Back
Top