自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 dba_source存储的内容解释

什么是dba_source字典视图: 存储所有函数、过程、程序包和Java源的完整的文本,对于你了解一个数据库对象的源代码很有用。存储过程在该视图中是以行为单位进行存储的。dba_source视图中存储的是行为单位拆分的存储过程等对象如下找到的内容:select * from dba_source where name='SQLPROF_ATTR' and owner='SYS'; owner

2017-03-25 10:19:24 6823

转载 sql bind capture相关文档

How To Create a Database SQL Trace Based On Capture Bind Variable For A Session Alone (文档 ID 434437.1)Not Every Bind Values Captured in  v$sql_bind_capture (文档 ID 1370816.1)Using  DBMS_XPLAN.D

2017-03-21 14:46:10 369

原创 dba_outlines里的signature理解

官方文档里的解释:SIGNATURE RAW(16)  Signature uniquely identifying theoutline SQL text在11.2.0.4里测试,该signature是忽略sql的大小写及每个单词之间多余的空格。(测试方式如下:SQL> alter session set create_stored_outlines =test;SQL> s

2017-03-11 11:06:22 608

转载 How do adaptive cursor sharing and SQL Plan Management interact?

How do adaptive cursor sharing and SQL Plan Management interact?     By Allison on Feb 11, 2013We've received a lot of questions about how adaptive cursor sharing (ACS) and SQL plan management

2017-03-01 16:39:30 449

转载 How do I force a query to use bind-aware cursor sharing?

How do I force a query to use bind-aware cursor sharing?     By Allison on Feb 13, 2012no_BIND_AWARE是恰恰相反的作用Way back in our original post on adaptive cursor sharing, a commenter asked if t

2017-03-01 16:37:19 521

转载 Oracle 11g 针对SQL性能的新特性(一)- Adaptive Cursor Sharing

Oracle 11g 针对SQL性能的新特性(一)- Adaptive Cursor Sharing     By Roger Song-Oracle on 十月 03, 2011    Oracle 11g对SQL执行计划的生成过程做了很多改变,我们经常看到有客户抱怨,数据库在升级到11g以后,执行计划变得很不稳定,甚至难以预测。实际上,Oracle在最新版本中致力于让优化器变得

2017-03-01 16:33:44 437

best-practices-for-upgrading-11gr2

官方 upgrade best practice,资料例举了升级至11gr2的最佳实践

2018-10-09

1Z0-042题库.pdf

1Z0-042题库.pdf,ocp题库

2012-03-22

DesignPatternsExplained

英文原版书籍 DesignPatternsExplained

2008-09-25

VNC viewer

可以连接别人的电脑,经常用户连接别人电脑排错

2008-09-25

空空如也

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

TA关注的人

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