Home Forums SQL Server 2008 Working with Oracle execute procedure/function on linked Oracle server from MS SQL - message “ORA-01008: not all variables bound” RE: execute procedure/function on linked Oracle server from MS SQL - message “ORA-01008: not all variables bound”

  • I would expect

    Declare @OrderID Int

    Exec ('Call DATALIB.BP_PUSH_F(?)', @OrderID OUTPUT) AT ERP

    if I read correctly (link)