ORA-17627: ORA
问题描述:搭建DG的时候,要rman从orcl恢复到orclstd数据库来,dup复制了半天,结果最后报错:ORA-17627: ORA-12577: Message 12577 not found; product=RDBMS; facility=ORA网上找了文档,查到是磁盘被写满的问题于是就解决一下。
rman target sys/410526@orcl auxiliary sys/410526@orclstd
duplicate target database for standby from active database nofilenamecheck;
截图找不到了,但是报错是:ORA-17627: ORA-12577: Message 12577 not found; product=RDBMS;
orclstd:[root@orclstd dev]# df -h 查看一下orclstd磁盘空间使用率高达98%,不知道是什么原因,进行排查
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 35G 33G 865M 98% /
/dev/sda1 99M 22M 73M 23% /boot
tmpfs 995M 0 995M 0% /dev/shm
[root@orclstd /]# du -h --max-depth=1 查看一下当前磁盘文件的使用情况,发现/u01竟然有25G
4.跟着路径接着找,发现有一个占2.6G的监听日志
/u01/app/oracle/product/11.2.0/dbhome_1/network/trace/listener.log
删掉监听日志,
[root@orclstd trace]# rm listener.log
继续查看有没有其他比较大文件,发现alert日志中,有大量的log.xml文件产生
[root@orclstd trace]# cd ..
[root@orclstd listener]# ls
alert cdump incident incpkg lck metadata metadata_dgif metadata_pv stage sweep trace
[root@orclstd listener]# cd alert/
[root@orclstd alert]# ls
7.查看一下总量大小,大概有16个G,把我的磁盘空间都占满了,暂时想不清楚原因,先删掉.xml
[root@orclstd alert]# du -sh
16G .
8.删掉log.xml文件
[root@orclstd alert]# rm *.xml
rm: remove regular file `log_1000.xml"? ^C
[root@orclstd alert]# rm -f *.xml
重新查看磁盘空间,有种瞬间被释放的感觉,user%降到了44%
df -h
[root@orclstd alert]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 35G 15G 19G 44% /
/dev/sda1 99M 22M 73M 23% /boot
tmpfs 995M 0 995M 0% /dev/shm
9.之前rman的时候已经导入过来库的文件了,所以现在orclstd备库已经可以启动到mount状态了,现在把备库orclstd更改到nomount状态,现在重新rman导入已经没有问题了。
不清楚怎么会产生这么大的监听文件,以及可能被记录的日志,想起来昨天lsnrctl start的时候一直connecting to不起来,中间又killed几次监听进程,不知道是不是这个原因,导致了大量的日志被记录
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341