Recent content by sthaler

  1. S

    PLS-00113: END identifier must match

    I have upgradet on 3 computers too, on the two Win7/64 I have the same problem, but only if the compiled object is owned by a different user. The original name in the END statement (the last END of the module) is replaced by P$number$ in the source copied to the database. The replaced number...
  2. S

    Macro question

    Sorry Marco, I didn't explain enough... My problem is not to replace the same string n times, but to replace n times FROM1 to TO1 and with the same macro replace too n times FROM2 to TO2 I was trying with: 1 (go to line 1), (Find&Replace) FROM1TO1 (Replace All). Since here it was all OK. I...
  3. S

    Macro question

    The find and replacement are always the same. Exmples: TEST1 --> PROD1 TEST2 --> PROD2..
  4. S

    Macro question

    I'am trying to write a macro, that makes four - five 'find and replaces'. My problem is that the macro stops at the first message ("x item(s) replaced"). Is there a possibility to tell the macro to continue? Version used is 7.1.4.1390 Thanks Sepp
  5. S

    Enhancement request: Open Commit indicator

    Yes, of course. But the toolbar is only for the active window. If I start a longer update and I change to a other windows it would be a good remainder. Thanks Sepp
  6. S

    Enhancement request: Open Commit indicator

    Hi Marco, it would be nice if the "running indicator" changes from red (running) to yellow, if the Commit/Rollback action is still open.
  7. S

    Help! Can't see my procedures in my packages!

    I have seen the same problem, but first only with one specific user "xxy" (of more then 10 users) and second the connection for this user must be not the originally connection. I have the problem only when I first connect with one of the other users and then I logon "xxy" using the button from...
  8. S

    Display NULL value

    I agree with Marco Kalter and lual. A visual clue is the best solution Best regards Sepp
  9. S

    debugging loop variable

    When I use the same loop variable in a second (not nestet) loop the debugger displays in the second loop the value from the fist loop, but it is using correctly the second one. Example: -- first loop for i in 1 .. 4 loop ... end loop; -- second loop for i in 1 .. 4 --...
  10. S

    Display NULL value

    Is there some setup option or some other trick so I can see fastly the difference if a data field contains blanks or null ? This is the only reason why sometimes I have to use SQL*Plus (there I use SET NULL "?") Thanks for any help Sepp
Back
Top