Concurrent Program completing in warning are having null Completion Text
Hi ,
Whenever a concurrent program is completing with 'Error'( ie. retcode = 2) then completion_text is showing the message as assigned to the errbuf out parameter.
Whereas if the completion status is 'Warning', i.e retcode =1 then completion_text is NULL (without any message). Expecting the string assigned to errbuf out parameter to be returned/shown in completion text.
Any idea why this happening? The concurrent program is having pl/sql executable.
Thanks,
Indrajit
0