G Garrett Member Oct 8, 2008 #1 if in test script write some invalid pl/sql code i.e. DBMS_OUTPUT.put_line( to_char(rec.ode_kz, ' 000' ) ); ( error ' 000', right '000' ) test script and pl/sql developer environment is hang up. One way stop its - kill its from task manager.
if in test script write some invalid pl/sql code i.e. DBMS_OUTPUT.put_line( to_char(rec.ode_kz, ' 000' ) ); ( error ' 000', right '000' ) test script and pl/sql developer environment is hang up. One way stop its - kill its from task manager.
Marco Kalter Administrator Staff member Oct 8, 2008 #1 I get an ORA-06550 as expected. Can you send me a complete Test Script?
C cfranklindal Member Mar 15, 2009 #1 Mine was doing the same on until I realized I had to grant my account debug authority. Now it doesn't hang up while debugging (does other times though hence my searching through these forums.)
Mine was doing the same on until I realized I had to grant my account debug authority. Now it doesn't hang up while debugging (does other times though hence my searching through these forums.)