Manog1978
2 years agoNeophyte
PLSQL call the function using Groovy
Hi
I have datasource and embadded Groovy Script configured, the database team created custom function as scheduler status to monitor job status.,
begin
-- Call the function
:result := dbodatabase_get_scheduler_status(status_code => :status_code);
end;
Could you please guide me how to define the PLSQL function in Groovy script.