When trying to execute an Oracle package in the Toad Editor, the following error displays:
"ORA-00900 invalid SQL statement"
e.g. exec dbms_session.set_identifier('T12345')
How to execute an Oracle package in the Editor?
create an anonymous block and click F5 to execute the script e.g.
DECLARE