|
Re: Need to call SQL server Proc from Oracle. [message #154156 is a reply to message #154113] |
Thu, 05 January 2006 23:56 |
ramsat
Messages: 49 Registered: November 2005
|
Member |
|
|
i believe u r using Oracle heterogenous services Right!
Oracle says that we cannot call a procedure or a function of sql server from Oracle, but i think u can do all the DML operations on a table which is in SQL server. better cast the procedure to Oracle and change the handle so that the datas are managed from oracle to sql server.
I think this could be possible
Bye!
|
|
|