ORA-00900 error when trying to execute statement in tOracleRow
Hi, I am trying to execute this statement: "EXEC DBMS_STATS.GATHER_SCHEMA_STATS('my_schema', cascade=>TRUE)" with a tOracleRow but I get the error ORA-00900: invalid SQL Statement. It's the same with a ; at the end of the line. When I execute this statement in SQLPlus it works fine. Any idea please ?