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: what's the impact of this

Re: what's the impact of this

From: Anatoly Moskovsky <avm_at_trais.com.ua>
Date: Fri, 24 Aug 2001 13:52:07 +0300
Message-ID: <TRS10615D3F3@trais.com.ua>


Hi!

 b> Could someone discribe the possible impact/impacts of running this  b> sql against a busy production database.

 b> alter table customer add(deleted varchar2(1) default 'N');

If there are uncommitted changes(row locks) in the table, you'll get ORA-00054 resource busy ...

Bye



Anatoly Moskovsky, Oracle Developer avm_at_sqlbatch.com [SQL Batch/Oracle, DBA tools, reverse engineering, scripting extensions]: http://sqlbatch.com/sb/ Received on Fri Aug 24 2001 - 05:52:07 CDT

Original text of this message

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