You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC stored proc

edited Jul 24, 2021 2:17AM in Integration 2 comments

Content

Hello, I have a simple stored proc in ATP.  I have simple OIC integration that takes a Query parameter ( string type ) and maps to the ATP adapter PROCEDURe IN parameter.

Procedure has  a OUT parameter I map the value to the OIC response   "Result"

Issue - eben though I passing IN parameter why is it ignored in the procedure response ?

If I pass query parameter as abc then I was expecting stored procedure should have returned me      Hello abc  World

 

But procedure always returns   Hello  World. Why is  Resulin ignored ?

 

 

set serveroutput on;

CREATE OR REPLACE EDITIONABLE PROCEDURE "ADMIN"."GREETINGS" (

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!