Executing Oracle Procedure from SQL7 Linked Server

  • Hi all... I am triying to execute a Procedure in an Oracle instance from a SQL Server 7.0 Linked Server and I get this error message:

    Server: Msg 7212, Level 17, State 1, Line 3

    Could not execute procedure 'TEST' on remote server 'ORATEST'.

    [OLE/DB provider returned message: One or more errors occurred during processing of command.]

    Somebody can help me?...

    Thanks; Luis


    Luis F Rivera G
    Database Administrator
    MCSE, MCDBA, MCT

  • This was removed by the editor as SPAM

  • Have you checked the Oracle server to make sure it is getting the request in the correct format?

  • I can be wrong but there's no way to call Oracle procedure from MSSQL directly. Microsoft advises to use trigger mechanism instead.

Viewing 4 posts - 1 through 3 (of 3 total)

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