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: DDL & long-running query

Re: DDL & long-running query

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Thu, 12 May 2005 04:01:48 GMT
Message-ID: <pan.2005.05.12.04.01.47.96978@sbcglobal.net>


On Tue, 10 May 2005 20:26:39 -0700, steven wrote:

> Hi John,
> Maybe sometimes query fail,maybe ddl have to wait.I think it's depend
> on what type of ddl.
> Here is a test case:
> SQL> select count(*) from t; - full table scan big table t
>
> On another session
> SQL>remove t to t_temp;
> table renamed.
>
> You can do many tests.
>
> Thanks.
>
> Steven
> a new DBA

That is not changing the structure of the table. Try dropping column of the table or adding a column to it.

-- 
Demagogue: One who preaches a doctrine he knows to be untrue to 
           men he knows to be idiots. 
H.L. Mencken
Received on Wed May 11 2005 - 23:01:48 CDT

Original text of this message

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