最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

impdp报错ORA-31631、ORA-39122

来源:动视网 责编:小采 时间:2020-11-09 16:19:44
文档

impdp报错ORA-31631、ORA-39122

impdp报错ORA-31631、ORA-39122:今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: 今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_
推荐度:
导读impdp报错ORA-31631、ORA-39122:今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: 今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_


今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示:

今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示:

C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_pump_directory
dumpfile=hoegh.dmp remap_schema=hoeghfrom:hoegh remap_tablespace=hoeghfromtbs:hoeghtbs
Import: Release 10.1.0.2.0 - Production on 星期六, 10 10月, 2015 9:49
Copyright (c) 2003, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
ORA-31631: privileges are required
ORA-39122: Unprivileged users may not perform REMAP_SCHEMA remappings.
C:\Documents and Settings\hoegh>

从报错提示信息来看,是权限不足造成的。通过查阅文档得知,当执行impdp操作指定remap_schema参数时,需要具备imp_full_database权限。接下来,我们给hoegh用户赋予imp_full_database权限。

SQL>

SQL> grant imp_full_database to hoegh;

Grant succeeded.

SQL>

授权成功后,再次执行impdp语句,成功。

C:\Documents and Settings\hoegh>

C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_pump_directory
dumpfile=hoegh.dmp remap_schema=hoeghfrom:hoegh remap_tablespace=hoeghfromtbs:hoeghtbs

Import: Release 10.1.0.2.0 - Production on 星期六, 10 10月, 2015 9:54

Copyright (c) 2003, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
tion
With the Partitioning, OLAP and Data Mining options
Master table "HOEGH"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "HOEGH"."SYS_IMPORT_FULL_01": HOEGH/******** directory=data_pump_directo
ry dumpfile=hoegh.dmp remap_schema=hoeghfrom:hoegh remap_tablespace=hoeghfromtbs:hoeghtbs

Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type TABLE_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMAP
/INDEX_STATISTICS
Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Job "HOEGH"."SYS_IMPORT_FULL_01" successfully completed at 09:54

文档

impdp报错ORA-31631、ORA-39122

impdp报错ORA-31631、ORA-39122:今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: 今天使用impdp实施数据导入时遭遇ORA-31631、ORA-39122报错,如下所示: C:\Documents and Settings\hoegh>impdp hoegh/hoegh directory=data_
推荐度:
标签: 错误 报错 impdp
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top