Database ORA-600 / ORA-7445 Analysis , Diagnostic Repository (ADR) & Packaging (MOSC)

MOSC Banner

ORA-00600: internal error code, arguments: [13009], [5000], [1], [17], [1], [], [], [], [], [], [],

I have Oracle 11.2.03 with UTF-8 on Unix system:

SELECT a.p2pz_id,

       a.p2pz_stat_zah,

       c.p2pzs_nal_nazv,

       LENGTH (c.p2pzs_nal_nazv),

       LENGTHB (c.p2pzs_nal_nazv),

       DUMP (c.p2pzs_nal_nazv)

  FROM p2_pla_zaht a, p2_pak_kom b, p2_pla_zaht_se c

 WHERE a.p2pz_dat_obd = TRUNC ((SYSDATE - 1))

   AND a.p2pz_id = c.p2pz_id

   AND a.p2pk_id = b.p2pk_id

   AND a.p2vss_sif = 'SE'

   AND b.p2dk_id = 'UJP'

FOR UPDATE;

       *

Error at line 7

ORA-00600: internal error code, arguments: [13009], [5000], [1], [17], [1], [], [], [], [], [], [], []

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