Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: system hanging where modify table stru.

Re: system hanging where modify table stru.

From: Mitchell <mitchell_at_comnet.ca>
Date: Mon, 01 Oct 2001 07:20:33 -0700
Message-ID: <F001.0039D567.20011001063017@fatcity.com>

I have some difficult to update ver540 on patch db_update_patche6.sql Hi DBAs

I am running following script on the system with only one user sys but everytime it has exclusive lock with system hanging there for ever. I had to kill the process. Why. System is 8.0.5.1. and aix 4.3.3.1. No foreing key for this table.

Thanks in advance.

Mitchell

This is the scripts:

ALTER TABLE ver540.rate_code
modify
(

   rauth01      char(3),
   rauth02      char(3),
   rauth03      char(3),
   rauth04      char(3),
   rauth05      char(3),
   rauth06      char(3)

);
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mitchell
  INET: mitchell_at_comnet.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Mon Oct 01 2001 - 09:20:33 CDT

Original text of this message

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