当前位置:
代码迷
>>
Oracle管理
>> 作standby,复制数据文件的时候,primary需要shutdown吗
详细解决方案
作standby,复制数据文件的时候,primary需要shutdown吗
热度:
192
发布时间:
2016-04-24 04:07:37.0
做standby,复制数据文件的时候,primary需要shutdown吗?
4、复制文件到standby 服务器
至少三部分:数据文件,控制文件,修改过的初始化参数文件,注意路径。
这个一步骤,复制数据文件的时候,primary需要shutdown吗? standby也需要shutdown吗?
------解决思路----------------------
不需求,也不能shutdown ,ORACLE 会根据 scn 进行日志的应用。
相关解决方案
急救! java socket流的关闭有关问题 close shutdown
error RC2144: PRIMARY LANGUAGE ID not a number,这个异常根本解决办法
ALTER TABLE pet_type ADD CONSTRAINT pet_type_pk PRIMARY KEY (id),该怎么解决
ALTER TABLE pet_type ADD CONSTRAINT pet_type_pk PRIMARY KEY (id)解决方案
shutdown immediate关不了oracle解决方法
VF中On ShutDown do OnShutdown是什么意思解决方案
vlan 配备中有一行 standby 101 ip 10.23.101.1 ,什么意思
no shutdown,该如何处理
solaris图形界面起步不了?X connection to igenv245:0.0 broken (explicit kill or server shutdown)
The Scheduler cannot be restarted after shutdown() has been called.的解决方法
linux下 mysql出现Duplicate entry '200' for key 'PRIMARY'解决办法
shutdown.bat 使用tomcat的时候,为撒关闭不了啊解决办法
请高手们指定一二,JSP数据库插入的有关问题,明明没有插入相同的主键,为什么总是提醒小弟我违反了 PRIMARY KEY 约束 'PK_T_USER'。不能在对象 'T_U
ExecutorService.shutdown() 没关闭所有线程
请问 primary key 使用 Varchar2 与 Char 差别有人知道吗
【DBA】Oracle 创建表不需要设置主键 Primary、目录 Index、唯一 UNIQUE吗
shutdown immediate时ORA-01507: ? startup时ORA-00205: ? ? ?解决方法
shutdown normal?该怎么解决
standby 数据库怎样使用临时表呢?该如何处理
ORA-01033: ORACLE initialization or shutdown in progress,该怎么解决
ORA-01033 ORACLE initialization or shutdown in progress解决思路
shutdown normal跟shutdown transactional区别
ORA-01033 ORACLE initialization or shutdown in progress异常
oracle initialization or shutdown in progress有关问题解决步骤
primary 与 unique 有什么分别呢?解决方法
oracle不能打开,出现异常:oracle initialization or shutdown in progress
shutdown immediate后startup 报错解决方法
oralcle 登录时报错:ora-01033 oracle initialization or shutdown in progress解决方案
oralcle 登录时报错:ora-01033 oracle initialization or shutdown in progress,该如何处理
shutdown immediate和shutdown abort有什么区别?该怎么处理