Recent content by sona

  1. S

    Debug -(Not a variable) Need Help

    Yes the Variable is already initialized , my code complied perfectly.
  2. S

    Debug -(Not a variable) Need Help

    The probelm is i have declared a variable lv_cnt NUMBER := 0; inside a procedure . while debug The tool tip shows up lv_cnt is-->(Not a variable)
  3. S

    Debug -(Not a variable) Need Help

    I am USING PL/SQL developer 7.0.1 I have one package.in that i have one Procedure I put break point and trying to complie and debug a variable-The tool tip shows up -->(Not a variable) I right clicked the package and ADD DEBUG INFORMATION .Still i have same problem. Funny part is what ever...
Back
Top