Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear Contributors,we like to call oracle stored procedure using orchestrator. How to call a stored procedure with out parameter. procedure sample_proc_with_outval ( p_result out varchar ) is begin return "test value";end;Question is how to u...