Hi, I have a little bit problem with SSIS and executing Oracle procedure with OUTPUT param sysrefcursor.
This procedure return one column with 200 rows through sysrefcursor. I try to make this but unsuccessful.
In sql task editor in sql statement I put:
begin procedure ? OUTPUT; end; also set full result
And in parameter mapping i put OUTPUT param VARCHAR, variable is type Object.
Can somebody same expiriance?
This procedure return one column with 200 rows through sysrefcursor. I try to make this but unsuccessful.
In sql task editor in sql statement I put:
begin procedure ? OUTPUT; end; also set full result
And in parameter mapping i put OUTPUT param VARCHAR, variable is type Object.
Can somebody same expiriance?