oracle user tablespace

View the tablespace used by the current user select * from user_users

View all table spaces under oracle select * from Dba_Tablespaces

View current user role select * from user_role_privs

Delete useless tablespace drop tablespace xxx including contents and datafiles;

Guess you like

Origin blog.csdn.net/luwei_cool/article/details/116981160