转自:http://www.codes51.com/article/detail_146662.html

impdp时报错ORA-39083&ORA-01917
ORA-39083: 对象类型 OBJECT_GRANT 创建失败, 出现错误:
ORA-01917: 用户或角色 'HQ_88' 不存在
失败的 sql 为:
GRANT ALTER, SELECT ON "HQ_123"."SEQ_TBL_SALEPROMODE" TO "HQ_88"
解决办法: 
impdp 加个选型: exclude=grant
 如:impdp ........ exclude=grant

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2022-03-07
  • 2022-12-23
  • 2021-08-09
  • 2021-12-03
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案