数据库之间使用dmp文件进行数据移植

给普通用户授权dba权限

grant dba to user;

移植成功后,收回

revoke dba from user;

建表的时候出现

ora-01536 space quota exceeded for tablespace xxxx;

重新授予dba权限,问题解决,具体原因待核实。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2022-01-23
  • 2022-01-27
  • 2021-09-28
  • 2022-01-13
  • 2022-01-09
  • 2021-07-31
  • 2021-05-16
相关资源
相似解决方案