Recent content by ams

  1. A

    PL/SQL Developer hangs forever after typing a period

    7.1.4.1390: Reproducible
  2. A

    Executing SQL Scripts (Wish)

    YES ! That's all I needed. Thank you. (Would have wondered me, if PLSDev does not have a solution already inside. There is nearly nothing missed, I think. Great tool !!)
  3. A

    Two identical program windows in parallel

    Some time ago here in the forum a user wrote that he could open the same program window (same source object) two times in parallel, but could not reproduce. PL/SQL should avoid this, you answered. (Sorry, but I cannot find the post again.) But today I had had the same effect and invested some...
  4. A

    Executing SQL Scripts (Wish)

    Hello ! I am searching for a simplification and want to make a suggestion. (If it's already implemented and I haven't found it, pls give me a hint...) I very often have the situation that after coding of a procedure I want to test it with a defined environment of table data. Therefore I always...
  5. A

    Login Problem

    Hello ! I'd like to evaluate Query Reporter. On the same client where PLSQL/Dev. is running w/o any problem, the QR comes up with the error message Initialization error: SQLNet not properly installed. ORACLE Home key: Software/Oracle, OracleHomeDir: RDBMS is 10.1.0.2 What's the problem ...
  6. A

    BUG in ToDo-List

    In fact it's not a bug in ToDo but the impact on ToDo is dramatic. I have written several ToDo yesterday and wanted to add some today, but ... they are all vanished. Nothing to find of them. Some experiments bring me to the following: If you place a comment (and ToDo is a automatically placed...
  7. A

    Beautifier ON/OFF

    Hello Marco, in some special cases I have some format requirements that, I think, should not and must not be ruled by the Beautifier configuration. For this cases I miss the possibility to switch off and on the Beautifier in the code to preserve this part untouched. (e.g. via pseudo comment: --...
  8. A

    Table Attributes

    THX Marco ! What a real great program !!!
  9. A

    Table Attributes

    Hello ! I was just in the need to create a table with the NOLOGGING Attribute and found out that this cannot be done with the NEW TABLE dialogue. (Please correct me if it can be done !) So I made it manually with a CREATE TABLE Statement in a command window. But after that I realised, that...
  10. A

    "Add debug Information" hangs ?

    Hello Marco, this morning we tried to apply your hints. But ... seems that everything is ok overnight. Compiling with PLSD as well as "Add debug information" worked well without any change. So I presume that your no. 1 proposal (object currently in use) was the one, because the others cannot...
  11. A

    "Add debug Information" hangs ?

    Hello Marco, I gave the PLSD 30-day-installation to my collegue with the words "Try it, it's fantastic !" Today he does and has the following effect: When he wants to "Add debug information" to a package or function or procedure (right mouse click, Add ...) he gets the waiting cursor forever...
  12. A

    ORA-01036 in Debug Session

    That's it ! Thank you A.
  13. A

    ORA-01036 in Debug Session

    Hello ! I am quit new with PL/SQL Dev. and I am on my very first evaluation of the debugger. But I cannot start. Even with a one-line Test-Procedure calling a 3 line PL/SQL-Procedure I got the error message "ORA-01036 illegal variable name/number". I reduced it up to "no call" and up to...
Back
Top