Hi All,
I'm very new to ION so please be patient.
I have an Oracle stored procedure that returns prepared XML.
1. What is the format required to pass input parameters to a procedure?
2. Where can I find this document?
Infor ION Technology Connectors Administration Guide for 12....
thanks
In reply to 1753258:
In reply to 1794358:
I want to retrieve clob xml from a oracle stored procedure that has input parameters and an output clob return.
I see in documentation an example using a function like this.
Commands to run
To retrieve data, run this command:
select TESTDBSOURCE.GET_ORDERS from dual
How do I call a stored procedure
EXEC mysp(parameter1,...,etc.);