test script with invalid pl/sql code

Garrett

Member
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.
 
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.)
 
Back
Top