Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Any recommendations???
Hi Friends
I have database on NT4 size 700mg small size!! Some body Installed oracle8, poorly all software and files on drive E with only one controller with 2 channels. Although my application is not so greate but running okay, But my headace is my import is killing!! Its taking 10 hrs to import 6000 records!!!(every day inserting of data from third party import tool)
I find all hit ratios are okay i.e >95%, But I find some waits!!(removed
zero waits) I usually shutdown database for 3 or 4 months.
SQL> select class, count
2 from v$waitstat;
CLASS COUNT ------------------ --------- data block 71887 segment header 4 undo header 33 undo block 3
(sorts(disk) / (sorts(memory) + sorts(disk))
Table Scans(Long Table) =50791
Table Scans(Short Table)=15332978
Non-Index Lookup Ratio = Table Scans (Long Tables) / Table Scans (Long Tables) + Table Scans (Short Tables)
=50791/15383769
This ratio indicates that 0.33 percent of all tables lookup are full table scans!!!!!.
Any help will be appreciated.
Thanks in advance
Raghu.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Raghu Kota INET: raghukota_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Thu Feb 22 2001 - 13:00:35 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).