When executing a package in the Editor, the following error appears:
'ORA-00900: Invalid SQL statement'
It's possible to run the same package in SQL*Plus. How can it be run successfully in Toad?
Enclose the package in BEGIN and END, and that should solve the issue.