Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Why event "global cache lock open x " wait forever?

Why event "global cache lock open x " wait forever?

From: melocy <melocy_at_21cn.com>
Date: 9 Oct 2002 02:12:57 GMT
Message-ID: <92A2664ABmelocy21cncom@130.133.1.4>


Evironment:2 * RS6000 AIX4.3.2 Oracle805 OPS(db1,db2) on db2,one transaction is that:

set transaction use rollback segment rbig; delete from aaa.t1;
insert into aaa.t1 select * from bbb.t1; commit;

WHEN execute statement "Insert into ....", process hang.
query v$session_wait,event is "global cache lock open x " query v$session_event,event "global cache lock open x" total_waits is adding continually and total_timeouts is adding too.

Help me ,Pls.
Thx. Received on Tue Oct 08 2002 - 21:12:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US