oracle导入时要,Oracle导入数据时报错:ORA-39171、ORA-01652。

ORA-39082: Object type ALTER_PROCEDURE:"AMI"."PROC_DB_HEALTH_SQL_SECURITY" created with compilation warnings

ORA-39082: Object type ALTER_PROCEDURE:"AMI"."PROC_S_TBS_GROW_MONTH" created with compilation warnings

ORA-39171: Job is experiencing a resumable wait./INDEX

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

ORA-39171: Job is experiencing a resumable wait.

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

ORA-39171: Job is experiencing a resumable wait.

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

ORA-39171: Job is experiencing a resumable wait.

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

ORA-39171: Job is experiencing a resumable wait.

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

ORA-39171: Job is experiencing a resumable wait.

ORA-01652: unable to extend temp segment by 128 in tablespace BPAS

网上找了找大致意思是说表空间没有剩余空间进行存储。需要增加

增加时需要注意:在原有的dbf文件上面增加,看着顺序一点。

--查看表空间绝对路径select name from v$datafile;

--查看临时表空间绝对路径

select name from v$tempfile;

alter tablespace BPAS add datafile '/home/oracle/oradata/bpas/bpas02.dbf' size 30G autoextend off;

--增加表空间并开启自动增加

alter tablespace BPAS add datafile '/home/oracle/oradata/bpas/bpas03.dbf' size 30G autoextend on;

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值