接上一篇文章
本来以为100g的dmp2、3个小时能导完的,结果早上来一看,impdp还在运行
卡在这个地方
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
登陆数据库查看状态,发现有如下等待事件
statement suspended, wait error to be cleared
statement suspended, wait error to be cleared等待事件的意思就是这个问题不处理是不能继续往下面运行的
因为是导入,直接查看表空间
scms表空间不够了
alter tablespace SCMS add datafile '/data1/xxx/xxx.dbf' size 1g autoextend on;
加了数据文件后,impdp继续运行