I am using Toad 11.5
when I run multiple truncate statement, it gives an error ORA-00911: invalid character
truncate table employees;
truncate table employees_edit_history;
truncate table sourcecontributioncalc;
but when I run it one bye one , it execute successfully! Why toad giving an error when I run all statements once?
and any solution for that ?