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: <sybrandb_at_hccnet.nl>
Date: Sun, 12 Aug 2007 16:17:26 +0200
Message-ID: <ch5ub3dirgsoj221se5vr669968h8rfti7@4ax.com>


On Sun, 12 Aug 2007 14:45:42 +0200, "Radosław Mańkowski" <radoslaw.mankowski_at_portal.onet.pl> wrote:

>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

You did look at the EXPLAIN PLAN for this statement? kread is just an asynchronous read. If your asynchronous read doesn't complete, this is not necessarily an Oracle problem.

--
Sybrand Bakker
Senior Oracle DBA
Received on Sun Aug 12 2007 - 09:17:26 CDT

Original text of this message

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