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: disable table lock ...cannot revert it

RE: disable table lock ...cannot revert it

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Wed, 03 Oct 2001 06:57:12 -0700
Message-ID: <F001.003A0617.20011003065017@fatcity.com>

Rahul,
Right, you can't drop or modify table after  alter table t disable table lock;
but
 alter table t enable table lock;
still should work. Otherwise it could be a bug specific to you system.

HTH
Vadim Gorbounov
Oracle DBA

-----Original Message-----
Sent: Wednesday, October 03, 2001 7:05 AM To: Multiple recipients of list ORACLE-L

List,
a while ago someone on this list suggested a DDL which was new to me so i tried it ..

SQL> alter table t disable table lock;

the problem is ...i'm not able to alter it back to "enable table lock" !!! as it requires a "lock" to do it ....and cannot lock it because i disabled it already ????!!!!!

same case for dropping the table... i cannot drop it either..???

TIA
Rahul

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rahul
  INET: rahul_at_ratelindo.co.id

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: Vadim Gorbounov
  INET: vgorbounov_at_simplyengineering.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 Wed Oct 03 2001 - 08:57:12 CDT

Original text of this message

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