Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 Executing an Oracle Procedure from Transact SQL

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-01-30 : 08:30:28
Marcelo writes "I am trying to execute a Store Procedure on a linked Oracle Server, from an MSQL Server Store Procedure and i get the following message

Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'OraOLEDB.Oracle' reported an error.
[OLE/DB provider returned message: Unspecified error]

The syntax i am using is

EXECUTE linkedservername.instansname..procedurename 3

Sql Server 7.0 SP2
Oracle 8i

Some suggestion?

Thanks"
   

- Advertisement -