How can I drop all user tables in oracle?
I have problem with constraints. When I disable all it is still no possible.
The simplest way is to drop the user that owns the objects with the cascade command.
DROP USER username CASCADE