Program Window type compile bug

ILay

Member
Hello, Marco.
When I open in Program Window and try to recompile type for User Aggregate Function with name CONCAT_AGR_TYPE then I get

Code:
Error: PLS-00201: identifier 'CONCAT_AGR_TYPE' must be declared
Line: 9
Text: STATIC FUNCTION ODCIAggregateInitialize(p_io_obj IN OUT Concat_Agr_Type)
But in SQL Window and recompile from Popup Menu works well.
 
Perhaps you have enabled the "Safe compilation" preference (Tools > Preferences > Program Window)? If so, can you disable it and try again?
 
Back
Top