ORA-00600: internal error code, arguments: [kxspoac: zero bct], [0x110AEE388], [], [], [], [], [], [
Hello All,
We are getting ORA-600 error for the following sql statement -
select count(*) from xdo_templates_vl T, fnd_concurrent_programs P, fnd_application A , xdo_ds_definitions_vl D where T.ds_app_short_name= :1 and T.data_source_code
= :2 and T.template_status = 'E' and D.data_source_status = 'E' and sysdate between T.start_date and nvl(T.end_date, sysdate) and sysdate between D.start_date a
nd nvl(D.end_date, sysdate) and D.application_short_name = T.ds_app_short_name and D.data_source_code = T.data_source_code and P.concurrent_program_name= T.data_s