|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 08, 2008 7:19 AM
Points: 3,
Visits: 29
|
|
Please help me! I`ve got an Oracle stored procedure with several input params and one return parameter(cursor) I can't execute it from SQL2005
Ex: select * from openquery (ORA_SERV, 'call {ORA_PROC({''p1'', ''p2'', ''p3'', p4, curs OUTput })}')
What`s wrong? And how can i get data from returned cursor?
|
|
|
|