Chinaunix首页 | 论坛 | 博客
  • 博客访问: 351168
  • 博文数量: 86
  • 博客积分: 1460
  • 博客等级: 上尉
  • 技术积分: 848
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-12 14:07
文章分类

全部博文(86)

文章存档

2017年(36)

2016年(17)

2015年(1)

2013年(12)

2012年(2)

2011年(1)

2010年(1)

2009年(16)

我的朋友

发布时间:2017-02-27 15:43:38

oracle的events,是我们在做自己的软件系统时可以借鉴的Oracle 11g trace eventsORA-10001: control file crash event1ORA-10002: control file crash event2ORA-10003: control file crash event3ORA-10004: block recovery testing - internal errorORA-10005: trace latch operations for debuggingORA-1000.........【阅读全文】

阅读(2571) | 评论(0) | 转发(0)

发布时间:2017-02-21 14:43:43

视图v$segstat  如果有跟段相关等等待,可以进一步查询具体是什么原因导致,比如contentionTS   热块   ITL事务槽contention  段扫描等 Name                 Null?    Type&n.........【阅读全文】

阅读(2463) | 评论(0) | 转发(0)

发布时间:2017-02-21 11:10:22

一个横杠或者两个横杠都代表管道的输出内容[root@dbvm1 ~]# echo -e "I\nAM\nC"|sed 's/^/bbbbbb/' --bbbbbbIbbbbbbAMbbbbbbCtac 命令可以反向输出内容[root@dbvm1 ~]# echo -e "I\nAM\nC"| tac -CAMIecho 如果不带-e 参数,\n转义不生效[root@dbvm1 ~]# echo  "I\nAM\nC"| tac -I\nAM\nC[root@dbvm1.........【阅读全文】

阅读(1214) | 评论(0) | 转发(0)

发布时间:2017-02-17 16:32:41

1.尽量使用够用的类型create  table table_name( col1 int not null auto_increment comment 'primary key',  col2 int not null default 1  comment 'test',  col3 varchar(20) not null default 'abc'  comment 'col3',  updatetime timestamp not null default current_timestamp,&.........【阅读全文】

阅读(2071) | 评论(0) | 转发(0)

发布时间:2017-02-17 11:06:16

ext3:1).ext3文件系统采用32bit的块地址索引空间;2)在inode条目中,引用一个块空间符号需要4byte的大小;3)对于一个inode来说,设计了12个直接指针索引,一个间接指针索引,一个双间接指针索引,以及一个三间接指针索引  附ext3文件系统中inode内部结构图:ext4:1.........【阅读全文】

阅读(1352) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册