共计 881 个字符,预计需要花费 3 分钟才能阅读完成。
在做异机迁移恢复数据库时,报如下错误。
PSDRPC returns significant error 1013.
PSDRPC returns significant error 1013.
PSDRPC returns significant error 1013.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 03/03/2017 04:43:22
RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile ‘+DATA/dbtx/archivelog/2017_03_03/thread_2_seq_9187.323.937629789’
ORA-00379: no free buffers available in buffer pool DEFAULT for block size 32K
RMAN>
因为之前设置了 db_32k_cache_size 参数,并且建立了 32k block_size 大小的表空间,但是现在用的参数文件无 db_32k_cache_size 参数,导致无法为相应的块按照 32k 的 block_size 来分配 buffer cache, 因此参数文件中加入 db_32k_cache_size 参数问题解决。
更多 Oracle 相关信息见 Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12
本文永久更新链接地址 :http://www.linuxidc.com/Linux/2017-03/141353.htm