Recent content by herzig

  1. H

    installation both 10g and 11g

    Like stated by Hilarion, PATH Settings are responsible for oracle client selection. I didnt test this, but idea to be able to use either oracle installation would be to simply call plsd form cmd box after setting/changing preferred (bin) oracle client path inside there. Perhaps useful for...
  2. H

    automatic excel export

    Oh, maybe You got me wrong. I did only suggest this behavior and described it similar to we do it with our own applications. In short, on top of plain Excel Export PLSD needs this function: "Export using [this]Excel Template" Where [This] can be choosen out of PLSD preference set. After fill...
  3. H

    automatic excel export

    I would appriciate something like that. In our apps we have solved it this way: Data is not opened in new, empty worksheet, but (selectable) "hand-made" template, including save macro and some cell function logic. save macro looks to specific (named) cell, which again can hold typical excel...
  4. H

    DB Object - Save As adds 3 bytes to begining of file

    This is perhaps BOM to sign file content as unicode. Don't know what triggers PLSD to do that. Maybe unicode charcters in database object scripts?! Anyway, what vcs / editor are You using? VCS shoouldn't care about that and "modern" editor same.
  5. H

    Exporting Query Results "my way"

    If You do not want the clicky way, maybe You need something like this, which nearly works in PLSD, except "trimspool" is not supported in command window. Its made for sqlplus: -- paste below in command window / sqlplus set colsep | set pagesize 0 set trimspool on -- doesnt work in plsd set...
  6. H

    Undo Redo in sql script (sql window) fails

    Hi! I run into trouble with undo/redo on 9.0.2.1640. Although the running instance continues messy undo/redo changes, I can't reproduce that in new instance and I can't remember how I got there. Basically I have a "large" (215 KB) sql file holding view definitions and a bunch of other windows...
  7. H

    Connections window docking information not persistent

    If there should be a default autosave desktop, then I suggest to give names for different layouts. So user is able to store different layout for certain projects, for debug, etc.. and finally have one fix-named "autosave" item, which is automatically restored on startup.
  8. H

    PIVOT

    Already tried to search the net? simple one e.g. here:http://www.orafaq.com/wiki/PIVOThttp://www.orafaq.com/wiki/UNPIVOT
  9. H

    Prefix own Objects with schema/owner

    Hi Dirk, to me everything is perfect with schema handling like it is. And I see no changes in latest PLSd. I load and compile scripts without schema definition every day. Testing /Debug only works on compiled objects, which have to be bound to a schema. I don't see any problem with that.
  10. H

    Problem with sql query

    May be you could add additional brakets around the whole expression and add column alias.
  11. H

    Cannot open clipboard

    I have the same problem sometimes, but it seems to appear only in large data editor / xml. PLSD is running on win7 64bit, not inside VM, but besides VM and/or Remote Desktop.
  12. H

    Can the window "Edit Table" tab to add?

    Good Idea! And if we go ahead with this idea and have a look to table items in object browser, we see beside "Triggers" just "Synonyms" and "Referenced by" are missing. Maybe these could be added as table editor tabs, too.
  13. H

    How do get newly created Objects listed in Browser?

    A refresh doesn't do..
  14. H

    Multiple Connections Store with password [off] behavior

    Ok, I hope I understand it right. Then this scenario doesn't look as designed: (not sure if each step is necessary to reproduce, however..) have "Allow mutliple connections" activated on PLSD ..1620 have "Store recent history" activated have "Store with password" deactivted (all connection...
  15. H

    Multiple Connections Store with password [off] behavior

    Hi, what is the meaning of this option? I don't want developers to be unaware of active connection so I never would recommend to use stored passwords. I even didn't try how it works switched to "on". Now leaving it "off" should do what? I assume staying in same window, never asks again, which...
Back
Top