ITPUB个人空间 »
supersea的个人空间
欢迎访问 supersea 的个人空间
我的论坛主题
-
2008-05-03 11:12:00 / Oracle数据库管理
我们有几个客户数据库在64-bit windows上的10.2.0.3patch 1 ,每隔一段时间instance重启.(两个星期或一个月).1.物理内存16G2. SGA=8G PGA=2G (采用动态分配shared pool, data buffer, log buffer)3.用windows任务管理器task manager看, mem usage 内存 到14g多.我问题是SGA+PGA=10g加上oracle的一些使用, Oracle 进程最多 10g 左右,为什么会到14G?还有别的原因吗?Metalink 上说sqlplus 反复连接会造成内存泄露,我也能reproduce这个BUG,但是我们的应用是ODBC连接, 我不能reproduce这个内存泄露.从哪里着手?谢
查看(105)
评论(3)
-
2008-04-10 10:45:37 / Oracle数据库管理
Oracle 9.2.0.6+Windows2003一.下面的语句要运行很长时间,(没有等它结束就中断)看下面的执行计划:SQL> explain plan for2select count(MY_STUDY_ID)3from study4where facility_id in (select my_facility_id from delete_facility)5or context_id =16or source_id in (select my_source_id from delete_source)7or patient_id in (select a.patient_id8from (select patient_id, count(1) from patient_public_id group by patient_id having count(1)=1) a,9
查看(187)
评论(5)
-
2008-01-23 13:36:28 / Oracle数据库管理
我们知道在windows下进入sqlplus执行命令,我们可以用箭头找到以前执行过的命令,在linux下好象不行.难道我每次都要再敲一遍?谢谢@Q
查看(391)
评论(12)
-
2008-01-18 14:20:45 / Oracle数据库管理
最近在做10g dataguard的项目:当我们做 primary node 和 standby node的 switchover时,primary node 转 standby 要5-8分钟.standby node转 primary 要 5分钟.如何加快switchover的速度?谢谢!!
查看(383)
评论(11)
-
2007-12-14 12:58:55 / Oracle数据库管理
我建立了data Guard的环境。但是我发现只是归档的归档文件才传到standby机器。Oracle说Data Guard能实现0数据丢失。如果修改commit后,没有产生归档,这个时候primary机器当机,standby这是不是丢了主节点在线日志中的事务吗?谢谢!!
查看(233)
评论(5)
-
2007-12-02 16:14:56 / Oracle数据库管理
环境: Solaris 10下安装 oracle 10g,在选完用户口令后,87%时系统就停住不继续安装了.我的solaris 安装时,选的是DHCP,不知道是不是这样的原因.我在网上查到一个相似的例子,但不知道该如何操作,我对solaris 不太熟.请看In case anyone else runs into this issue, the install issue was a residue DNS problem. Reverse entry for server's ip address was in cache of the primary DNS server.谢谢各位.[ 本帖最后由 supersea 于 2007-12-2 16:22 编辑 ]
查看(267)
评论(8)