Core Concurrent Processing - EBS (MOSC)

MOSC Banner

ORA-00600: internal error code, arguments: [kxspoac: zero bct], [0x110AEE388], [], [], [], [], [], [

edited Mar 3, 2017 4:03PM in Core Concurrent Processing - EBS (MOSC) 6 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center