Execute (Oracle) stored procedure
Posted: Thu Aug 07, 2014 5:26 pm
Hello,
how do I have to use Oracle stored procedures in Robotask?
Example:
exec dbms_stats.gather_table_stats('<dbschema>', '<tablename>', cascade=>true,degree=>4)
Doing this in "SQL Query" always causes an error.
Would the only way be doing it via using SQLPlus through an external batch file?
Any ideas?
Thank you.
how do I have to use Oracle stored procedures in Robotask?
Example:
exec dbms_stats.gather_table_stats('<dbschema>', '<tablename>', cascade=>true,degree=>4)
Doing this in "SQL Query" always causes an error.
Would the only way be doing it via using SQLPlus through an external batch file?
Any ideas?
Thank you.