-
2008-09-09 14:46:46 / Oracle数据库管理
ora-29740 reason 3 IA64 rac的一个节点被evict,求助--Hardwarerx8640*2eva8100--oshp-ux 11.23hp serviceguard 11.17.00 & extention for rac 11.17.00asm over slvm--oracle raccrs10.2.0.1.0rdbms 10.2.0.1.0--two nodeshisdb01,hisdb02--Hisdb01.alert.logThread 1 advanced to log sequence 6372Current log# 5 seq# 6372 mem# 0: +ASM_DATA/orcl/onlinelog/group_5.383.625763135Current log# 5 seq# 6372 mem# 1: +ASM_RECO/orcl/onlinelog/group_5.262.625763135Tue
查看(92)
评论(5)
-
2008-07-20 15:03:15 / Oracle数据库管理
在metalink上发了一个SR,写的不标准,呵呵Problem:platform Hp-ux IA64 RDBMS Oracle Home 10.2.0.3 RACAfter 4-5 hours of the database being started up,ORA-3115 is reported.Customer is using PowerBuilder application on windows, for exampleselect name into :p_name from t_names where id = :p_id;(the type,bind variable is ok,) ERROR: ORA_03115 is reported.so the program cannot get the value.i changed the sql ,select to_char(name) into :p_name where id = :p_id; it is oki enter t
查看(279)
评论(9)
-
2008-07-15 08:37:02 / Oracle数据库管理
10grac 10.2.0.1.0 aix5.2 with hacmpshutdown immediate;的时候数据库down不下来alert文件报如下错误PMON failed to acquire latch, see PMON dumpPMON failed to acquire latch, see PMON dumpPMON failed to acquire latch, see PMON dumpshutdown abort是可以的谢谢,是什么bug吗?
查看(269)
评论(11)
-
2008-07-09 12:25:00 / Oracle数据库管理
hpux IA64 RAC 10203还需打什么重要补丁啊,谢谢hpux 11.23 IA64serviceguard for rac 11.17.00oracle rac 10.2.0.3.0打了一个p5893614的补丁还需要打什么重要补丁啊,谢谢
查看(170)
评论(3)
-
2008-07-03 11:33:55 / Oracle数据库管理
我的版本hpux-IA64 11.23的版本HP Serviceguard Extension for RAC Version 是 A.11.18.00我要安装Oracle 10gr2的RAChp-ux上的补丁我的 打好了请问还需要打什么关于HP Serviceguard Extension for RAC 11.18.00的补丁吗?下面是metalink上查到的认证Certify - Additional Info RAC for Unix Version 10gR2 64-bit On HP-UX Itanium--------------------------------------------------------------------------------Operating System: HP-UX Itanium Version 11i v2 (11.23)RAC for Unix Version 10gR2 64
查看(143)
评论(2)
-
2008-06-17 10:46:37 / Oracle数据库管理
各位,10g上 10203补丁稳定,还是10204好有一个大的用户,现在装的是aix5L+hacmp,呵呵,还好不是RAC单实例总稳定些我想问一下我是打 10203的补丁好,还是10204的补丁好10201单实例有个监听的bug10203在RAC上bug也很多,10204补丁2008-5-15号才出来,没有用过各位给点建议好吗?如果打10203的补丁,还需要再打哪些重要的补丁吗?谢谢,各位了,明天就要去搞了:)
查看(379)
评论(11)
-
2008-06-12 17:30:46 / Oracle数据库管理
如果查看连接会话所在机器的IP地址这样可以看本会话的IP地址select sys_context('USERENV','IP_ADDRESS') fromdual;SYS_CONTEXT('USERENV','IP_ADDRESS')--------------------------------------------------------------------------------192.168.8.2v$session中只有terminal怎么看呢,谢谢
查看(694)
评论(15)
-
2008-06-09 21:21:12 / Oracle数据库管理
遇到cache buffers chains latches怎么办?在线等谢谢诶SQLWKS> select sid,seq#,event,p1,p1raw,p2,p2raw,p3,p3raw,state from v$session_wait2> where event not like '%SQL*N%' and event not like '%rdbms ipc%';SIDSEQ#EVENTP1P1RAWP2P2RAWP3P3RAWSTATE---------- ---------- ---------------------------------------------------------------- ---------- -------- ---------
查看(386)
评论(9)
-
2008-05-26 09:51:01 / Oracle数据库管理
8i版本logminer出来的表没有会话信息怎么办?该列有sql_redo,sql_undo信息,主要是一些update语句,但因为没有会话信息,所以不知道是哪个用户的,这个问题怎么处理?没有会话信息主要是因为什么呢?谢谢
查看(215)
评论(1)
-
2008-04-28 15:09:27 / Oracle数据库管理
Top 5 Timed EventsEvent Waits Time(s) Avg Wait(ms) % Total Call Time Wait Classlatch: row cache objects 1,214,026 43,677 36 64.9 Concurrencyenq: DX - contention 8,677 28,145 3,244 41.8 Othercursor: pin S wait on X 669,873 6,522 10 9.7 Concurrencyreliable message 6,776 6,400 945 9.5 OtherCPU time2,0503.0hp-ux for IA6410.2.0.3.0 RACAWR报表作出来 enq: DX - contention很大查了一下DX' 是 'Distributed Xaction'从来没有碰到过'Distributed Xaction'google和metalink都
查看(555)
评论(20)