I am trying to connect SSRS 2017 to an Oracle database to call a stored procedure via ODBC connection. I am able to connect SSRS to Oracle DB and run simple SQL queries. Every time I try to use a Stored Procedure name instead of a SQL query, I get errors that the SP can not access Oracle DB.
Is there any particular format in which I am supposed to pass the SP name.
Note: My SP is a simple select * from Table query without parameters.
Any help will be apreciated.