Non ci sono problemi con CREATE TABLE .
ti sei perso ; al termine dell'ultima chiamata per inviare la posta in blocco eccezioni.
SOURCE.DBA_SEND_MAIL(
V_FROM=>'example@sqldat.com;',
V_RECIPIENT => 'example@sqldat.com',
V_SUBJECT => 'Automated PX Checks Failed',
V_MESSAGE => 'Automated PX Checks Failed' ); <<-- this ; is missing
Ciao!!