We are using Oracle 11gR2 Enterprise single database without RAC.
and PL/SQL Developer 7.1.4.1389
Every time when we debug and the line with
raise_application_error( 20000, " Error description" )
is executed, the PL/SQL Debugger hangs.
What is the reason?
Is this a configuration problem...
I am using Version 7.1.5. 1398 and Oracle 10.2.0.4.0
We have defined several TYPES:
create or replace type Target_Update_Type as object
(
CONSTRUCTOR FUNCTION Target_Update_Type(xx integer)
RETURN self AS result
)
I get always the Error-Messages
"PLS-00658 Constructor method name must match...