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: Does the sql command "analyze" will lock the table?

Re: Does the sql command "analyze" will lock the table?

From: Jeremiah Wilton <jeremiah_at_wolfenet.com>
Date: Wed, 16 Sep 1998 15:01:24 -0700
Message-ID: <Pine.OSF.3.95.980916122834.6526B-100000@gonzo.wolfenet.com>

ANALYZE TABLE ... COMPUTE STATISTICS does not lock the table. Only ANALYZE TABLE ... VALIDATE STRUCTURE locks the table. Try it yourself!

--
Jeremiah Wilton http://www.wolfenet.com/~jeremiah

On Wed, 16 Sep 1998, skv wrote:
>
> EUNG CHI WAH пишет в сообщении <35ff423f.0=
@ruby.hknet.com> ...
> >As title, does "analyze" will lock up the table
> >while it is analyzing a table?
>
> ANALYZE TABLE ... COMPUTE STATISTICS - locks the table
> ANALYZE TABLE ... ESTIMATE STATISTICS - no
Received on Wed Sep 16 1998 - 17:01:24 CDT

Original text of this message

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