Recent content by Aykan

  1. A

    Macros and spaces at the end of a line

    You can trim trailing spaces by using the "Regular expression" option on search and replace page. Type in the "Text to find" box: [][]*$ Hit "replace all", it will remove all the white spaces.
  2. A

    (No debug information) in 9.2.0.5

    Marco, Thank you, you are the man! It worked. Regards, Aykan
  3. A

    (No debug information) in 9.2.0.5

    It is already checked. This option worked before the Oracle upgrade.
  4. A

    (No debug information) in 9.2.0.5

    After we upgraded our servers to 9.2.0.5 from 9.2.0.3/9.2.0.4, we are no longer able to debug our PL/SQL codes. When we move cursor over a variable we get (No debug information). We can step into our code, no error messages, however we can not set a breakpoint nor we can view variable values...
  5. A

    Debuger hangs

    You may want to check Metalink because I have seen a few bugs regarding large PL/SQL packages and causing a loop while using dbms_debug package.
Back
Top