From yong321@yahoo.com Wed, 15 Aug 2001 09:36:44 -0700 From: yong huang Date: Wed, 15 Aug 2001 09:36:44 -0700 Subject: Re: X$_kglcursor.kglnaobj Message-ID: MIME-Version: 1.0 Content-Type: text/plain Ian and Riyaj, These "table_..." objects look like Java classes. The way to find this out is matching the kgl handle address and looking at the indx column of x$kglob. Matching this indx column with dba_objects.object_id. Yong Huang yong321@yahoo.com you wrote: I use the following statment when monitoring the database select sid, s.username,s.osuser, c.kglnaobj from sys.x$kglpn p, sys.x$kglcursor c, v$session s where p.kglpnhdl = c.kglhdadr and p.kglpnses = s.saddr; Here is some output showing sid and kglnaobj: 28 table_1_0_116_0_0_ ... __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: yong huang INET: yong321@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@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).