本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- gashero
- vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- e_e
- javashop
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ganxueyun
- xyuma
- lemonhandsome
- sichunli_030
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- zhanjia
- luxurioust
- forestqqqq
- lzyfn123
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- daizj
- hanbaohong
- 喧嚣求静
- ranbuijj
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
最新文章列表
oracle cursor_sharing similar 关于设值的一些问题
关于oracle cursor_sharing= similar参数的一些测试
当你通过alter system set cursor_sharing="SIMILAR" 时
buyer_id为字符串类型,如果显示的给标明, 如下时,测试结果只会编译一次
测试数据
select address,hash_value, executions ...
cursor_sharing参数对于expdp的性能影响
客户的数据库使用了cursor_sharing=similar参数,经过测试,发现这一参数极大影响了expdp的性能。其本质原因是SQL的执行计划发生了改变。在正常情况下28分钟完成的EXPDP操作,在similar模式下用了整整1个小时:
[oracle@stat backup]$ expdp smg/smg directory=backup dumpfile=sms2.dmp schemas= ...