The loss of which two types of files may require a recovery with
the RESETLOGS option?(Choose two.)
A. control files
B. password file
C. archived log files
D. system-critical data files ...
分类:
数据库 时间:
2014-12-21 22:08:34
阅读次数:
249
关于这个参数设置的影响,在生产系统中经历过两次: 第一次是有套不太重要的系统安装在虚拟机,这套系统所有应用(DB2 WAS IHS)都配置到/etc/rc.local中,每次启动机器会自动拉起应用,然后有次虚拟机宕机,重启后检查了各个应用进程都正常启动,但是前台页面访问异常无法访问,然后到后台手.....
分类:
其他好文 时间:
2014-12-21 16:31:34
阅读次数:
322
进入单用户模式:按shift进入1、开机到grub时,用上下键移到第二行的恢复模式,按e(注意不是回车) 即Ubuntu,With Linux 3.2.0-23-generic(recovery mode)2、把ro recovery nomodeset 改成rw single init=/bin/...
分类:
其他好文 时间:
2014-12-20 19:40:38
阅读次数:
120
关于这个参数的设置的影响,在生产系统中经历过两次:
第一次是有套不太重要的系统安装在虚拟机,这套系统所有应用(DB2 WAS IHS)都配置到/etc/rc.local中,每次启动机器会自动拉起应用,然后有次虚拟机宕机,重启后检查了各个应用进程都正常启动,但是前台页面访问异常无法访问,然后到后台手动连接数据库报:
SQL1015N The database is in an i...
分类:
其他好文 时间:
2014-12-20 18:18:46
阅读次数:
217
You noticed that the index tablespace in your database requires a
recovery. However, instead of performing a media recovery, you decide
d to re-create the indexes in a new tablespace. Which two opti...
分类:
数据库 时间:
2014-12-20 18:15:57
阅读次数:
238
恢复间隔(分钟)RecoveryIntervalSQLServer与“恢复间隔”配置相关运作是检查点(checkpoint)事件发生的频率。检查点最主要的工作是将数据库缓存中,标示为Dirty的数据与日志文件分页写入到硬盘,借此将SQLServer重新启动时的恢复工作,如“回滚”或“重做”的工作量减至最少..
分类:
其他好文 时间:
2014-12-19 12:23:29
阅读次数:
177
Block Recovery使用增量备份么?...
分类:
其他好文 时间:
2014-12-18 13:36:40
阅读次数:
162
SQL>colstatusfora10
SQL>selectstatus,name,is_recovery_dest_file,block_size,file_size_blksfromv$controlfile;
STATUSNAMEIS_RECOVEBLOCK_SIZEFILE_SIZE_BLKS
----------------------------------------------------------------------------------------------
/DBB..
分类:
数据库 时间:
2014-12-17 19:00:09
阅读次数:
229
oracle11gora-03113问题解决1、数据库已关闭时:Sql>startupnomount‘将数据库启到NOMOUNT状态2、修改回闪空间大小Sql>altersystemsetdb_recovery_file_dest_size=30G;‘将空间改为30G3、启动到mount状态Sql>alterdatabasemount;4、打开数据库Sql>alterdatabaseope..
分类:
其他好文 时间:
2014-12-17 18:54:55
阅读次数:
126
启动数据库查看数据库日志:WedDec1717:40:322014
db_recovery_file_dest_sizeof3882MBis0.00%used.Thisisa
user-specifiedlimitontheamountofspacethatwillbeusedbythis
databaseforrecovery-relatedfiles,anddoesnotreflecttheamountof
spaceavailableintheunderlyingfil..
分类:
数据库 时间:
2014-12-17 18:46:24
阅读次数:
225