Oracle: Script to drop ALL tables
*** Be aware what you are running! Copy this script to SQL tool and run. BEGIN FOR cur_rec IN (SELECT object_name, object_type FROM user_objects WHERE object_type IN ('TABLE', 'VIEW', 'PACKAGE', 'PROCEDURE', 'FUNCTION', '...