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 -> Question on V$SESSION_EVENT??

Question on V$SESSION_EVENT??

From: ccdicky in hotmail <ccdicky_at_hotmail.com>
Date: Sat, 13 Nov 1999 01:17:11 +0800
Message-ID: <80hi81$9982@imsp212.netvigator.com>


Hi there,

Select 50,000 rows (100 bytes per row) from table A and then insert into table B taking about 15mins to get done. However, it takes less than 1min if spooling to a file. Even table B contain an index on date field, it still doesn't make sence to me. Since the both tables are stored in different tablespaces with different disks. In addition, there is no any other running process during the insertion.

Therefore, during insertion, I tried to query a number of performance views and discovered that the "total_waits" of 'LATCH FREE' event is exactly same as the "total timeouts" of that in V$SESSION_EVENT view. Is it the reason why the insertion is running so slow? And what is the meaning of this event? If not, any suggestion to find out the real cause.

Any pointer would be appreicated. Thanks!

Dicky Received on Fri Nov 12 1999 - 11:17:11 CST

Original text of this message

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