Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: X$_kglcursor.kglnaobj
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_at_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_
...
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 Aug 15 2001 - 11:36:44 CDT
![]() |
![]() |