ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop]

Gil

Member
I have this problem:
when i right-click on a table to see its columns
Developer give me this error-->ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop]

Yesterday it worked normally,and i didn't change anything on the db?

Any idea to solve the problems?
Thank you in advance

Gil
 
This is an internal error message, probably related to a bug in the RDBMS. (Some of) the bugs causing this message are fixed in 9.2.0.3 and 10.1.0.2
 
My RDBMS is :
Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
PL/SQL Release 9.2.0.5.0 - Production
CORE 9.2.0.6.0 Production
TNS for IBM/AIX RISC System/6000: Version 9.2.0.5.0 - Production
NLSRTL Version 9.2.0.5.0 - Production

so i image i'm ok.I have no upgrade to do

Any other ideas?
Thank

Gil
 
The complete line error is:
ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500], [3],
[7], [15], [15], [], []

Thanks
Gil
 
There are quite a few Oracle bugs logged for ORA-00600, arguments: [kksscl-inf-inl-loop], [2500]. Most of them are related to a heavy database load or stress testing. Could it be that this database was under heavy load when this error occurred?
 
May be.If i'll get this error again i'll loock at performance of database in that moment

Thank you very much for your suggestion
Gil
 
Hello,i have again the problem.Now the ora 600 is:
ORA-00600: internal error code, arguments: [17113], [0x000000000], [], [], [], [
], [], []

The database in not stressed,and there aren't a lot of users when i get the error.
Any ideas?

Gil
 
ORA-00600 [17113] mostly seems to be related to memory management issues of the database server. You could try to shutdown and restart the instance to start with a "clean" memory state and verify if this helps.
 
Back
Top