I currently have a
DROP USER SAMPLE_USER CASCADE;
statement to drop the user SAMPLE_USER
and all child tables/object/etc.
SAMPLE_USER
contains approx 1200 tables and, using SQLDeveloper, can take several minutes to drop the user and all associated tables. Is there an alteration to this statement that can be used to speed up dropping user SAMPLE_USER
?