When I give the command to drop a user i.e. DROP USER \'username\' cascade,
Does it deletes all the tablespace and datafiles used by that particular user.
DROP USER----> DROP USER USER_NAME CASCADE; DROP TABLESPACE----> DROP TABLESPACE TABLESPACE_NAME INCLUDING CONTENTS AND DATAFILES;