Recent content by Uli Kobsa

  1. Uli Kobsa

    OT: something to read

    Hi, just found this link which has some nice thoughts about database IDEs: http://www.orcasoracle.org/2006/05/29/oh-these-boring-database-ides/ Perhabs something for PL/SQL Developer? :D greetings, Uli
  2. Uli Kobsa

    bug: bookmark list is not refreshed

    If I open a programm window and set some bookmarks they are displayed on the bookmark list. Then I close the window. Now the bookmarklist is not freshed and the bookmarks are still displayed until I open another programm window and place a new bookmark. PL7SQL Dev. 7.0.1.1066 greetings, Uli
  3. Uli Kobsa

    very small GUI issue

    Hi, After starting plsql dev all folder icons are 'closed' on browser. They switch to 'open' when you open a folder but they never switch back to 'closed' when you close a folder. PL/SQL Dev 7.0.1.1066 maybe you can fix this on a quiet day. greetings, Uli
  4. Uli Kobsa

    problem with statement

    Thanks Marco, this way it works fine. greetings, Uli
  5. Uli Kobsa

    problem with statement

    Hi, I have a problem running the following statement (on SCOTT): select xmlelement("empno", empno) from emp; it works fine on SQLPlus but it hangs in command window or in SQL window and I have to kill plsql Developer. Any ideas what I do wrong? greetings, Uli support info: PL/SQL...
  6. Uli Kobsa

    PasteOptions problem

    Scott, I noticed the same too. It worked for me, when I opened the ini-file in a text editor, where I let all the tabs be displayed and reentered the text (and made sure that tabs were not replaced by blanks). For me it looks that the plugin has problems with correct identification of the...
  7. Uli Kobsa

    Prevent commit?

    Hello, any DDL statement is automatically commited by Oracle, so I think that this is your problem. If you need to do a lot of DDL then split it up to single scripts and execute them seperatly and handle the errors seperatly. And write your scripts to handle existing objects (dynamic SQL and so...
  8. Uli Kobsa

    PasteOptions

    Scott, the second line is just to remove blanks: without it 'name, surname' would be pasted as =name = surname And yes, according to the help you have to restart to make changes visible. greetings, Uli
  9. Uli Kobsa

    PasteOptions

    This one works for me: LineToLines replace , /#13//#10/ LineToLines replace /#32/ LineToLines beginlines = greetings, Uli
  10. Uli Kobsa

    how to log on to PLSQL Developer

    You have to enter the connection data to your database user: scott/tiger@your_database greetings, Uli
  11. Uli Kobsa

    Plugin : Quick/ER v1.1 is released

    Hi Poul, small issue: i explored the tables of user 'quicker': diagramm has a column userid that should be filled with OSUser name. Well, I'm sure that my name is not 'poul' :) And a question: is it possible to store the diagramms under a different schema? I already have a schema for...
  12. Uli Kobsa

    Plugin : Quick/ER v1.1 is released

    Hi Poul, just tested this new version. First: database support is something I really like. but there are some problems: - default window size is too large (height)! And please store the last size (I always have to resize it). This is on a screen with 1200x800. - saving a diagramm to database...
  13. Uli Kobsa

    plsql doc 1.2 plugin

    Thanks! greetings, Uli
  14. Uli Kobsa

    plsql doc 1.2 plugin

    Hi Marco, just want to say thanks for this new version. And one question about it: what kind of window typ are you using for it? (it
  15. Uli Kobsa

    [OT] PL/SQL style guide

    Thanks to all for the hints! greetings, Uli
Back
Top