duplicate命令创建physical standby数据库报RMAN-03015 ORA-17628

时间:2015-10-14 14:17:20   收藏:0   阅读:1533
The following error is reported trying to create a Physical Standby database   using "duplicate from active database" :


RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 05/10/2015 19:54:23
RMAN-03015: error occurred in stored script. Memory Script
RMAN-03009: failure of backup command on disk1 channel at 05/10/2015 19:54:23
ORA-17628: Oracle error 19505 returned by remote Oracle server

问题处理:
最初是以为db_file_name_convert参数设置有问题,但是详细验证后,并没有发现问题。
最后发现,在standby库中在创建对应目录stdby的时候,手误写成了stdy
重新创建正确的目录后,再执行duplicate命令时,执行成功。

原文:http://www.cnblogs.com/abclife/p/4877130.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!