自定义博客皮肤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)
  • 收藏
  • 关注

翻译 Oracle buffer busy waits

buffer busy waitsThis wait indicates that there are some buffers in the buffer cache that multiple processes are attempting to access concurrently. Query V$WAITSTAT for the wait statistics for each cl

2013-06-21 15:29:50 1092

原创 oracle 表连接方式

Nested Loop Joins Nested loop joins are useful when the following conditions are true: The database joins small subsets of data. The join condition is an efficient method of accessing the sec

2013-06-19 16:09:56 470

原创 Oracle11gR2 修改 VIP

在使用oracle的过程中,难免会遇到需要修改VIP的情况,下面就是oracle官方文档给出的步骤,大家在修改的过程中还是需要按照官方文档来实施: 来自:http://docs.oracle.com/cd/E11882_01/rac.112/e16794/admin.htm#BGBGDHFG          ---------Changing the Virtual IP

2013-06-09 16:24:41 1039

翻译 Oracle 11g 新特性 Flashback Data Archive

Using Flashback Data Archive (Oracle Total Recall) A Flashback Data Archive (Oracle Total Recall) provides the ability to track and store all transactional changes to a table over its lifetime. I

2013-06-07 16:08:49 1041

转载 Oracle listener静态注册和动态注册

一、什么是注册?      注册就是将数据库作为一个服务注册到监听程序。客户端不需要知道数据库名和实例名,只需要知道该数据库对外提供的服务名就可以申请连接到数据库。这个服务名可能与实例名一样,也有可能不一样。      在数据库服务器启动过程中,数据库服务器会向监听程序注册相应的服务(无论何时启动一个数据库,默认地都有两条信息注册到监听器中:数据库服务器对应的实例和服务。) 相当于是这样:在

2013-06-05 14:09:40 342

空空如也

空空如也

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

TA关注的人

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