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: steven <zhang.bin_at_sssltd.cn>
Date: 10 May 2005 20:26:39 -0700
Message-ID: <1115781999.371128.273490@z14g2000cwz.googlegroups.com>


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 Received on Tue May 10 2005 - 22:26:39 CDT

Original text of this message

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