// show all tables select * from cat; // show all tablespaces select tablespace_name from dba_tablespaces; // drop tablespace drop tablespace sri_mw; // show all users select * from all_users; // delete user drop user username;