[转帖]Creating a filesystem physical standby from ASM (RAC ) primary之三_MySQL, Oracle及数据库讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MySQL, Oracle及数据库讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 3804 | 回复: 0   主题: [转帖]Creating a filesystem physical standby from ASM (RAC ) primary之三        下一篇 
derek
注册用户
等级:中校
经验:1550
发帖:209
精华:0
注册:2011-7-21
状态:离线
发送短消息息给derek 加好友    发送短消息息给derek 发消息
发表于: IP:您无权察看 2011-9-14 14:41:55 | [全部帖] [楼主帖] 楼主

Starting backup at 11-SEP-11

RMAN-03009: failure of backup command on c1 channel at 09/11/2011 17:48:09

ORA-19505: failed to identify file "/opt/rac/oracle/11.2.0/db/dbs/orapwrac1"

ORA-27037: unable to obtain file status

Linux-x86_64 Error: 2: No such file or directory

Additional information: 3

continuing other job steps, job failed will not be re-run

released channel: c1

released channel: c2

released channel: s1

released channel: s2

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of Duplicate Db command at 09/11/2011 17:48:10

RMAN-03015: error occurred in stored script. Memory Script

RMAN-03009: failure of backup command on c1 channel at 09/11/2011 17:48:09

ORA-19505: failed to identify file "/opt/rac/oracle/11.2.0/db/dbs/orapwrac1"

ORA-27037: unable to obtain file status

Linux-x86_64 Error: 2: No such file or directory

Additional information: 3

提示说明找不到rac1 节点的密码文件,查看节点rac1上的存在orapwrac1 和orapwrac2文件,而节点rac2上不存在

解决办法

将节点rac1上的密码文件orapwrac1拷贝到节点rac2上

#scp orapwrac1 10.250.7.241:/opt/oracle/11.2.0/alifpre/


===============================================================================
connected to auxiliary database (not started)
released channel: c2
released channel: c1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 09/11/2011 17:59:06
RMAN-03015: error occurred in stored script. Memory Script
RMAN-04014: startup failed: ORA-00845: MEMORY_TARGET not supported on this system
RMAN-04017: startup error description: ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance


这里遇见 ORA-00845,因为目标库上运行了两个数据库,内存空间不足,导致 ORA-00845!

解决办法:关闭另外一个数据库实例。



==============================================================================

备库日志中出现:

PING[ARC2]: Heartbeat failed to connect to standby 'yangdb'. Error is 16032.

Sun Sep 11 19:03:49 2011

Errors in file /opt/rac/oracle/diag/rdbms/rac/rac2/trace/rac2_arc2_25846.trc:

ORA-16032: parameter  destination string cannot be translated

PING[ARC2]: Heartbeat failed to connect to standby 'yangdb'. Error is 16032.

Sun Sep 11 19:09:49 2011

Errors in file /opt/rac/oracle/diag/rdbms/rac/rac2/trace/rac2_arc2_25846.trc:

ORA-16032: parameter  destination string cannot be translated

PING[ARC2]: Heartbeat failed to connect to standby 'yangdb'. Error is 16032.

Sun Sep 11 19:15:50 2011

Errors in file /opt/rac/oracle/diag/rdbms/rac/rac2/trace/rac2_arc2_25846.trc:

ORA-16032: parameter  destination string cannot be translated

PING[ARC2]: Heartbeat failed to connect to standby 'yangdb'. Error is 16032.

原因:目的参数无法解析。查看了mos文档,次错误与备库的standby_archive_dest的设置方式有关

解决方法:

SQL> show parameter standby 

NAME                             TYPE         VALUE

------------------------------ ----------------------------------------

standby_archive_dest             string   location=/opt/rac/oracle/arch

standby_file_management          string   MANUAL

SQL> alter system set standby_archive_dest='/opt/rac/oracle/arch' scope=both sid='*';

System altered.

SQL> show parameter standby 

NAME                      TYPE        VALUE

---------------------- ------------  ------------------------------

standby_archive_dest     string      /opt/rac/oracle/arch

standby_file_management  string      MANUAL

再次执行,问题解决。。




赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论