自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

转载 Oracle Performance Tuning

<!-- There are several relatively easy steps you can take to improve performance. From the users perspective, one of the most frequently used interfaces wit

2006-04-24 10:41:00 1866

转载 Linux文件的复制、删除和移动命令

cp命令  该命令的功能是将给出的文件或目录拷贝到另一文件或目录中,就如同DOS下的copy命令一样,功能非常强大。  语法: cp [选项] 源文件或目录 目标文件或目录  说明:该命令把指定的源文件复制到目标文件或把多个源文件复制到目标目录中。  该命令的各选项含义如下:  - a 该选项通常在拷贝目录时使用。它保留链接、文件属性,并递归地拷贝目录,其作用等于dpR选项的组合。  - d 拷贝

2006-04-20 10:50:00 8651 4

转载 LINUX 安全守则

Introduction to Linux Security GuidelinesAuthor: Dawar Naqvi, Information System Coordinator / Linux Admin & Senior Oracle DBA, Los Angeles County Department of Health ServicesDate: January 2006This

2006-04-18 12:05:00 2366

原创 Oracle Wait Interface: A Practical Guide to Performance Diagnostics & Tuning

Oracle Wait Interface性能诊断与调整实践指南(比较薄但比较实用) 

2006-04-17 14:09:00 1827

原创 between [Oracle SQL]

 value between expr_1 and expr_2is a short hand for value >= expr_1 and value <= expr_2

2006-04-11 10:25:00 1794

oracle ASM 最佳实践

asm 的日常管理和配置,对oracle dba 还是很有用的 和大家分享

2009-12-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除