Er is geen probleem met CREATE TABLE .
je hebt ; aan het einde van de laatste oproep om e-mail in uitzonderingsblok te verzenden.
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
Proost!!