drop tables of certain schema owner only
I would like to drop all tables and what else objects that had been created by a specifi user, such that after that action only that user exists with no
objects created yet. That the database is in the stat as if the user just has been created. Tablespace and temprorary tablespace should remain assigned.
And I would like to do that as user SYSTEM (or administrative user). Database can be 11g or 12c.
How can this be achieved easily?
--
Christoph