码迷,mamicode.com
首页 >  
搜索关键字:archivelog    ( 175个结果
【oracle】摸拟故障 - 数据文件丢失恢复,SCN的作用。
模拟数据文件丢失恢复,redolog、archivelog、controlfile文件未丢失的情况恢复。1、创建一个表空间、用户、分配权限、建表。a)createtablespaceHXW_WENdatafile‘D:\ORACLE\ORADATA\HXW168\HXW_WEN_D01.DBF‘size5Mautoextendonnext1Mmaxsize20M;b)createuserwenidentifiedbyzer..
分类:数据库   时间:2014-10-01 21:43:01    阅读次数:358
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
问题现象: 我在执行开启归档命令后报错误ORA-00265 SQL> alter database archivelog; alter database archivelog * ERROR at line 1: ORA-00265: instance recovery required, cannot set ARCHIVELOG mode ...
分类:其他好文   时间:2014-09-29 14:25:10    阅读次数:214
使用RMAN备份时应如何处置归档日志文件
昨天去某客户部署RMAN备份,在跑shell脚本的时候,提示找不到归档日志,因为客户那里之前只对数据库做EXPDP逻辑导出备份,并且每天都自动删除前一天的归档,每个归档的生成量大概在200M左右,因为考虑磁盘空间比较紧张,不得已而为之。 在我的脚本中,是采用backup database format 'xxx' plus archivelog format 'xxx'的方式进行备份的,...
分类:其他好文   时间:2014-09-24 17:44:17    阅读次数:215
Oracle 11gR2 RMAN batch script
>>>>>>>>> rman_archivelog.bat >>>>>>>> execution script: delete.rmn <<<<<<run{allocate channel t1 device type disk;delete noprompt archivelog until ti...
分类:数据库   时间:2014-09-05 10:01:01    阅读次数:289
将Oracle数据库设置为归档模式及非归档模式
一、将Oracle数据库设置为归档模式1)sql>shutdown normal/immediate;2)sql>startup mount;3)sql>alter database archivelog;4)sql>alter database open;5)archive log list;注意...
分类:数据库   时间:2014-08-29 12:34:27    阅读次数:239
ORA-03113解决方法
场景:碰到ORA-00257归档日志写满的解决方法这篇日志当中描述的归档日志写满的情况。此时我想将数据库切换到非归档模式,参考如何启动或关闭oracle的归档(ARCHIVELOG)模式进行操作,但是在执行shutdown immediate;的时候卡死。此时我重启了windows oracle 数...
分类:其他好文   时间:2014-08-13 18:07:56    阅读次数:195
OCP读书笔记(21) - 题库(ExamA)
3.Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the data...
分类:其他好文   时间:2014-08-06 21:48:22    阅读次数:610
ORA-00265: 要求实例恢复, 无法设置 ARCHIVELOG 模式解决办法
解决了这个问题,方法如下: 从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options 断开 C:\Documents and Settings\yc>sqlplus sys/abcd as sysd...
分类:其他好文   时间:2014-08-05 19:32:20    阅读次数:375
Deploy Oracle 10.2.0.5 DataGuard on Red Hat Enterprise Linux 6.4
主库部分 开启归档,force logging SQL> archive log list SQL> shutdown immediate SQL> startup mount SQL> alter database archivelog; SQL> shutdown immediate SQL> startup SQL> alter database force...
分类:数据库   时间:2014-07-30 17:30:24    阅读次数:389
oracle清理归档日志
我们都都知道在controlfile中记录着每一个archivelog的相关信息,当然们在OS下把这些物理文件delete掉后,在我们的controlfile中仍然记录着这些archivelog的信息,在oracle的OEM管理器中有可视化的日志展现出,当我们手工清除archive目录下的文件后,这...
分类:数据库   时间:2014-07-21 10:00:18    阅读次数:339
175条   上一页 1 ... 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!