Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] what is table ORA_KGLR7_IDL_SB4?
At 27/04/2000 18:11:00, you wrote:
>...we 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], [], [], [], [], [],
>[], []
ORA-600 are internal Oracle errors - something is rotten ! If u get a ORA-600, don't walk - RUN to do the following :
>I search dba_tables and dba_views and can NOT found any name call
>"ORA_KGLR7_IDL_SB4'. Does anyone know what is that?
If the app make SELECT and the target don't is a table, the thing can be a synonym, view or something else. To discover, try :
SELECT owner, object_name, object_type from DBA_OBJECTS where object_name = 'ORA_KGLR7_IDL_SB4'
HTH,
J. Laurindo Chiappa
>
>
>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 may
>also send the HELP command for other information (like subscribing).
Received on Sat Apr 29 2000 - 17:52:33 CDT
![]() |
![]() |