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 -> Re: oracle and aix problem

Re: oracle and aix problem

From: Radosław Mańkowski <radoslaw.mankowski_at_portal.onet.pl>
Date: Sun, 12 Aug 2007 14:45:42 +0200
Message-ID: <f9mvdm$pm0$1@news.onet.pl>


ALL DML...   for example:
    UPDATE KROPKA.A_PV_DD_PAGES_GEO a SET  a.rozklad_procent =
 (SELECT
 a.pv_cnt/b.pv_cnt
 FROM KROPKA.A_PV_DD_GEO b
 WHERE a.d_date_id = b.d_date_id AND a.d_GEO_id = b.d_GEO_id) WHERE d_date_id=20070730

Użytkownik "Radosław Mańkowski" <radoslaw.mankowski_at_portal.onet.pl> napisał w wiadomości news:f9mq11$egd$1_at_news.onet.pl...
> Hello,
> On POWER6 I have aix 5306Sp3 and oracle 10.2.0.3.When I run simple DML
> opration on database CPU use 50-100% and has not finished. Truss output
> command on this process:
> kread(0, 0x0000000000000000, 0) (sleeping...)..
>
> do you have any idea why ???
>
Received on Sun Aug 12 2007 - 07:45:42 CDT

Original text of this message

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