查看当前用户所在表空间

select username,default_tablespace from user_users;

修改用户默认表空间

alter user 用户名 default tablespace 新表空间;

查看用户所拥有的角色

select * from user_role_privs;

查询数据库中有多少张表

select * from user_tables;


作者:itmyhome

相关文章:

  • 2021-12-07
  • 2021-06-04
  • 2022-12-23
  • 2021-06-04
  • 2021-12-16
  • 2022-01-27
  • 2022-12-23
  • 2021-07-12
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2022-02-02
  • 2022-02-06
  • 2022-01-23
  • 2021-12-29
相关资源
相似解决方案