21 May 2024 10:16 PM - last edited on 19 Aug 2024 12:56 PM by Michal_Gebacki
Can we run Oracle Stored procedure using custom 2.0 sql data source extension?
Solved! Go to Solution.
21 May 2024 10:55 PM
Due to security implications of stored procedures being able to perform tasks such as drop tables and inserts, the data source is limited to select statements.
Try to extract the query from the stored procedure into a select statement, either directly, or by scheduling a job on the server which drops the result of the stored procedure into a single table.