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: GTT Locks

Re: GTT Locks

From: Connor McDonald <hamcdc_at_yahoo.co.uk>
Date: Wed, 3 Mar 2004 00:27:55 +0000 (GMT)
Message-ID: <20040303002755.11364.qmail@web25206.mail.ukl.yahoo.com>


I don't observe your results on a system here (8174) - the entry appears in v$locked_object.

SQL> insert into GTT values (1);

1 row created.

SQL> select object_name, object_type, a.object_id, b.locked_mode from dba_objects a,   2 v$locked_object b where a.object_id=b.object_id;

OBJECT_NAME                              OBJECT_TYPE         OBJECT_ID LOCKED_MODE
---------------------------------------- ------------------ ---------- -----------
GTT                                      TABLE                  102302           3

hth
connor


Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions" - available now
web: http://www.oracledba.co.uk
web: http://www.oaktable.net

email: connor_mcdonald_at_yahoo.com

"GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day"                                   



Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html

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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Mar 02 2004 - 18:24:47 CST

Original text of this message

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