Logical Standby不支持db_file_name_convert参数

上一篇 / 下一篇  2008-06-25 23:02:08 / 个人分类:ORACLE

 

Primary Database上进行create tablespace的操作导致Logical Standbyapply process进程中断。

 

数据库环境:

        数据库版本:  Oracle 10.2.0.3

        灾备数据库:  Logical Standby

        数据库主机:  IBM AIX平台

        Primary    :       DATA_GROUP = +CLO

        Logstdby  :       DATA_GROUP = +DATADG1

 

问题描述:

1.      Primary Database进行create tablespaceAdd datafile操作

2.      Logical standby上的real-time apply操作异常中断,与primary无法同步

3.      检查Logical Standby上的alert日志及dba_logstdby_events事件表发现以下异常:

日志及事件表记录以下错误:

 

ORA-17502: ksfdcre:4 Failed to create file +CLO/zc/datafile/****.dbf

ORA-15001: diskgroup "CLO" does not exist or is not mounted

 

报错后,Logical Standby上的apply process进程全部STOP

 

问题原因:

        Primary DatabaseLogical StandbyDISKGROUP的名字不一致,致使logstdby无法同步执行Primary上的create tablespace操作。

        查看logical Standby的安装文档,确认Oracle10gLogical Standby不支持db_file_name_convert参数,所以也不能将Primary Databasedatafile进行diskgroup的转换。还真是不方便啊!

        metalink一查,可以发现该问题的BUGBUG号是4384452

 

解决办法:

        使用Logical StandbyDBMS_LOGSTDBY包,SKIP掉无法APPLYtrancastionprocedure,然后重新开始sql apply或是real-time apply

        创建Logical Standby时,最好创建与Primary Database一致的diskgroup

 

附上Oracle Create Logical Standby的官方文档

http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ls.htm#i77026

Note:

TheDB_FILE_NAME_CONVERTinitialization parameter is not honored once a physical standby database is converted to a logical standby database. If necessary, you should register a skip handler and provide SQL Apply with a replacement DDL string to execute by converting the path names of the primary database datafiles to the standby datafile path names. See theDBMS_LOGSTDBYpackage inOracle Database PL/SQL Packages and Types Reference. for information about the SKIP procedure.

 

 


TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-10-08  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 1465
  • 日志数: 650
  • 影音数: 1
  • 建立时间: 2008-01-18
  • 更新时间: 2008-08-27

RSS订阅

Open Toolbar