Hello,
I've created procedure to insert data to table, my goal it to call this procedure/pass input parameters using Calculation view. Nevertheless, following error prevent me of doing it:
SQL: EXPLAIN PLAN and CALL statement are not allowed: CALL for non read only procedure/function is not supported in the READ ONLY procedure/function:
Is it possible to overcome it?