Although it may seem that you should back up online redo logs along with the datafiles and control file, this technique is dangerous. You should not b...
分类:
其他好文 时间:
2015-09-09 19:25:14
阅读次数:
154
Linux磁盘管理硬盘:机械硬盘SSD固态硬盘tracksector:512bytescylinder:分区的基本单位;MBR:MasterBootRecord512bytes446:bootloader64:filesystemallocationtable16:标识一个分区2:55AA磁盘接口类型:IDE(ATA):133MB/s,/dev/hdSCSI:640MB/sSATA:6GbpsSAS:6GbpsUSB:480..
分类:
系统相关 时间:
2015-09-07 07:05:02
阅读次数:
300
Linux磁盘管理硬盘:机械式硬盘SSD固态硬盘机械式:track磁道sector扇区:512bytescylinder柱面:分区的基本单位;MBR:MasterBootRecord512bytes446:bootloader64:filesystemallocationtable16:标识一个分区2:55AA磁盘接口类型:IDE(ATA):133MB/s,/dev/hdSCSI:640MB/sSATA:6..
分类:
系统相关 时间:
2015-09-07 01:54:39
阅读次数:
252
http://fex.baidu.com/ueditor/#start-toolbartoolbars: [ [ 'anchor', //锚点 'undo', //撤销 'redo', //重做 'bold', //加粗 '...
分类:
其他好文 时间:
2015-09-06 12:44:27
阅读次数:
243
(非归档模式下)创建表T01:SQL> create table t01 as select * from dba_objects where 1=2;Table created.(非归档模式下)查看当前redo大小:SQL> select value 2 from v$mystat,v$statn...
分类:
移动开发 时间:
2015-09-02 11:54:08
阅读次数:
266
1.分类Oracle中的几类日志文件
Redo log files –>联机重做日志
Archive log files –>归档日志
Alert log files –>告警日志
Trace files –>跟踪日志
user_dump_dest –>用户跟踪日志
backupground_dump_dest –>进程跟踪日志
2.操作查看redo组SELECT group#,sequence#,...
分类:
数据库 时间:
2015-08-30 15:52:41
阅读次数:
170
1.Redo log特点重做日志以磁盘I/O为主,将数据库操作记录到日志文件。(磁盘I\O性能有可能成为瓶颈)每个实例只有一个活动的LGWR(log writer)进程,至少有两个日志组(logfile group),每个日志组至少一个日志文件,同一日志组多个日志文件内容相同,互为镜像。当一个日志组...
分类:
数据库 时间:
2015-08-30 15:44:22
阅读次数:
173
【翻译自mos文章】为DataGuard的 Redo Transport 启用加密...
分类:
其他好文 时间:
2015-08-30 11:28:33
阅读次数:
223
MySQL的redo log结构和SQL Server的log结构对比innodb 存储引擎 mysql技术内幕f1f2f3f4f5f6f7fsqlserverhttp://www.cnblogs.com/CareySon/p/3308926.html事务对数据库中每次修改都会分解成多个多个原子层级...
分类:
数据库 时间:
2015-08-26 01:31:27
阅读次数:
325
于是百度谷歌了一下相关资料。原来我写的内部类是动态的,也就是开头以public class开头。而主程序是public static class main。在Java中,类中的静态方法不能直接调用动态方法。只有将某个内部类修饰为静态类,然后才能够在静态类中调用该类的成员变量与成员方法。所以在不做其他...
分类:
数据库 时间:
2015-08-25 13:37:57
阅读次数:
211