I’ve always thought it was odd with TDA/TDP that you could Create and Alter Oracle Stored Procedures, but you can’t execute them - at least not from the Editor or from an Automation ‘Execute Script’ activity.
Why is that?
Example:
Running the exact same command in Toad for Oracle, SQL*Plus, Benthic’s Golden, etc. all work fine - but not TDP.
That was the issue. EXEC/EXECUTE in SQL*Plus is short hand for ‘BEGIN END;’ - I’m just so used to all my tools using that syntax it didn’t occur to me that TDP might not support it.