• I've used this for executing a MySQL proc from SQL Server, I presume similar will work for Oracle.

    EXEC('CALL usp_myProcedure(''2009-06-08 00:00:00'')') AT MySQLServer;

    Where MySQLServer is the name of your linked server.