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: please help me to unlock a table

RE: please help me to unlock a table

From: Amar Kumar Padhi <TS2017_at_emirates.com>
Date: Tue, 02 Oct 2001 21:14:32 -0700
Message-ID: <F001.0039FEAE.20011002212018@fatcity.com>

The table is in use already and disabling locks will not work. afaik, the only option left would be to trace out the session locking the table and kill it. You may not want to do this on a production db, unless the concerned session is hung.

rgds
amar

-----Original Message-----
From: Tatireddy, Shrinivas (MED, Keane)
[mailto:Shrinivas.Tatireddy_at_med.ge.com]
Sent: Wednesday, October 03, 2001 8:15 AM To: Multiple recipients of list ORACLE-L Subject: RE: please help me to unlock a table

I tried using the folloiwng command (tested manually locking a table in a sesion and tried from other session)

the result is ORA-00054: resource busy and acquire with NOWAIT specified

I had to manually issue rollback/commit from the session where I applied manual lock.

any other solutions.

srinivas

-----Original Message-----
Sent: Tuesday, October 02, 2001 7:20 AM
To: Multiple recipients of list ORACLE-L

Try this:
Alter table table_name disable table lock;


Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: ASHRAF SALAYMEH
  INET: ashraf_salaymeh_at_yahoo.com


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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tatireddy, Shrinivas (MED, Keane)
  INET: Shrinivas.Tatireddy_at_med.ge.com


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 Tue Oct 02 2001 - 23:14:32 CDT

Original text of this message

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