码迷,mamicode.com
首页 >  
搜索关键字:数据库模式 archivelog    ( 313个结果
053-311
Given the scriptcreate script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What is the result of running this c ...
分类:其他好文   时间:2017-11-10 15:09:07    阅读次数:195
053-599
Given the following steps, which would be the correct order to create a backup of an Oracle database in ARCHIVELOG mode with control-file autobackups ...
分类:其他好文   时间:2017-11-09 18:39:57    阅读次数:181
053-578
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
053-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 alte ...
分类:其他好文   时间:2017-11-08 17:50:22    阅读次数:146
053-174
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
053-176
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
数据仓库和数据集市的区别
见过很多人搞不清楚数据仓库和数据集市的区别,下面是我见过的最好的关于“什么是数据仓库”的回答: “数据仓库是一种关系数据库模式,其中保存了来自一个或者多个源数据库的历史数据和元数据。数据仓库的目的是便于将数据的报告和分析汇总到多个层次。” 或者更简单点: “一个存放企业各个领域的数据的单独且有组织的 ...
分类:其他好文   时间:2017-10-18 21:43:32    阅读次数:164
如何把Oracle数据库设置为归档模式?
归档模式真的那么重要吗?对于Oracle数据库,一定要设置为归档模式,尤其是生产库,只有这样才能实现数据库的有效完全恢复,为了安全,切记。对于有些数据库刚装好后可能是非归档模式,这是很危险的。那么究竟如何设置为归档模式呢?下面康哥带大家来看一下究竟如何设置数据库..
分类:数据库   时间:2017-10-17 20:06:44    阅读次数:198
oracle日志归档空间清理
进入机器,设置环境变量,如: 然后切换oracle用户,admin方式登录sqlplus 检查flash recovery area的使用情况,可以看见archivelog已经很大了,达到99.94 3,现在来清理一下archivelog归档日志,生产环境建议备份 查询日志目录位置 4,退出sqlp ...
分类:数据库   时间:2017-10-16 11:06:20    阅读次数:197
[Oracle]为何Archivelog 没有马上被删除
[Oracle]为何Archivelog 没有马上被删除客户设置了 Archivelog 的 deletion policy 是 CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY; 所以,他认为只要在Standby 端提交了 ...
分类:数据库   时间:2017-10-02 10:56:08    阅读次数:188
313条   上一页 1 ... 10 11 12 13 14 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!