Recent content by l.pohlmann

  1. L

    Feature-Request

    Yes, that was exactly what I'm looking for. Though and easy right-click feature would be nice as well.
  2. L

    Feature-Request

    This is something that generates work for me, which wouldn't be necessary: We have a development-DB and a live-DB. I often create data on the development-DB which I want to transfer to the live-DB en bloc. This isn't necesarrily a lot of data, but spans over multiple tables. Which makes...
  3. L

    Querys using sys.all_synonyms and sys.all_objects ??

    another update: the problem occurs here: where s.owner in ('PUBLIC', user) i tried some variations: where s.owner in ('PUBLIC') -- fast where s.owner in (user) -- fast where s.owner in ( 'USERNAME' ) -- fast where s.owner = user -- fast where s.owner = 'PUBLIC' --fast where s.owner =...
  4. L

    Querys using sys.all_synonyms and sys.all_objects ??

    update: this does not happen on every server, just on one. so it seems that the db is damaged.
  5. L

    Querys using sys.all_synonyms and sys.all_objects ??

    found this topic by forum-search, and just wanted to bring it up again. i have a similar problem. this query is always running (and using LOTS of cpu und logical-reads) as long as i have an instance on pl-sql-developer open, and is not restricted to its own session, but seems to pop-up randomly...
  6. L

    Featurerequest: automatic detection of changed objects

    e.g.: i created different folders for the most important objects in different projects. when i open the same package from different folders a new edit-window is created, though the package is already open in another window.
  7. L

    Featurerequest: automatic detection of changed objects

    hi, it would be nice if pl/sql-developer would detect remote changes in packages which are currently in an open window and would ask you, if you want to reload the file. or maybe easier to implement, allow only one open edit-window per package. i sometimes ran into problems, because i didn't...
Back
Top