Hello,
my issue is simple - I want to gather statistics after inserting/deleting data using SQL:
execute DBMS_STATS.gather_table_stats('<scheme>', '<table>')
When I use DBExecute component, the answer is
ORA-00900: invalid SQL statement
However when I run it in SQL Developer, the command is processed correctly.
I have the rights to run the command.
Appreciate any help.
Thanks a lot
Tomas