March 10, 2004 at 6:19 pm
Hi:
I need execute an Oracle oracle stored procedure from sqlserver 2000 stored procedure. The oracle stored procedure hava an outpurt parameter referencing cursor, and i want use in sqlserver 2000 stored procedure.
Thanks for ypur help.
March 11, 2004 at 6:49 am
One way would be to write an extended stored procedure.
March 11, 2004 at 7:15 am
How i can have this?
do have any example about extend stored procedure?
I'm not an expert in sql server, i'm expert oracle
March 11, 2004 at 7:43 am
See the following article - its not a extended stored procedure, but involves returning a resultset. I've generally opted for the extended stored procedure, because of the performance impact of doing anything significant with Oracle.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply