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: DA Morgan <damorgan_at_x.washington.edu>
Date: Tue, 10 May 2005 21:01:54 -0700
Message-ID: <1115783860.912741@yasure>


John wrote:

> Hi all,
>
> I am not sure how to answer this question:
> "What happens if you run a DDL, say alter table, on a table currently
> being accessed by a long-running query?"
>
> Would the query fail?
>
>
> John

The ALTER TABLE hangs until it can obtain the required lock.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Tue May 10 2005 - 23:01:54 CDT

Original text of this message

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