ORA-00600: internal error code, arguments:[17182] [message #117874] |
Sat, 30 April 2005 09:21 |
Fayyaz
Messages: 7 Registered: April 2005
|
Junior Member |
|
|
ORACLE database version is 8.1.6
when use this query
select claim_no, claim_date, DECODE (CLAIMANT_CATEGORY, 'G', 'Gold','T','Others','S','Silver','C','Computerized',claimant_category) c_catg
from refund_claim
where claim_no='T0902051S0034'
the following message appears
ORA-00600: internal error code, arguments:[17182],[238113268],[],
[],[],[],[],[]
But when is omit decode function, it works properly. After in depth delaing with this problem, i have come to know that decode function is not working properly. some time it works but some time not. i am unable to solve this problem.
any body can Help
|
|
|
|