ORA-39171 Job is experiencing a resumable wait

0    356    1

Tags:

👉 本文共约519个字,系统预计阅读时间或需2分钟。

现象

impdp报错:

ORA-39171: Job is experiencing a resumable wait.
ORA-01691: unable to extend lob segment CWAB.SYS_LOB0000116518C00007$$ by 8192 in tablespace CWAB
ORA-39171: Job is experiencing a resumable wait.
ORA-01691: unable to extend lob segment CWAB.SYS_LOB0000116518C00007$$ by 8192 in tablespace CWAB
ORA-39171: Job is experiencing a resumable wait.
ORA-01691: unable to extend lob segment CWAB.SYS_LOB0000116518C00007$$ by 8192 in tablespace CWAB
ORA-39171: Job is experiencing a resumable wait.
ORA-01691: unable to extend lob segment CWAB.SYS_LOB0000116518C00007$$ by 8192 in tablespace CWAB
ORA-39171: Job is experiencing a resumable wait.
ORA-01691: unable to extend lob segment CWAB.SYS_LOB0000116518C00007$$ by 8192 in tablespace CWAB

原因

表空间满了,可以添加数据文件,或者配置数据文件自动扩展,然后继续导入,而不必从头重新开始导入。

解决

How to restart Datapump

  1. In the IMPDP command line, press CTRL-C to stop the job.
  2. At the command line of the import
    Import> stop_job=immediate
    Are you sure you wish to stop this job ([yes]/no): y
  3. Fix the tablespace error
  4. Attach again the job. Check sqlplus>SELECT FROM DBA_DATAPUMP_JOBS;
    Use the job name which is something like "SYS_IMPORTFULL
    "

$impdp system/**** attach=SYS_IMPORT_FULL_01

  1. At the command line of the import
    Import> start_job
  2. Check sqlplus>SELECT * FROM DBA_DATAPUMP_JOBS; It is running again.

标签:

头像

小麦苗

学习或考证,均可联系麦老师,请加微信db_bao或QQ646634621

您可能还喜欢...

发表回复

嘿,我是小麦,需要帮助随时找我哦
  • 18509239930
  • 个人微信

  • 麦老师QQ聊天
  • 个人邮箱
  • 点击加入QQ群
  • 个人微店

  • 回到顶部
返回顶部