Delete tablespaces after drop schema user
718305Mar 29 2010 — edited Mar 30 2010Hello,
How can I figure out which tablespaces can I drop including its content once I have dropped user with statement
drop user <user> cascade ? Is there any sql statement which would show me this?
Thanks a lot!