ORA-00600: internal error code, arguments: [kkoljt1], [], [], [], []
I was getting this ERROR by running a query in saturn.
I was also running the same query in terminus, but there was no error.
Then I checked in both server:
1. select banner from v$version;
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for Solaris: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
Both was same.
2. show parameter optimizer
@saturn:
optimizer_features_enable string 10.2.0.3
@terminus:
optimizer_features_enable string 10.2.0.2
Then @saturn I run -
alter system set optimizer_features_enable='10.2.0.2';
And, the problem solved. :)