Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] what is table ORA_KGLR7_IDL_SB4?
This table does exists on version 7.3.4, 8.0.5, and 8.1.6 databases
that I have access to. The describe on the table shows:
Name Null? Type ----------------------------------------- -------- ------------------ ---------- OWNER VARCHAR2(30) NAME VARCHAR2(30) TYPE NUMBER PART NOT NULL NUMBER VERSION NUMBER PIECE# NOT NULL NUMBER LENGTH NOT NULL NUMBER PIECE NOT NULL UNDEFINED OBJ# NUMBER
and the view text is:
select /*+ index(i i_idl_sb41) +*/
o.owner, o.name, o.type, i.part, i.version, i.piece#, i.length, i.piece, o.object_id from sys.ora_kglr7_objects o, sys.idl_sb4$ iwhere o.object_id = i.obj#
9 /* PACKAGE */, 13 /* TYPE */) or o.owner_id in (userenv('SCHEMAID'), 1 /* PUBLIC */) or o.object_id in (select obj# from sys.objauth$ where grantee# in (select kzsrorol from x$kzsro) and privilege# in (3 /* DELETE */, 6 /* INSERT */, 7 /* LOCK */, 9 /* SELECT */, 10 /* UPDATE */, 12 /* EXECUTE */)) or exists (select null from sys.sysauth$ where grantee# in (select kzsrorol from x$kzsro) and (o.type in (7 /* PROCEDURE */, 8 /* FUNCTION */, 11 /* PACKAGE BODY */) and privilege# = -144 /* EXECUTE ANY PROCEDURE */ or o.type = 6 /* SEQUENCE */ and privilege# = -109 /* SELECT ANY SEQUENCE */)))
I am not sure what the table is for, but I hope the info helps.
John
-----Original Message-----
From: L [mailto:leed_at_shell.cais.net]
Sent: Thursday, April 27, 2000 10:11 PM
To: Multiple recipients of list ORACLE-L
Subject: [Q] what is table ORA_KGLR7_IDL_SB4?
e have ORACLE 7.3.4.4 on SUN Solaris 2.6. I found there has a trace
file
generate by user application. The sql statement is following:
SQL> select * from ORA_KGLR7_IDL_SB4
2 ;
ERROR:
ORA-00600: internal error code, arguments: [12338], [], [], [], [],
[],
[], []
I search dba_tables and dba_views and can NOT found any name call "ORA_KGLR7_IDL_SB4'. Does anyone know what is that?
Thanks.
-- Author: L INET: leed_at_shell.cais.net 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 mayReceived on Fri Apr 28 2000 - 08:47:19 CDT
![]() |
![]() |