I am facing the following error while running this simple select query
select * from ERICSSON_EUTRAN.NB_EUCELLFDD_5
ORA-00600: internal error code, arguments: [xtydty2ldi], [], [], [], [], [], [], [], [], [], [], []
If I run the same query with an additional condition, query runs fine.
If you receive an
ORA-00600it indicates a bug in Oracle itself, and not in your code. You should contact Oracle support.You might be able to work around the bug by changing your query, but without knowing the exact details of the internals it is difficult to know if you have really avoided the bug or it might occur again.
You may also have a hardware problem.