Recent content by Holger B

  1. Holger B

    Linux Support

    That sounds perfect. I just tried to install it on my new Win11 VM. As you guess - not successful. Therefore a macOS Version would highly be appreciated.Can not wait for it!
  2. Holger B

    Test Window Temporary CLOB is empty

    Hello, I am facing an issue, which I have thought had already been fixed. To enter long string data into a test window you have to use Temporry CLOB instead of CLOB as parameter type. So far so good. Editing the Temporary CLOB and pasting in some data does not work. You close the editor and...
  3. Holger B

    PL/SQL Developer why not support for Mac OS X?

    Hey Marco, there absolutely is! Perhaps people do not ask for it, because you can run it in a VM. But wouldn't it speed up the demand for a new release? We have seen the last release in August last year. To be honest, I gave up renewing my annual contract, because I do not see any issue in...
  4. Holger B

    SQL code folding

    Hi Marco, I have been looking for the same feature V. 8.0.1.1522, without a trace. You should be able to implement it to the SQL Editor because it is already part of the PLSQL Editor. At least a Goto corresponding bracket would be helpful within beg SQLs. Greeting, Holger
  5. Holger B

    Beautifier and Comments

    Hi Marco, the Beautifier has some problems with comments. I have realized it for some versions now, but perhaps noone else has. try to beautify the following and watch the comment: SELECT a.cust_account_id ,a.account_number...
  6. Holger B

    Bug - Environment Locks Up On Compile

    Hi Marco, thanks for the fixes. I tried to break the beautifier with the above described process, but it seems to work fine. Just as well are the double click and compile invalid objects working. Have a nice day, Holger
  7. Holger B

    Bug - Environment Locks Up On Compile

    Hello, I would like to confirm, it is a matter of the beautifier in connection with breakpoints. There are two different symptoms: 1. An active breakpoint (Program applied to database, breakpoint red) is taken away automatically during beautify process. This behavior can also be reproduced...
  8. Holger B

    Enhancement Request: Beautifier

    I would like to ask for a little enhancement concerning beatifying record value assignments. The betifier works fine, as long as you just have a single record to be filled. But in the case of an PLSQL-Table it fails. GOOD! p_r_process_line.chr_id := p_r_process.chr_id...
  9. Holger B

    Window List enhancement

    Hi Marco, would it be a big task to give us the possibility to customize the appearance of the naming in the window list. If you tag the short text, it does not really show a short explanation. If you have something like
  10. Holger B

    ORA-600 when debugging

    I would like to route this question to somebody of the PLSQLDev team. Is there a hidden feature to switch between the debugging versions?
  11. Holger B

    ORA-600 when debugging

    Debugging a stored Procedure throws an ORA-000600. Knowing this is an Oracle internal error I searched Metalink and found the topic
  12. Holger B

    [ot] CASE tools / DB Design tools

    Hi Domgrief, how did you get the DB Designer 4 to work with your Oracle DB. Trying to switch the Default database from MySQL to Oracle doesn't work. An so does the Script generation not work. The reverse generation throws an error saying "Table does not exist". So it's a nice looking tool and...
Back
Top