码迷,mamicode.com
首页 >  
搜索关键字:archivelog    ( 175个结果
ocp-149
QUESTION NO: 149 Which is the correct command to put the database in ARCHIVELOG mode?A. alter database archivelog B. alter system enable archivelog mode C. alter database enable archive D. alter da...
分类:其他好文   时间:2015-10-07 01:08:33    阅读次数:235
ocp-74
QUESTION NO: 74 What Oracle process runs when the database is in ARCHIVELOG mode but not when it is in NOARCHIVELOG mode?A. MMON B. LGWR C. ARCH D. ARWR E. COPY Answer: C当数据库运行在归档记录模式而不是在非归档记录模式...
分类:其他好文   时间:2015-10-03 06:11:34    阅读次数:117
OCP-V13-003
QUESTION 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 database, you receive the following errors:...
分类:其他好文   时间:2015-09-27 21:36:19    阅读次数:213
11g RMAN Restore archivelog用法
I.备份所有归档日志文件RMAN> BACKUP FORMAT '/u01/backup/arch_%U_%T' skip inaccessible filesperset 5 ARCHIVELOG ALL DELETE INPUT;II.使用RMAN方式清除RMAN清除方式会自动清除磁盘上的归档日...
分类:其他好文   时间:2015-09-23 17:02:50    阅读次数:190
ocp-v13-684
Your database is running in ARCHIVELOG mode. You have been taking backups of all the data files and control files regularly.你的数据库运行在归档模式,并且定期备份了所有的数据文件和控制文件。 You are informed that some important tabl...
分类:其他好文   时间:2015-09-21 17:57:40    阅读次数:152
DATAGUARD ORA-01274 ORA-01111处理
错误:File#483addedtocontrolfileas‘UNNAMED00483‘because theparameterSTANDBY_FILE_MANAGEMENTissettoMANUAL Thefileshouldbemanuallycreatedtocontinue. Errorswithlog+FRA/cweolb/archivelog/2015_08_02/thread_1_seq_225515.7695.886664431 MRP0:BackgroundMediaRecovery..
分类:其他好文   时间:2015-08-03 14:59:09    阅读次数:148
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 re...
分类:其他好文   时间:2015-07-29 11:41:42    阅读次数:145
053 第561题
561.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 alter database archivelog? A. The alter databas...
分类:其他好文   时间:2015-07-14 11:30:43    阅读次数:86
oracle archivelog模式与非archivelog模式转换
最近集成环境出现归档日志写满后,数据库无法登录情况,询问DBA后查明情况,私下根据DBA的查找方案,拿开发环境做了一下数据库模式的切换,以便做同步监控分析问题,这里给出了数据路首先使用dba登录,链接到数据库之后使用sqlplus/assysdba;archiveloglist查看当前数据库归档..
分类:数据库   时间:2015-07-08 22:51:19    阅读次数:198
oracle standby数据库改变standby_archive_dest路径
1、导出PFILE文件;SQL>createpfile=‘/oratmp/pfile.ora‘fromspfile;Filecreated.2、修改PFILE文件,注释掉#*.standby_archive_dest=‘/archivelog/standby/slog‘这行P560A:/#vi/oratmp/pfile.ora"/oratmp/pfile.ora"58lines,1944charactersport1.__db_cache_size=5895513702..
分类:数据库   时间:2015-06-16 19:33:52    阅读次数:177
175条   上一页 1 ... 11 12 13 14 15 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!