I have a Report in SSRS that I need to deliver whenever a table in an Oracle DB is updated.
My plan was to create a trigger in the Oracle DB that on update would tell the Report in SSRS to deliver. The trigger would call a Stored Procedure in SSRS that would then use 'FireEvent SOAP API' to run the report.
I can't seem to find anything about calling SP's in SSRS from Oracle.
Any help would be greatly appreciated as I am pretty new to this stuff. (Been using SQL for about 2 weeks :/)