诊断和解决ORA-04031 错误
Shared Pool的主要问题在根本上只有一个,就是碎片过多带来的性能影响。
1.2.7.1 什么是ORA-04031错误
当尝试在共享池分配大块的连续内存失败(很多时候是由于碎片过多,而并非真是内存不足)时,Oracle首先清除共享池中当前没使用的所有对象,使空闲内存块合并。如果仍然没有足够大的单块内存可以满足需要,就会产生ORA-04031错误。
如下一段伪代码来描述04031错误的产生:
Scan free lists --扫描Free...
分类:
其他好文 时间:
2014-08-02 15:34:23
阅读次数:
317
Java的异常处理是通过5个关键字来实现的:try,catch,throw,throws,finally。JB的在线帮助中对这几个关键字是这样解释的: Throws: Lists the exceptions a method could throw. Throw: Transfers co...
分类:
编程语言 时间:
2014-08-01 13:29:11
阅读次数:
271
Ubuntu 下使用BeagleBone Black(一) planck@planck-Ubuntu:/dev$ sudo apt-get install ckermit [sudo] password for planck: Reading package lists... Done Buildi...
分类:
其他好文 时间:
2014-08-01 04:53:51
阅读次数:
978
def printNodeConAttr(): import re sellist = mc.ls(sl=1) all=[] D={} for a in sellist: lists = mc.listConnections(a,plugs=True,scn = True,c=1) for b in...
分类:
其他好文 时间:
2014-08-01 04:53:01
阅读次数:
176
Problem Description:
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbe...
分类:
其他好文 时间:
2014-07-31 20:47:17
阅读次数:
215
SPContext.Current.Web.Lists["UserInfo"]:获取网站的List,名称是:UserInfo userlist.AddItem():添加数据到List里 user.Update():将数据保存到List里,更新的List里的数据 GetItemById:获取当前行的....
分类:
其他好文 时间:
2014-07-31 20:30:07
阅读次数:
254
defPhotosvisi(self):i=0self.lists.setIconSize(QtCore.QSize(70,70))#设置显示图片大小self.lists.setResizeMode(QtGui.QListView.Adjust)self.lists.setViewMode(QtGu...
分类:
其他好文 时间:
2014-07-30 23:45:05
阅读次数:
2112
前面是变量,后面是调用变量的解释
{pc:content
action="position"posid="12" thumb="1" order="id desc"num="10"}
图片新闻
{pc:contentaction="lists" catid="$r[catid]" num="1"thumb="1" order="id desc" return="info"}...
分类:
Web程序 时间:
2014-07-29 18:04:13
阅读次数:
363
PHPCMS V9内容模块PC标签调用说明
模块名:content
模块提供的可用操作
操作名 说明
lists 内容数据列表
relation 内容相关文章
hits 内容数据点击排行榜
category 内容栏目列表
position 内容推荐位列表
position操作说明如下:
-----------------------------...
分类:
Web程序 时间:
2014-07-29 18:03:12
阅读次数:
316
路径:phpcms/module/content/classes/content_tag.class.php 添加如下方法 /** * 列表页标签:主要返回的是主表中数据与附表中数据 * @param $data */ public function lists_al...
分类:
Web程序 时间:
2014-07-29 12:20:08
阅读次数:
240