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 type name"
But it is exactly the same name!!
The Type was Valid before. I have only tried a recompile.
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 type name"
But it is exactly the same name!!
The Type was Valid before. I have only tried a recompile.