Recent content by Helene

  1. Helene

    Edition-based redefinition with PLSD?

    Do you not have any plans for this?
  2. Helene

    Intellisense does not work with synonyms

    Will you fix this? This is really very annoying.
  3. Helene

    Intellisense does not work with synonyms

    That is not quite what I mean. If I create a synonym myschema.mysynonym for a table myschema.mytable, and I start typing mySchema.Mys pl/SQL Developer is not able to "suggest" mySchema.MySynonym. F6 does not work as expected either. It appears as though there is no object starting with...
  4. Helene

    Edition-based redefinition with PLSD?

    What is the status on support for edition-based redefinition in pl/SQL Developer? We really need to be able to change the current edition after logging into pl/SQL Developer. What I have found so far is that the object browser does not show the correct list of objects after changing the...
  5. Helene

    Intellisense does not work with synonyms

    The use of intellisense is very helpful, but unfortunatly it does not work when you use synonyms. Could you please fix this? I consider this to be a bug, and a quite annoying one. with regards Helene
  6. Helene

    Unit Test Framework

    We tested some frameworks a few years ago, including utPLSQL. The conclusion was that the Test Manager in plSQL Developer is what works absolutely best for us :-) It was necessary to make our own utility in order to run the tests on the nightly build. Since the .ts and .tst files are simple...
  7. Helene

    Test Manager and continuous integration

    Thanks a lot Mike, this information was very helpful indeed :-D Marco, maybe you could include information about this copy functionality in the button hint? I would also like to know your view on my other request: "A separate testGui with the ability to enable or disable tests or entire test...
  8. Helene

    Test Manager and continuous integration

    Oh - and one more request: please add a yes/no dialog, when the delete button is used. More than once I have accidently deleted a test case, when I wanted to push the insert button - they are quite close. On the other hand, I never use the "create new test window" when I use the new button...
  9. Helene

    Test Manager and continuous integration

    Running test manager scripts using the command window is not a satisfactory solution for unattended testruns on a build server, since it opens a pl/Sql developer instance. We made our own utility for running tests, and have built an extensive test library using test manager. A separate testGui...
  10. Helene

    Beautifier does not work for Compound Triggers

    That's good :-) Is it possible to say anything about when this will be introduced? With regards
  11. Helene

    Beautifier does not work for Compound Triggers

    Compound triggers are new in Oracle 11 G. See TriggerEnhancements 11GR1 When I try to create such a trigger in pl/SQL Developer (and the triggercode compiles without errors), the beautifier is unable to parse and beautify this code. Could you please fix this? with regards Helene
  12. Helene

    Bug in the ts-file stored by Test Manager in version 9.0.1.1612

    We have written our own parser for the ts and tst-files, in order to run all database tests as a part of the daily build process. It was done this way, due to a requirement to run all tests without the need to invoke pl/SQL Developer on the build server. After upgrading to version 9.0.1 the...
  13. Helene

    Session pooling using Direct Oracle Access components

    Thanks for the quick answer :-) We just asked our Oracle DBA about tools for monitoring this, and he didn't know of any tool for client-side monitoring (other than Oracle Monitor...). We would be very interested to know if you have any knowledge of such a tool :-)
  14. Helene

    Session pooling using Direct Oracle Access components

    We are considering using session pooling, with pooltype ptOracle. We don't find the necessary information in the manual, and wonder how this actually works. For instance, in the Oracle documentation there is a distinction between connection pooling and session pooling...
  15. Helene

    Enhancement Request - TableWindow - View (DDL) - with/without (storage/ts-clause)

    What is the status of this request for version 8.0 ?
Back
Top