Test window hangs with 11gR2 (11.2.0.2.0)

Hi AllroundAutomations,

I work with PLSQL Developer 8.0.4.1514 and try with a test window with next data:
/*********************************************/
-- Created on 10/03/2011 by ADMINISTRADOR
declare
-- Local variables here
i integer;
begin
-- Test statements here
RAISE_APPLICATION_ERROR (-20001, 'Testcase');
end;
/*********************************************/

The window hangs and running untill kill process, any ideas ?

Regards
PGuti
 
Back
Top