1. 程式人生 > >ora-00600 to check

ora-00600 to check

ner table rom als flag put exec str borde

Hi ,

Let us know issue reproducibility executing following statement from command prompt:

SELECT "ID","IMO_CODE","I_E_FLAG","DECLARE_DATE","CNTR_ID","CREATED_DATE" FROM "SUP_CONTAINER" "SC" WHERE "DECLARE_DATE" IS NULL AND "I_E_FLAG"=‘I‘ AND "CREATED_DATE">:1-3 AND "IMO_CODE" IS NOT NULL AND "IMO_CODE"=:2 AND "CNTR_ID"=:3

----- Bind Info (kkscoacd) -----
Bind#0
oacdty=12 mxl=07(07) mxlc=00 mal=00 scl=00 pre=00
oacflg=00 fl2=1000000 frm=00 csi=00 siz=168 off=0
kxsbbbfp=9fffffffbf53ef20 bln=07 avl=07 flg=05
value="5/10/2017 8:52:2"<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< :1
Bind#1
oacdty=01 mxl=32(27) mxlc=00 mal=00 scl=00 pre=00
oacflg=02 fl2=1000000 frm=01 csi=873 siz=0 off=8
kxsbbbfp=9fffffffbf53ef28 bln=32 avl=09 flg=01
value="UN9702132"<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< :2
Bind#2
oacdty=01 mxl=128(33) mxlc=00 mal=00 scl=00 pre=00
oacflg=02 fl2=1000000 frm=01 csi=873 siz=0 off=40
kxsbbbfp=9fffffffbf53ef48 bln=128 avl=11 flg=01
value="DFSU2296472"<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< :3



Also let us know following details:
01. Upload DDL of "SUP_CONTAINER" object.
02. What are recent changes OS / hardware / Database before these errors?
03. Please provide following query results:
conn /as sysdba
set markup html on
spool OutPut.html
select * from dba_registry;
select * from dba_objects where status=‘INVALID‘;
select * from registry$history;
select substr(action_time,1,30) action_time,substr(id,1,10) id,substr(action,1,10) action,substr(version,1,8) version,substr(BUNDLE_SERIES,1,6) bundle,substr(comments,1,20) comments from registry$history;
spool off

Thanks
Girish

ora-00600 to check