Your ARCHIVELOG-mode database has lost three datafiles and shut down. One is assigned to theSYSTEM tablespace and two are assigned to the USERS tables ...
分类:
其他好文 时间:
2017-11-09 16:32:32
阅读次数:
203
If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode,what will be the result when you issue the command alte ...
分类:
其他好文 时间:
2017-11-08 17:50:22
阅读次数:
146
What Oracle process runs when the database is in ARCHIVELOG mode but not when it is inNOARCHIVELOG mode?A. MMONB. LGWRC. ARCHD. ARWRE. COPY 感觉没啥好分析的,应 ...
分类:
其他好文 时间:
2017-11-06 13:55:34
阅读次数:
150
Which of the following statements is true when the database is in ARCHIVELOG mode andtablespaces are in hot backup mode?A. Archive log generation is s ...
分类:
其他好文 时间:
2017-11-06 13:52:15
阅读次数:
133
归档模式真的那么重要吗?对于Oracle数据库,一定要设置为归档模式,尤其是生产库,只有这样才能实现数据库的有效完全恢复,为了安全,切记。对于有些数据库刚装好后可能是非归档模式,这是很危险的。那么究竟如何设置为归档模式呢?下面康哥带大家来看一下究竟如何设置数据库..
分类:
数据库 时间:
2017-10-17 20:06:44
阅读次数:
198
进入机器,设置环境变量,如: 然后切换oracle用户,admin方式登录sqlplus 检查flash recovery area的使用情况,可以看见archivelog已经很大了,达到99.94 3,现在来清理一下archivelog归档日志,生产环境建议备份 查询日志目录位置 4,退出sqlp ...
分类:
数据库 时间:
2017-10-16 11:06:20
阅读次数:
197
[Oracle]为何Archivelog 没有马上被删除客户设置了 Archivelog 的 deletion policy 是 CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY; 所以,他认为只要在Standby 端提交了 ...
分类:
数据库 时间:
2017-10-02 10:56:08
阅读次数:
188
如果你有从这个数据文件创建之前,直到现在的,所有的ArchiveLog 和 Online REDO,是有可能进行恢复的。执行:RMAN> restore datafile <fileid>RMAN> recover datafile <fileid>RMAN> sql 'alter database ...
分类:
数据库 时间:
2017-09-22 11:58:45
阅读次数:
169
最近一段时间,有收到一台Oracle服务器的连接告警,刚刚开始还以为是Oracle的监听被关闭导致,结果连上服务器看下Oracle的监听进程正常,自己连接一次发现有报ORA-00257错,又去监控系统中在看下日志再用sqlplus连上Oracle后查了下,知道是Oracle的归档日志写满闪回区导致Oracl..
分类:
数据库 时间:
2017-09-16 18:43:41
阅读次数:
171
SWITCHOVER Switchover是有计划的将primary切换为standby,standby切换为primary.在主库结束生产后,备库应用完所有主库archivelog或者redo log后进行切换,不丢失数据。 常用场景: (1) 有计划的灾备切换演练,如测试灾备站点的可用性,客户端 ...
分类:
其他好文 时间:
2017-09-16 11:36:55
阅读次数:
146