Problemm for quary slow running

hi all,
i do have a problem...i am using oracle database 10g rel 2 enterprise edition on solaris .Some of the quary from sql client runs smooth normally.but today some of then running very slow.i got awr and addm.c The perticular quary that taking lot of time is....
*1>select idtr_broc_code, sum(idtr_val)/10000000 from import_dtr where idtr_rpt_date between '01-APR-10' and '31-DEC-10' and substr(idtr_cty_cons, 3, 3)='187' group by idtr_broc_code order by idtr_broc_code .*
now i am giving the addm report ...
FINDING 1: 56% impact (1052 seconds)
Individual database segments responsible for significant user I/O wait were
found.
RECOMMENDATION 1: Segment Tuning, 31% benefit (582 seconds)
ACTION: Run "Segment Advisor" on TABLE *"FTSSDEV.EXPORT_DTR*" with object
id 53014.
RELEVANT OBJECT: database object with id 53014
ACTION: Investigate application logic involving I/O on TABLE
"FTSSDEV.EXPORT_DTR" with object id 53014.
RELEVANT OBJECT: database object with id 53014
RATIONALE: The I/O usage statistics for the object are: 8 full object
scans, 5198937 physical reads, 11923 physical writes and 0 direct
reads.
RATIONALE: The SQL statement with SQL_ID "gsvs1ybcp476p" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID gsvs1ybcp476p
select sum(EDTR_VAL) from export_dtr
where EDTR_SLDT between '01-apr-2009' and '31-mar-2010'
RATIONALE: The SQL statement with SQL_ID "25ankjpssqcj6" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID 25ankjpssqcj6
RATIONALE: The SQL statement with SQL_ID "2hfu33hbrdr72" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID 2hfu33hbrdr72
RATIONALE: The SQL statement with SQL_ID "71vdzkq9j2j1q" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID 71vdzkq9j2j1q
RATIONALE: The SQL statement with SQL_ID "b5ww83x3qf8s8" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID b5ww83x3qf8s8
select edtr_broc_code, sum(edtr_val)/10000000 from export_dtr
where edtr_sldt between '01-APR-10' and '31-DEC-10'
and substr(edtr_cty_code,3,3)='187'
group by edtr_broc_code
order by edtr_broc_code
RECOMMENDATION 2: Segment Tuning, 14% benefit (266 seconds)
ACTION: Run "Segment Advisor" on TABLE "FTSSDEV.IMPORT_DTR" with object
id 53220.
RELEVANT OBJECT: database object with id 53220
ACTION: Investigate application logic involving I/O on TABLE
"FTSSDEV.IMPORT_DTR" with object id 53220.
RELEVANT OBJECT: database object with id 53220
RATIONALE: The I/O usage statistics for the object are: 3 full object
scans, 1389746 physical reads, 119 physical writes and 0 direct
reads.
RATIONALE: The SQL statement with SQL_ID "3k7qjrwwqu1gt" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID 3k7qjrwwqu1gt
select idtr_broc_code, sum(idtr_val)/10000000 from import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by idtr_broc_code
order by idtr_broc_code
RATIONALE: The SQL statement with SQL_ID "c68ts7wh4nq3q" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID c68ts7wh4nq3q
SELECT COUNT(IDTR_VAL),SUM(IDTR_VAL),COUNT(IDTR_QTY),SUM(IDTR_QTY)
FROM IMPORT_DTR WHERE idtr_amy_msft = :1 and idtr_itchs = :2 and
idtr_cty_cons = :3 order by
idtr_itchs,substr(idtr_cty_cons,3,3),idtr_seq_no
RATIONALE: The SQL statement with SQL_ID "bf1g8zdfr9bu6" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID bf1g8zdfr9bu6
SELECT COUNT(IDTR_VAL),SUM(IDTR_VAL),COUNT(IDTR_QTY),SUM(IDTR_QTY)
FROM IMPORT_DTR WHERE idtr_amy_msft = :1 and idtr_itchs = :2 order
by idtr_itchs,substr(idtr_cty_cons,3,3),idtr_seq_no
RECOMMENDATION 3: Segment Tuning, 8.1% benefit (153 seconds)
ACTION: Run "Segment Advisor" on TABLE "FTSSDEV.EXP_BRC" with object id
53046.
RELEVANT OBJECT: database object with id 53046
ACTION: Investigate application logic involving I/O on TABLE
"FTSSDEV.EXP_BRC" with object id 53046.
RELEVANT OBJECT: database object with id 53046
RATIONALE: The I/O usage statistics for the object are: 38 full object
scans, 1871936 physical reads, 1957 physical writes and 0 direct
reads.
RATIONALE: The SQL statement with SQL_ID "71vdzkq9j2j1q" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID 71vdzkq9j2j1q
RECOMMENDATION 4: Segment Tuning, 2.7% benefit (51 seconds)
ACTION: Investigate application logic involving I/O on INDEX
"FTSSDEV.IDTR_CTY_CONS_IDX" with object id 56342.
RELEVANT OBJECT: database object with id 56342
RATIONALE: The I/O usage statistics for the object are: 0 full object
scans, 21347 physical reads, 22 physical writes and 0 direct reads.
RATIONALE: The SQL statement with SQL_ID "c68ts7wh4nq3q" spent
significant time waiting for User I/O on the hot object.
RELEVANT OBJECT: SQL statement with SQL_ID c68ts7wh4nq3q
SELECT COUNT(IDTR_VAL),SUM(IDTR_VAL),COUNT(IDTR_QTY),SUM(IDTR_QTY)
FROM IMPORT_DTR WHERE idtr_amy_msft = :1 and idtr_itchs = :2 and
idtr_cty_cons = :3 order by
idtr_itchs,substr(idtr_cty_cons,3,3),idtr_seq_no
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Wait class "User I/O" was consuming significant database time.
(64% impact [1205 seconds])
FINDING 2: 36% impact (681 seconds)
SQL statements consuming significant database time were found.
RECOMMENDATION 1: SQL Tuning, 17% benefit (327 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"9749w96kkmuju".
RELEVANT OBJECT: SQL statement with SQL_ID 9749w96kkmuju and
PLAN_HASH 3254866456
UPDATE EXP_BRC SET E_PORT_ORDER = :B4 , E_PRT_DESC = :B3 WHERE
E_PORT_CODE = :B2 AND E_AMY_BRC = :B1
RATIONALE: SQL statement with SQL_ID "9749w96kkmuju" was executed 34
times and had an average elapsed time of 8.5 seconds.
RECOMMENDATION 2: SQL Tuning, 7.4% benefit (139 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"cy02xtwqtbw1c".
RELEVANT OBJECT: SQL statement with SQL_ID cy02xtwqtbw1c and
PLAN_HASH 475583467
UPDATE EXPORT_DTR SET EDTR_GROSS_WT = NVL(:1 , EDTR_GROSS_WT )
,EDTR_PORT = NVL(:1 , EDTR_PORT ) ,EDTR_ITCHS = NVL(:1 , EDTR_ITCHS )
,EDTR_CTY_CODE = NVL(:1 , EDTR_CTY_CODE ) ,EDTR_VAL = NVL(:1 ,
EDTR_VAL ) ,EDTR_QTY = NVL(:1 , EDTR_QTY ) ,EDTR_BROC_CODE =
DECODE(:1 , NULL , EDTR_BROC_CODE , '99' ) WHERE EDTR_SEQ_NO =
:1 AND ( ( TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'MM' ) ) =
TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'RRRR' ) )
= TO_NUMBER (:1 ) ) OR ( TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT , 'MM'
) ) = TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT ,
'RRRR' ) ) = TO_NUMBER (:1 ) ) )
RATIONALE: SQL statement with SQL_ID "cy02xtwqtbw1c" was executed 30069
times and had an average elapsed time of 0.0029 seconds.
RECOMMENDATION 3: SQL Tuning, 6.9% benefit (129 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"3k7qjrwwqu1gt".
RELEVANT OBJECT: SQL statement with SQL_ID 3k7qjrwwqu1gt and
PLAN_HASH 728549793
select idtr_broc_code, sum(idtr_val)/10000000 from import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by idtr_broc_code
order by idtr_broc_code
RATIONALE: SQL statement with SQL_ID "3k7qjrwwqu1gt" was executed 2
times and had an average elapsed time of 58 seconds.
RECOMMENDATION 4: SQL Tuning, 6.3% benefit (120 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"gsvs1ybcp476p".
RELEVANT OBJECT: SQL statement with SQL_ID gsvs1ybcp476p and
PLAN_HASH 3481633577
select sum(EDTR_VAL) from export_dtr
where EDTR_SLDT between '01-apr-2009' and '31-mar-2010'
RATIONALE: SQL statement with SQL_ID "gsvs1ybcp476p" was executed 2
times and had an average elapsed time of 52 seconds.
RECOMMENDATION 5: SQL Tuning, 4.7% benefit (88 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"7xph3c32acw08".
RELEVANT OBJECT: SQL statement with SQL_ID 7xph3c32acw08 and
PLAN_HASH 2314778580
select substr(idtr_cty_cons,3,3), sum(idtr_val)/10000000 from
import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by substr(idtr_cty_cons,3,3)
RATIONALE: SQL statement with SQL_ID "7xph3c32acw08" was executed 1
times and had an average elapsed time of 79 seconds.
FINDING 3: 30% impact (558 seconds)
The SGA was inadequately sized, causing additional I/O or hard parses.
RECOMMENDATION 1: DB Configuration, 30% benefit (558 seconds)
ACTION: Increase the size of the SGA by setting the parameter
"sga_target" to 2688 M.
ADDITIONAL INFORMATION:
The value of parameter "sga_target" was "1536 M" during the analysis
period.
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Wait class "User I/O" was consuming significant database time.
(64% impact [1205 seconds])
FINDING 4: 19% impact (361 seconds)
Individual SQL statements responsible for significant user I/O wait were
found.
RECOMMENDATION 1: SQL Tuning, 7.4% benefit (139 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"cy02xtwqtbw1c".
RELEVANT OBJECT: SQL statement with SQL_ID cy02xtwqtbw1c and
PLAN_HASH 475583467
UPDATE EXPORT_DTR SET EDTR_GROSS_WT = NVL(:1 , EDTR_GROSS_WT )
,EDTR_PORT = NVL(:1 , EDTR_PORT ) ,EDTR_ITCHS = NVL(:1 , EDTR_ITCHS )
,EDTR_CTY_CODE = NVL(:1 , EDTR_CTY_CODE ) ,EDTR_VAL = NVL(:1 ,
EDTR_VAL ) ,EDTR_QTY = NVL(:1 , EDTR_QTY ) ,EDTR_BROC_CODE =
DECODE(:1 , NULL , EDTR_BROC_CODE , '99' ) WHERE EDTR_SEQ_NO =
:1 AND ( ( TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'MM' ) ) =
TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'RRRR' ) )
= TO_NUMBER (:1 ) ) OR ( TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT , 'MM'
) ) = TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT ,
'RRRR' ) ) = TO_NUMBER (:1 ) ) )
RATIONALE: SQL statement with SQL_ID "cy02xtwqtbw1c" was executed 30069
times and had an average elapsed time of 0.0029 seconds.
RATIONALE: Average time spent in User I/O wait events per execution was
0.0026 seconds.
RECOMMENDATION 2: SQL Tuning, 6.9% benefit (129 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"3k7qjrwwqu1gt".
RELEVANT OBJECT: SQL statement with SQL_ID 3k7qjrwwqu1gt and
PLAN_HASH 728549793
select idtr_broc_code, sum(idtr_val)/10000000 from import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by idtr_broc_code
order by idtr_broc_code
RATIONALE: SQL statement with SQL_ID "3k7qjrwwqu1gt" was executed 2
times and had an average elapsed time of 58 seconds.
RATIONALE: Average time spent in User I/O wait events per execution was
44 seconds.
RECOMMENDATION 3: SQL Tuning, 6.3% benefit (120 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"gsvs1ybcp476p".
RELEVANT OBJECT: SQL statement with SQL_ID gsvs1ybcp476p and
PLAN_HASH 3481633577
select sum(EDTR_VAL) from export_dtr
where EDTR_SLDT between '01-apr-2009' and '31-mar-2010'
RATIONALE: SQL statement with SQL_ID "gsvs1ybcp476p" was executed 2
times and had an average elapsed time of 52 seconds.
RATIONALE: Average time spent in User I/O wait events per execution was
35 seconds.
RECOMMENDATION 4: SQL Tuning, 4.6% benefit (87 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"2j4wgybgmsq78".
RELEVANT OBJECT: SQL statement with SQL_ID 2j4wgybgmsq78 and
PLAN_HASH 3886674073
select substr(edtr_cty_code,3,3), sum(edtr_val)/10000000 from
export_dtr
where edtr_sldt between '01-APR-10' and '31-DEC-10'
and substr(edtr_cty_code,3,3)='187'
group by substr(edtr_cty_code,3,3)
RATIONALE: SQL statement with SQL_ID "2j4wgybgmsq78" was executed 1
times and had an average elapsed time of 78 seconds.
RATIONALE: Average time spent in User I/O wait events per execution was
61 seconds.
RECOMMENDATION 5: SQL Tuning, 3.3% benefit (62 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"bf1g8zdfr9bu6".
RELEVANT OBJECT: SQL statement with SQL_ID bf1g8zdfr9bu6 and
PLAN_HASH 2952524195
SELECT COUNT(IDTR_VAL),SUM(IDTR_VAL),COUNT(IDTR_QTY),SUM(IDTR_QTY)
FROM IMPORT_DTR WHERE idtr_amy_msft = :1 and idtr_itchs = :2 order
by idtr_itchs,substr(idtr_cty_cons,3,3),idtr_seq_no
RATIONALE: SQL statement with SQL_ID "bf1g8zdfr9bu6" was executed 41
times and had an average elapsed time of 1.5 seconds.
RATIONALE: Average time spent in User I/O wait events per execution was
1.4 seconds.
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Wait class "User I/O" was consuming significant database time.
(64% impact [1205 seconds])
FINDING 5: 9.2% impact (173 seconds)
Cluster multi-block requests were consuming significant database time.
RECOMMENDATION 1: SQL Tuning, 7.8% benefit (146 seconds)
ACTION: Investigate the SQL statement with SQL_ID "71vdzkq9j2j1q" for
possible performance improvements. Look for an alternative plan that
does not use object scans.
RELEVANT OBJECT: SQL statement with SQL_ID 71vdzkq9j2j1q
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Inter-instance messaging was consuming significant database
time on this instance. (11% impact [209 seconds])
SYMPTOM: Wait class "Cluster" was consuming significant database
time. (11% impact [209 seconds])
FINDING 6: 9.2% impact (173 seconds)
Global Cache Service Processes (LMSn) in other instances were not processing
requests fast enough.
RECOMMENDATION 1: DB Configuration, 9.2% benefit (173 seconds)
ACTION: Increase throughput of the Global Cache Service (LMSn)
processes. Increase the number of Global Cache Service processes by
increasing the value of the parameter "gcs_server_processes".
Alternatively, if the host is CPU bound consider increasing the OS
priority of the Global Cache Service processes.
RATIONALE: The value of parameter "gcs_server_processes" was "2" during
the analysis period.
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Inter-instance messaging was consuming significant database
time on this instance. (11% impact [209 seconds])
SYMPTOM: Wait class "Cluster" was consuming significant database
time. (11% impact [209 seconds])
FINDING 7: 9% impact (169 seconds)
SQL statements responsible for significant inter-instance messaging were found
RECOMMENDATION 1: SQL Tuning, 17% benefit (327 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"9749w96kkmuju".
RELEVANT OBJECT: SQL statement with SQL_ID 9749w96kkmuju and
PLAN_HASH 3254866456
UPDATE EXP_BRC SET E_PORT_ORDER = :B4 , E_PRT_DESC = :B3 WHERE
E_PORT_CODE = :B2 AND E_AMY_BRC = :B1
RATIONALE: SQL statement with SQL_ID "9749w96kkmuju" was executed 34
times and had an average elapsed time of 8.5 seconds.
RATIONALE: Average time spent in Cluster wait events per execution was
3.2 seconds.
RECOMMENDATION 2: SQL Tuning, 7.4% benefit (139 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"cy02xtwqtbw1c".
RELEVANT OBJECT: SQL statement with SQL_ID cy02xtwqtbw1c and
PLAN_HASH 475583467
UPDATE EXPORT_DTR SET EDTR_GROSS_WT = NVL(:1 , EDTR_GROSS_WT )
,EDTR_PORT = NVL(:1 , EDTR_PORT ) ,EDTR_ITCHS = NVL(:1 , EDTR_ITCHS )
,EDTR_CTY_CODE = NVL(:1 , EDTR_CTY_CODE ) ,EDTR_VAL = NVL(:1 ,
EDTR_VAL ) ,EDTR_QTY = NVL(:1 , EDTR_QTY ) ,EDTR_BROC_CODE =
DECODE(:1 , NULL , EDTR_BROC_CODE , '99' ) WHERE EDTR_SEQ_NO =
:1 AND ( ( TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'MM' ) ) =
TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_BRC , 'RRRR' ) )
= TO_NUMBER (:1 ) ) OR ( TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT , 'MM'
) ) = TO_NUMBER (:1 ) AND TO_NUMBER (TO_CHAR (EDTR_AMY_MSFT ,
'RRRR' ) ) = TO_NUMBER (:1 ) ) )
RATIONALE: SQL statement with SQL_ID "cy02xtwqtbw1c" was executed 30069
times and had an average elapsed time of 0.0029 seconds.
RATIONALE: Average time spent in Cluster wait events per execution was
0.00021 seconds.
RECOMMENDATION 3: SQL Tuning, 6.3% benefit (120 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"gsvs1ybcp476p".
RELEVANT OBJECT: SQL statement with SQL_ID gsvs1ybcp476p and
PLAN_HASH 3481633577
select sum(EDTR_VAL) from export_dtr
where EDTR_SLDT between '01-apr-2009' and '31-mar-2010'
RATIONALE: SQL statement with SQL_ID "gsvs1ybcp476p" was executed 2
times and had an average elapsed time of 52 seconds.
RATIONALE: Average time spent in Cluster wait events per execution was
6.2 seconds.
RECOMMENDATION 4: SQL Tuning, 4.7% benefit (88 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"7xph3c32acw08".
RELEVANT OBJECT: SQL statement with SQL_ID 7xph3c32acw08 and
PLAN_HASH 2314778580
select substr(idtr_cty_cons,3,3), sum(idtr_val)/10000000 from
import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by substr(idtr_cty_cons,3,3)
RATIONALE: SQL statement with SQL_ID "7xph3c32acw08" was executed 1
times and had an average elapsed time of 79 seconds.
RATIONALE: Average time spent in Cluster wait events per execution was
32 seconds.
RECOMMENDATION 5: SQL Tuning, 3.4% benefit (64 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"21b7t3t31uwv7".
RELEVANT OBJECT: SQL statement with SQL_ID 21b7t3t31uwv7 and
PLAN_HASH 747082824
INSERT INTO EXP_GRP_ADD_TEMP(ID, ITC2, ITC4, ITC6, ITC8, GRP) SELECT
ROWID, SUBSTR(EDTR_ITCHS,1,2), SUBSTR(EDTR_ITCHS,1,4),
SUBSTR(EDTR_ITCHS,1,6), EDTR_ITCHS, EDTR_BROC_CODE FROM EXPORT_DTR
WHERE TO_CHAR(EDTR_AMY_BRC,'DD-MM-YYYY') = :B3 AND EDTR_BROC_CODE =
'99' AND EDTR_TOD BETWEEN :B2 AND :B1
RATIONALE: SQL statement with SQL_ID "21b7t3t31uwv7" was executed 1
times and had an average elapsed time of 61 seconds.
RATIONALE: Average time spent in Cluster wait events per execution was 8
seconds.
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Wait class "Cluster" was consuming significant database time.
(11% impact [209 seconds])
FINDING 8: 2.4% impact (45 seconds)
Wait event "Streams AQ: qmn coordinator waiting for slave to start" in wait
class "Other" was consuming significant database time.
RECOMMENDATION 1: Application Analysis, 2.4% benefit (45 seconds)
ACTION: Investigate the cause for high "Streams AQ: qmn coordinator
waiting for slave to start" waits. Refer to Oracle's "Database
Reference" for the description of this wait event.
RECOMMENDATION 2: Application Analysis, 2.4% benefit (45 seconds)
ACTION: Investigate the cause for high "Streams AQ: qmn coordinator
waiting for slave to start" waits in Service "SYS$BACKGROUND".
SYMPTOMS THAT LED TO THE FINDING:
SYMPTOM: Wait class "Other" was consuming significant database time.
(4.8% impact [90 seconds])
FINDING 9: 2.1% impact (40 seconds)
Time spent on the CPU by the instance was responsible for a substantial part
of database time.
RECOMMENDATION 1: SQL Tuning, 6.9% benefit (129 seconds)
ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
"3k7qjrwwqu1gt".
RELEVANT OBJECT: SQL statement with SQL_ID 3k7qjrwwqu1gt and
PLAN_HASH 728549793
select idtr_broc_code, sum(idtr_val)/10000000 from import_dtr
where idtr_rpt_date between '01-APR-10' and '31-DEC-10'
and substr(idtr_cty_cons,3,3)='187'
group by idtr_broc_code
order by idtr_broc_code
RATIONALE: SQL statement with SQL_ID "3k7qjrwwqu1gt" was executed 2
times and had an average elapsed time of 58 seconds.
RATIONALE: Average CPU used per execution was 19 seconds.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADDITIONAL INFORMATION
Wait class "Application" was not consuming significant database time.
Wait class "Commit" was not consuming significant database time.
Wait class "Concurrency" was not consuming significant database time.
Wait class "Configuration" was not consuming significant database time.
Wait class "Network" was not consuming significant database time.
Session connect and disconnect calls were not consuming significant database
time.
Hard parsing of SQL statements was not consuming significant database time.
The analysis of I/O performance is based on the default assumption that the
average read time for one database block is 10000 micro-seconds.
An explanation of the terminology used in this report is available when you
run the report with the 'ALL' level of detail.
Now its showing that ..the particular quary..need segment tuning.But how should i approach to tune this problem.

Apparently if you're able to run ADDM, you must have something like Grid Control.
On the main page of each database, there is a link called "Segment Advisor".
Behind this link there is a page, with all segment recommendation of that perticular database.
Also check if the table has correct indexes, statistics, etc..etc..
HTH
FJFranken

Similar Messages

  • What is the remedy for a slow running iMac?

    What is the remedy for a very slow running iMac?

    Disconnect all wired peripherals except keyboard, mouse, and monitor, if applicable. Launch the usual set of applications you use when you notice the slowdown.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Activity Monitor in the page that opens.
    Select the CPU tab.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Step 2
    Launch the Console application in the same way as above, and select “kernel.log” from the file list. Post the dozen or so most recent messages in the log — the text, please, not a screenshot.
    If there are runs of repeated messages, please post only one example of each. Do not post many repetitions of the same message.

  • I have always heard that Macs are less likely to get infected with a virus.  My computer has been running much slower since I installed Maverick.  Just not sure what the problem might be.  Is there a way for me to run a diagnosis?

    I have always heard that Macs are less likely to get infected with a virus.  My computer has been running much slower since I installed Maverick.  Just not sure what the problem might be.  Is there a way for me to run a diagnosis?

    Some have found relief just by reinstalling, but it is more than likely incompatible third-party applications that slow it down.
    You will have to investigate to see what it is.
    Open Activity Monitor and see if anything is using a lot of CPU% or Memory. If they are, check to see if there is an update for them.
    Another place to look is the Console. See if anything is logging repeating messages with throttling and/or respawn in the All Messages list.
    Sometimes it is not that easy to root out the problems, but if you have anything that purported to clean, protect, optimize, maintain, or flush your system, then that is likely the cause.

  • Upgrade question for laptop to run PPro CS6/CC

    All,
    I've spent the last several days reading, researching and generally getting up to speed on what my options are re hardware moving forward, and though I've been a lurker/user of these forums (and others) for years, this is my first time engaging directly now that I feel I know a bit more. I must also say how incredible a resource the regular users like Harm Millard have been to self-taught but enthusiastic newbies like me - thank you!
    I've been a longtime self-taught, relatively light but still barely pro Premiere Pro user for the past ten years. For the past couple of years, I've been barely getting by using CS4 on my once-top-of-the-line Dell Precision M6500 laptop running Win7 Pro 32-bit. The M6500 is by far my favorite PC I've ever owned and is still rocking, even with older specs (listed below), but it is time to grow up, bite the bullet and (hopefully) upgrade this machine so that I can take advantage of CS6/CC and do a bit more heavy lifting (basic color correction, light After Effects, etc).
    I currently shoot on a Sony AX2000 in AVCHD, but am starting to do more work on my Canon t3i and am close to moving up to a Canon 5D mk3, so will be using more HD MOV files in the near future, possibly alongside the old AVCHD footage. Most of my exports are for HD web uploads, but also occasionally export to DVD. I do not anticipate stepping up to Red footage or the like in the near or mid future.
    My current laptop specs are as follows:
    Win7 32-bit
    4GB RAM
    Intel i7 quad core M620 (2.67GHz)
    500GB 7200rpm HDD
    Nvidia Quadro FX 2800M
    I've already ordered a RAM upgrade to get me to 16GB, have Win7 64-bit ready to install, and just bought 2 x 750GB 7200rpm HDD (Western Digital). Instead of investing in an all new machine (laptop or desktop), and considering the amazing stability and longevity (so far) of the M6500, I'd like to try and see if I can get this machine to a place where I can take advantage of CS6/CC and have it run stably and somewhat fast. I realize it's not the best option, and that getting an all-new tricked out desktop is the preferred option, but for budget reasons, that's not possible right now.
    Here's my plan:
    Upgrade so that system will be:
    Win7 64bit
    16 GB RAM
    2 x 750GB 7200rpm HDDs (internal)
    rest of the system listed above would remain the same as above - namely CPU and graphics card
    The machine can also support a mSATA mini SSD (up to 256GB), but I haven't splurged for that yet. I'm  trying to figure out whether to use the two new HDDs in RAID 0 and have the OS, project files, cache, source footage and export files all on those two RAIDed drives, or whether it would make a truly huge difference to add another internal SSD as the boot/OS/Program Files drive and leave the RAID 0 configuration to handle all video and project files. I've read enough to assume that adding the SSD is the preferred option, but it's pricey, and what I'm trying to determine is whether or not it's really worth the cost vs a straight 2-HDD RAID 0 configuration.
    I've read a lot about the dangers of RAID 0, but am not too concerned about failures since I use an online backup system (Sugarsync) for all my document files (this machine doubles as my main work PC) and I regularly back up all source and exported video files.
    On a separate note, I realize that my graphics card is not listed among the supported cards for CS6/CC - is that going to cause stability and/or significant performance issues, or will it work since I won't be doing 4k/Red files? Is the CUDA hack an option for me? I have the option of upgrading the card to a supported card (Nividia M5000), but it's hugely pricey (close to $2k) and unless it will make the machine an absolute stud for years to come, it's not worth it.
    So in short (yeah right ), here are my questions:
    Does my proposed new system have the juice to handle what I want to do?
    Which HDD setup is preferred, and by what degree (do I absolutely have to get the SSD to make this work?):
    2 x 750GB 7200rpm HDDs in RAID 0 for the entire machine
    1 x SSD (what size is minimum recommended?) as boot/OS plus 2x750GB HDDs in RAID 0
    Will my existing Quadro 2800M graphics card make the other RAM/HDD upgrades a waste of money?
    Is my existing CPU powerful enough to warrant these other upgrades?
    Sorry for the long post, and thanks for any help you guys can provide!
    Van

    Van,
    Tough love - I'm going to give you my honest opinion here, but it does make me feel bad since you seem to have already ordered parts before you posted.
    1. In a word no. Your processor is dual core. You really want at least quad core + hyperthreading for the media that you will be pushing around. The Quadro 2800M only has 96 CUDA cores and DDR3 (slow) memory. BTW, task manager shows 4 "cores" when you have a dual-core + hyperthreading.
    2. I'd choose 2. - much nicer - worth the cost
    3. yes
    4. no
    So what to do if you cut bait on your current plan and get a new laptop. Check out recent (< 6 mths old) threads here for lots of discussion at various price points. Gamers laptops and Sager/Clevo models definitely offer the best bang for the buck for laptops to run Premiere, mostly due to the GTX video line trouncing the Quadro line for performance for the price. I loved the Dell M6500 in its time. If you want to replace it with something current day the M6700 is good, but I like what HP is doing for the 17" workstation class even better in 2013. If you can buy a few months, I suspect the new smaller die size 22nm Intel cpus will be really help for laptop performance (desktops have just about all the cpu cooling capacity required, but in laptops cooling through tiny tiny coolers and tiny, tiny, quiet fans is way limited - so, the new lower wattage, cooler 22nm cpus should be much larger boost for laptop users than workstations).
    I suspect that I would really enjoy editing on a well thought out $1500 Asus, even better on a $2200 Sager, and would have similar performance with the support of HP or Dell at closer to a $3000 price point for the media you mention above. ADK sells Sager/Clevo laptops and has much better support for video (and audio) editors than HP or Dell ever dreamed to provide; prices would be a bit more than www Sager dealers but ADK is a no-brainer if you want "real" support and a machine that is tweaked for Adobe.
    Regards,
    Jim

  • Slow running Apple Macbook air under yosemite that ran fine before upgrading

    Problem description:
    Slow running under yosemite
    Everything runs slow right from startup - long pauses before keystrokes appear in programs. Slow execution of searches
    EtreCheck version: 2.0.6 (91)
    Report generated 20 October 2014 10:28:46 am AEST
    Hardware Information: ℹ️
      MacBook Air (Verified)
      MacBook Air - model: MacBookAir6,2
      1 1.7 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 -
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:20:33
    Disk Information: ℹ️
      APPLE SSD SM0512F disk0 : (500.28 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 499.05 GB (82.06 GB free)
      Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Parallels Access.app
      [loaded] com.parallels.virtualsound (1.0.27 27 - SDK 10.6) Support
      /Applications/Parallels Desktop.app
      [not loaded] com.parallels.kext.hypervisor (10.0.2 27712 - SDK 10.7) Support
      [not loaded] com.parallels.kext.netbridge (10.0.2 27712 - SDK 10.7) Support
      [not loaded] com.parallels.kext.usbconnect (10.0.2 27712 - SDK 10.7) Support
      [not loaded] com.parallels.kext.vnic (10.0.2 27712 - SDK 10.7) Support
      /System/Library/Extensions
      [not loaded] com.wacom.kext.wacomtablet (6.3.3) Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.kodak.BonjourAgent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.parallels.mobile.prl_deskctl_agent.launchagent.plist Support
      [not loaded] com.wacom.wacomtablet.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [not loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] com.parallels.mobile.dispatcher.launchdaemon.plist Support
      [loaded] com.parallels.mobile.kextloader.launchdaemon.plist Support
      [loaded] com.sharpcast.xfsmond.plist Support
      [loaded] jp.co.canon.MasterInstaller.plist Support
    User Launch Agents: ℹ️
      [not loaded] com.adobe.ARM.[...].plist Support
      [not loaded] com.adobe.ARM.[...].plist Support
      [not loaded] com.akamai.single-user-client.plist Support
      [invalid?] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
      [loaded] com.kodak.KODAK AiO Annual Opt.plist Support
      [loaded] com.kodak.KODAK AiO Firmware Updater.plist Support
      [loaded] com.kodak.KODAK AiO Software Updater.plist Support
      [running] com.kodak.StatisticCollection.plist Support
      [not loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [not loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [not loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [not loaded] com.parallels.mobile.startgui.launchagent.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
    User Login Items: ℹ️
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox ApplicationHidden (/Applications/Dropbox.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
      SugarSync ApplicationHidden (/Applications/SugarSync.app)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      WacomNetscape: Version: 1.1.1-1 Support
      Default Browser: Version: 600 - SDK 10.10
      WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      EPPEX Plugin: Version: 10.0 Support
      DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 Support
    User Internet Plug-ins: ℹ️
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
      WebEx64: Version: 1.0 - SDK 10.6 Support
      Dashlane: Version: Dashlane 1.0.0 - SDK 10.10 Support
    Safari Extensions: ℹ️
      Dashlane
      OpenIE
    3rd Party Preference Panes: ℹ️
      Akamai NetSession Preferences  Support
      Flash Player  Support
      FUSE for OS X (OSXFUSE)  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Destinations:
      Data [Network]
      Total size: 3 TB
      Total number of backups: 49
      Oldest backup: 2014-01-12 04:25:40 +0000
      Last backup: 2014-10-19 21:19:05 +0000
      Size of backup disk: Excellent
      Backup size 3 TB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          4% WindowServer
          2% Dropbox
          2% bird
          1% Activity Monitor
          1% fontd
    Top Processes by Memory: ℹ️
      421 MB mds_stores
      129 MB Microsoft Office Reminders
      129 MB Safari
      129 MB CalendarAgent
      120 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      2.05 GB Free RAM
      3.83 GB Active RAM
      1.77 GB Inactive RAM
      940 MB Wired RAM
      1.46 GB Page-ins
      0 B Page-outs

    CleanMyMac has probably damaged your OS. You could try uninstalling it but it probably won't help. You will need to erase your HD and start over. "Cleaning" software like this is unnecessary and often harmful on Macs and should not be installed.

  • E52 slow running - freeze - automatic restart

    Hello
    I have since one month a E52. Since last week I notice some time slow running or even no response then I am using the phone. If I press then for long time the home button all open programs are shown but also some strange entries these are:
    -Main
    -ShareCommServer
    and others
    During the slow running phase is the signal strength zero. I don't know if the search process causes the problem or if it is caused by the same thing that causes the slow responding.
    With Y-Tasks I searched for the Main and ShareCommServer process but there is no such process.
    I tried also a complete reset (*#7370#) but after short time (and a few program installations) I had the same problem again
    So if anybody has any suggestion for solving the problem I would by very happy
    Best regards
    Stefan

    Try and do a hard format.
    the codes and write up taken from the link below
    /t5/Eseries-and-Communicators/E52-Hard-Reset-Does-any-key-combination-really-work/m-p/571682
    NOTE: In front of the hash key ( #) there is also a STAR key that people often miss and state that the code does not work. 1.. *#7780# - Restore factory settings - resets all the settings to the default ( you will not lose any data) Make sure you back up your data as you will lose all of it when you perform option 2 or 3 on this list. The default code for ALL operations listed here is 12345.
    2.*#7370# - Reformat your phone (out of the box, tho keep in mind that most newer nokia phones at least n series, e series and s60 based phones have udp - user data preservation so not ALL data may be lost. still it is a good idea to always do a back up of your stuff.)
    3. This you perform as a last resort. Nothing else is working.If the phone is not showing any activity, proceed with hard formatting , turn off your phone, hold the following buttons while pressing the power button. (the default code is 12345)
    3. hard reset - hold the following buttons * (star key), 3 (number button) and talk/green key. turn on the phone and do not release those buttons until you see the Nokia boot up screen. once you feel the phone power up you can let go off the power button while still holding all three buttons ( for Nokia 5800XM - use the following buttons to do a hard reset, /GREEN/RED/CAMERA keys pressed all at once on power up. this will only work on 5800's that have firmware version 20... and up. ) For Nokia N97 (unofficial version but works) is SHIFT /SPACE BAR / BACKSPACE while holding the power button. Again do not let go until you see the handshake screen. If these codes are not working the only thing for you to do is contact your Nokia Care Center/Service for assistance.
    regards
    If you like my post kindly hit the Green Star Button on the left.
    Nokia Phones owned: 3310, 8310, 7650, 3650,7210,6230, 6630, 6600,6100,6610, 6610i, 3230, 8800, 5700XM, E52 (only Nokia phones)

  • What is the best solution for me to run Microsoft Access on my brand new iMAC?  Assume I'm a casual user.

    What is the best solution for me to run Microsoft Access on my brand new iMAC?  Assume I'm a casual user.
    I am lead to believe by some real smart guys on the Apple site that If I have the Apple Store partition my iMAC and add the full suite of Office products on that partition, I can run the few Access programs I have and need to run.
    Comments encouraged.  Thank you in advance for your consideration and help.

    You would have to install Windows, then install Microsoft Office Professional for Windows on it  To install Windows you will have to choose between Boot Camp (faster, free) and a Virtual Machine (simpler, slower, easier to backup)
    You should try LibreOffice (free), it can open Access files, it may not have all Access's feature set though, worth a try.
    www.libreoffice.org

  • Is it normal for OS X running on many .exec files inside system library

    Is it normal for OS X running on many .exec files inside system library?
    Because my Mac getting slower.

    Please post a screenshot that shows what you mean.
    To take a screenshot, follow the instructions linked below. Be careful not to include any private information.
    Shortcuts for taking pictures of the screen
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • What's the best fix for a slow computer?

    What's the best fix for a slow computer?

    What model computer? What are your primary uses and apps?
    First thing anyone can do is replace or upgrade the system boot drive to SSD. Makes a very nice improvement.
    How new or old is it? What version of OS X is it running?
    Maybe it won't run faster but could run better with more RAM.
    Take a look at all the tabs in Activity Monitor. If not on the Dock, go into Applications/Utilities and open it and keep it on the dock. Can tell you what is using your processor the most, RAM usage, disk and network I/O.
    Don't install things that aren't needed. That can be counter intuitive to some but 'less is more' and some just really pull a computer system down. Security programs, "clean up programs" and others.
    General purpose Mac troubleshooting guide:
    Isolating issues in Mac OS X
    Creating a temporary user to isolate user-specific problems:
    Isolating an issue by using another user account
    Identifying resource hogs and other tips:
    Using Activity Monitor to read System Memory and determine how much RAM is being used
    Starting the computer in "safe mode":
    Mac OS X: What is Safe Boot, Safe Mode?
    To identify potential hardware problems:
    Apple Hardware Test
    General Mac maintenance:
    Tips to keep your Mac in top form

  • Slow running Mac OS X 10.6

    Hello all,
    I am experiencing a pretty slow running Mac over the past couple of days. I have just about tried everything I can think of: Disk Utility which says everything is ok. I cleaned out the cache, history, and I only have 1 item in Login Items. I installed VirusBarrier X5 today (I'm in school and it's run by the school) but (thank God) no viruses/corrupted files were found. However, all that didn't improve the Mac's speed.
    Any suggestions?
    As you can see, I'm not using a lot of space - but I don't really know why the number of files is so high!?
    Thanks,
    Susanne
    Name : Macintosh HD
    Type : Volume
    Disk Identifier : disk0s2
    Mount Point : /
    System Name : Mac OS X
    System Version : 10.6.4
    System Build : 10F569
    File System : Mac OS Extended (Journaled)
    Connection Bus : SATA
    Device Tree : IODeviceTree:/PCI0@0/SATA@A/PRT0@0/PMP@0
    Writable : Yes
    Universal Unique Identifier : 27C6DF7B-A931-3755-9349-D32DF20E784C
    Capacity : 249.72 GB (249,715,376,128 Bytes)
    Free Space : 230.38 GB (230,379,294,720 Bytes)
    Used : 19.34 GB (19,336,081,408 Bytes)
    Number of Files : 444,127
    Number of Folders : 138,591
    Owners Enabled : Yes
    Can Turn Owners Off : Yes
    Can Repair Permissions : Yes
    Can Be Verified : Yes
    Can Be Repaired : Yes
    Can Be Formatted : Yes
    Bootable : Yes
    Supports Journaling : Yes
    Journaled : Yes
    Disk Number : 0
    Partition Number : 2

    Have you done a SMC reset? If not here are the instructions, please use the instructions for the model Mac you own:
    http://support.apple.com/kb/HT3964
    If that doesn't do it so an Apple Hardware Test and see if the machine has any problems.
    http://support.apple.com/kb/HT1509
    Regards,
    Roger

  • Slow running iMac G5

    Does anyone know how to speed up a slow running iMac5?

    We need more info.
    What version of Mac OS?
    What is the exact model number?
    When did the slow down start? 
    Any recent software changes?
    You may want to run these "standard" fixes if the problem persists.
    1) Check the amount of free space on your harddrive.  You should have a several gigs free.
    2) You should run disk utility
         a) verify the disk
         b) update your permissions.
    3) Try a safe boot.
        Shutdown your machine.  Hold down the shift key.  Poweron.  Wait awhile Wait awhile while you harddrive
          is being checked.
        http://support.apple.com/kb/ht1455
    4) You may want to run applejack to clean up your machine.
         http://applejack.sourceforge.net/
    a lot more ways to fix your Mac.
    http://www.thexlab.com/faqs/faqs.html
    Look at what is happening with your Mac when you run Activity Monitor.
    Macintosh-HD -> Applications -> Utilities -> Activity Monitor
    1) Be sure you select all processes in the double arrow selection just be low the window title line.
    2) Click on the CPU tab on the lower half of the window to see how much time you are using and if any applications are hogging the CPU.
    3) Be sure the triangle in the CPU title is in the down position.  This will list the processes from high to low.
    You can gain some understanding of Activity Monitor by  looking at it every once in a while.  Look at the small graph.
    Here is how I have my CPU display set up:
    Do you need more cpu memory.
    Click on System Memory to get statistics on memory usage.  You should have some free memory.
    The number to look at is page outs.
    Mine is 13397. This means that some of my programs and data had to be written to disk because cpu memory filled up for a time.  It means my programs ran a little slower than they could have.  I could run fewer programs, deal with the slowness, or buy more memory. I'd say you want at least 512meg of memory for 10.4.
    If the entry for entry for Page ins/outs is:
    Page ins/outs: 29163/0
    Notice I have 0 pageouts which says that I am not using my harddrive for extra memory space.  Thus, I have enough memory.
    Activity Monitor has a neat feature where it can display a dynamic dock icon.  In Activity Monitor View > Dock icon > Show cpu history.
    "Reading system memory usage in Activity Monitor :"
    http://docs.info.apple.com/article.html?artnum=107918
    http://developer.apple.com/documentation/Performance/Conceptual/ManagingMemory/A rticles/AboutMemory.html#//apple_ref/doc/uid/20001880

  • Slow running MacBook Pro Early 2011

    Am I right in thinking the only way to sort this out from the report below is to get a new hard disk? How do I go about getting Yosemite copied over onto a new drive? Does anyone have any recommendations for reasonably priced SSD's that would work in my machine? Or would it not be worth getting an SSD? Thanks in advance for any help/answers!
    Problem description:
    Slow running mac
    EtreCheck version: 2.1.8 (121)
    Report generated 9 April 2015 20:45:18 BST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (15-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,2
        1 2 GHz Intel Core i7 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 536
    Video Information: ℹ️
        Intel HD Graphics 3000
            Color LCD 1440 x 900
        AMD Radeon HD 6490M - VRAM: 256 MB
    System Software: ℹ️
        OS X 10.10.3 (14D131) - Time since boot: 0:6:5
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500.11 GB)
        S.M.A.R.T. Status: Failing
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.88 GB (434.46 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 499.25 GB Online
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [loaded]    org.macosforge.xquartz.startx.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    org.macosforge.xquartz.privileged_startx.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.akamai.single-user-client.plist [Click for support] [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [running]    homebrew.mxcl.mysql.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
    Safari Extensions: ℹ️
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             6%    WindowServer
             1%    launchd
             0%    fontd
             0%    AppleSpell
             0%    2BUA8C4S2C.com.agilebits.onepassword4-helper
    Top Processes by Memory: ℹ️
        464 MB    mysqld
        77 MB    ocspd
        73 MB    Dropbox
        60 MB    WindowServer
        43 MB    softwareupdated
    Virtual Memory Information: ℹ️
        1.11 GB    Free RAM
        1.62 GB    Active RAM
        537 MB    Inactive RAM
        1.02 GB    Wired RAM
        963 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Apr 9, 2015, 08:38:11 PM    Self test - passed

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Problem trying to diagnose slow running query

    Hi, Group.
    I have two versions of the same query. sql1 contains an inner select, sql2 contains the hard-coded values that the inner select returns. Other than that the queries look the exact same.
    sql1 takes over 8 minutes to complete.
    sql2 takes about 250ms to complete.
    I tried running explain plan on both queries and sql1 appears to be the better query based on the plan_table cost columns. I even ran a query that shows the plan hash value for the currently running query. Both times, the slower query appears to be quicker.
    So my problem is that all the diagnosis indicates that sql1 is faster than sql2 but in reality, sql2 is waaaaaaaaaaaaaaaaaaaaay faster than sql1. Does anyone have any other suggestions for tools that I can use that show why the supposedly fast query is actually the slower query?
    Thanks, Max
    EDIT: here is an example of sql1 and sql2 to help you visualize the problem.
    SELECT <column list>
    FROM <table list>
    WHERE column IN (SELECT column FROM table)
    AND <some more predicates>
    SELECT <column list>
    FROM <table list>
    WHERE column IN (value1, value2, value3)
    AND <some more predicates>

    The slow query is listed first.
    PLAN_TABLE_OUTPUT
    Plan hash value: 2494202055
    | Id  | Operation                          | Name                           | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                   |                                |     1 |   869 |    10  (20)| 00:00:01 |
    |   1 |  SORT UNIQUE                       |                                |     1 |   869 |     9  (12)| 00:00:01 |
    |   2 |   NESTED LOOPS OUTER               |                                |     1 |   869 |     8   (0)| 00:00:01 |
    |   3 |    NESTED LOOPS                    |                                |     1 |   749 |     7   (0)| 00:00:01 |
    |   4 |     NESTED LOOPS                   |                                |     1 |   725 |     6   (0)| 00:00:01 |
    |   5 |      NESTED LOOPS                  |                                |     1 |   701 |     6   (0)| 00:00:01 |
    |   6 |       NESTED LOOPS                 |                                |     1 |   685 |     3   (0)| 00:00:01 |
    |   7 |        NESTED LOOPS                |                                |     1 |   645 |     1   (0)| 00:00:01 |
    |*  8 |         TABLE ACCESS BY INDEX ROWID| MASTERDATA_ATTRIBUTE           |     1 |   387 |     1   (0)| 00:00:01 |
    |*  9 |          INDEX RANGE SCAN          | I_MSTRRBT_M_VALUE              |     1 |       |     1   (0)| 00:00:01 |
    |* 10 |         TABLE ACCESS BY INDEX ROWID| MASTERDATA_ELEMENT             |     1 |   258 |     0   (0)| 00:00:01 |
    |* 11 |          INDEX UNIQUE SCAN         | I_MSTRMNT_M_VOCABULARYELEMENTI |     1 |       |     0   (0)| 00:00:01 |
    |  12 |        TABLE ACCESS BY INDEX ROWID | EPCIS_EVENT                    |     1 |    40 |     2   (0)| 00:00:01 |
    |* 13 |         INDEX RANGE SCAN           | I_PCS_VNT_M_BUSINESSLOCATIONUR | 65659 |       |     2   (0)| 00:00:01 |
    |* 14 |       TABLE ACCESS BY INDEX ROWID  | EPCIS_EVENT_EPC                |     2 |    32 |     3   (0)| 00:00:01
    |* 15 |        INDEX RANGE SCAN            | I_PCS__PC_EVENT_ID             |     2 |       |     2   (0)| 00:00:01 |
    |  16 |      TABLE ACCESS BY INDEX ROWID   | EPCIS_EVENT_EPC                |     2 |    48 |     0   (0)| 00:00:01
    |* 17 |       INDEX RANGE SCAN             | I_PCS__PC_EVENT_ID             |     2 |       |     2   (0)| 00:00:01 |
    |* 18 |     TABLE ACCESS BY INDEX ROWID    | EPC                            |     1 |    24 |     1   (0)| 00:00:01 |
    |* 19 |      INDEX UNIQUE SCAN             | SYS_C0012080                   |     1 |       |     0   (0)| 00:00:01 |
    |  20 |    TABLE ACCESS BY INDEX ROWID     | EPC                            |     1 |   120 |     1   (0)| 00:00:01 |
    |* 21 |     INDEX UNIQUE SCAN              | SYS_C0012080                   |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       8 - filter("T4"."MD_ATTRIBUTE_META_ID"='urn:epcglobal:epcis:mda:coun
                                try')
       9 - access("T4"."VALUE"='USA')
      10 - filter("T3"."MD_ELEMENT_META_ID"='urn:epcglobal:epcis:vtype:BusinessLo
                              cation')
      11 - access("T3"."MD_ELEMENT_ID"="T4"."PARENT_MD_ELEMENT_ID")
      13 - access("T0"."BUSINESS_LOCATION_URI"="T3"."MD_ELEMENT_ID")
      14 - filter(("T0"."EVENT_TYPE"='AGGREGATION' OR "T0"."EVENT_TYPE"='TRANSACTION') AND
                  "T1"."PARENT_EVENT_EPC_ID" IS NOT NULL OR "T0"."EVENT_TYPE"='OBJECT')
      15 - access("T0"."EVENT_ID"="T1"."EVENT_ID")
      17 - access("T0"."EVENT_ID"="T5"."EVENT_ID")
      18 - filter("T2"."COMPANY_PREFIX"='1' AND "T2"."REFERENCE"='1' AND "T2"."SCHEME"='gid')
      19 - access("T1"."EPC_ID"="T2"."EPC_ID")
      21 - access("T5"."EPC_ID"="T6"."EPC_ID"(+))
    46 rows selected.
    Explained.
    PLAN_TABLE_OUTPUT
    Plan hash value: 3062511058
    | Id  | Operation                        | Name                  | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                 |                       |     7 |  1568 |    38   (6)| 00:00:01 |
    |   1 |  SORT UNIQUE                     |                       |     7 |  1568 |    37   (3)| 00:00:01 |
    |   2 |   NESTED LOOPS OUTER             |                       |     7 |  1568 |    36   (0)| 00:00:01 |
    |   3 |    NESTED LOOPS                  |                       |     7 |   728 |    29   (0)| 00:00:01 |
    |   4 |     NESTED LOOPS                 |                       |     4 |   320 |    17   (0)| 00:00:01 |
    |   5 |      NESTED LOOPS                |                       |     4 |   160 |    13   (0)| 00:00:01 |
    |*  6 |       TABLE ACCESS BY INDEX ROWID| EPC                   |     1 |    24 |    10   (0)| 00:00:01 |
    |*  7 |        INDEX RANGE SCAN          | I_EPC_M_COMPANYPREFIX |   220 |       |     3   (0)| 00:00:01 |
    |   8 |       TABLE ACCESS BY INDEX ROWID| EPCIS_EVENT_EPC       |     6 |    96 |     3   (0)| 00:00:01
    |*  9 |        INDEX RANGE SCAN          | I_PCS__PC_EPC_ID      |     7 |       |     2   (0)| 00:00:01 |
    |* 10 |      TABLE ACCESS BY INDEX ROWID | EPCIS_EVENT           |     1 |    40 |     1   (0)| 00:00:01 |
    |* 11 |       INDEX UNIQUE SCAN          | SYS_C0012082          |     1 |       |     0   (0)| 00:00:01 |
    |  12 |     TABLE ACCESS BY INDEX ROWID  | EPCIS_EVENT_EPC       |     2 |    48 |     3   (0)| 00:00:01
    |* 13 |      INDEX RANGE SCAN            | I_PCS__PC_EVENT_ID    |     2 |       |     2   (0)| 00:00:01 |
    |  14 |    TABLE ACCESS BY INDEX ROWID   | EPC                   |     1 |   120 |     1   (0)| 00:00:01 |
    |* 15 |     INDEX UNIQUE SCAN            | SYS_C0012080          |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       6 - filter("T2"."REFERENCE"='1' AND "T2"."SCHEME"='gid')
       7 - access("T2"."COMPANY_PREFIX"='1')
       9 - access("T1"."EPC_ID"="T2"."EPC_ID")
      10 - filter(("T0"."BUSINESS_LOCATION_URI"='businesslocation_ADD' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_DELETE' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE1' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE10' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE11' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE12' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE2' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE3' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE4' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE5' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE6' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE7' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE8' OR
                  "T0"."BUSINESS_LOCATION_URI"='businesslocation_OBSERVE9') AND (("T0"."EVENT_TYPE"='AGGREGATIO
                  OR "T0"."EVENT_TYPE"='TRANSACTION') AND "T1"."PARENT_EVENT_EPC_ID" IS NOT NULL OR
                  "T0"."EVENT_TYPE"='OBJECT'))
      11 - access("T0"."EVENT_ID"="T1"."EVENT_ID")
      13 - access("T0"."EVENT_ID"="T5"."EVENT_ID")
      15 - access("T5"."EPC_ID"="T6"."EPC_ID"(+))

  • Wifi for beige G3 running OS 9.2?

    Wifi for beige G3 running OS 9.2... can it be done?  Will the old classic OS even understand or recognize a PCI wifi card to connect wirelessly?
    If this can be done I'd appreciate anyone's advice on the matter.
    Thanks in advance!

    there might have been some PCI wireless cards that supported the G3 and OS 9 a while back, but I am not sure if you can still find these, maybe if you can find an older discontinued model, be sure to check the detailed specs, but most typical new models would likely only support OS X 10.4 or later. 
    another option is an external Ethernet to WiFi adapter.  This just plugs into the G3 built-in Ethernet port (the slow 10BaseT speed) and requires no special drivers, the computer thinks it's hardwired. 

  • Slow running iMac?

    Does anyone know the best way of fixing a slow running iMac without adding more memory?

    Please describe the problem in as much relevant detail as possible. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? When did it start to be slow? Did you change anything just before it started? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

Maybe you are looking for

  • .wmv's getting cut in half horizontally inside Premiere Pro, AE, Media Encoder...

    Hello everyone! I'm having an issue using .WMV's within Premiere Pro, AE, and the Media Encoder. Whenever I open the image in a sequence or the source window, the image is cut in half horizontally (see pic below). I brought in an MP4 and had no issue

  • Oracle9i Reports J2EE Thin Client 9.0.2.1.0

    Hi to all, I need to submit jobs to the Reports Server from my OracleAS J2EE Edition. I dont't no how. I have found an online guide in which installation and configuration is referred to an rw_j2ee_oc4j.zip. I don,'t know where is possible to find th

  • Hide/Show Subtabs in PPR/SPEL

    Hi All, Have one page with subtablayout with six tabs. Based on value selected in picklist in another region of page, have to hide/show few tabs. As it is picklist, requirement is to implement this thru PPR only. Tried setting SPEL attribute for rend

  • How do I get my favorites from Internet Explorer into Fox Fire?

    When I downloaded Fox Fire it asked me what I wanted to import but I was not able to import Internet Explorer Favorites into the Bookmarks....can this be done?

  • How make geranator frequency 15-25kHz with also change tension level 0-10V ?

    hey i am new here and on labview - i would like your help, please I have made genarator with daqmx blocs but i don't knew how to controle these blocs in time relle with very fast refresh on the desktop and on the analog output? one whot can i do are