how to access multiple output sys_refcursor?
Posted: Tue 10 Nov 2015 07:23
It is used to connect to the Database server called Tibero ( http://www.tmaxsoft.com/us_en/tibero_us_en ) in ODBC.
I would like to receive and process multiple Ref Cursor in the "Stored Procedure".
Please tell me how.
I would like to receive and process multiple Ref Cursor in the "Stored Procedure".
Code: Select all
CREATE OR REPLACE PROCEDURE tid_path (tid in number,
ref_cursor1 OUT SYS_REFCURSOR,
ref_cursor2 OUT SYS_REFCURSOR,
ref_cursor3 OUT SYS_REFCURSOR,
ref_cursor4 OUT SYS_REFCURSOR )
IS