Calling Oracle stored procedure with return parameter from SQL2005

  • 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?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply