- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
6#
发表于 2012-3-1 19:54:22
ODM Finding:
- /oracle/app1/oracle/admin/crmint/udump/crmint1_ora_6455750.trc
- Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
- With the Partitioning, Real Application Clusters, Data Mining and Real Application Testing options
- ORACLE_HOME = /oracle/app1/oracle/product/10.2.0/
- System name: AIX
- Node name: crm_int_db1
- Release: 3
- Version: 5
- Machine: 00C6E6644C00
- Instance name: crmint1
- Redo thread mounted by this instance: 1
- Oracle process number: 203
- Unix process pid: 6455750, image: oracle@crm_int_db1
- *** ACTION NAME:() 2012-02-24 23:30:18.472
- *** MODULE NAME:(NewBillTfjClientA@crmapp11 (TNS V1-V3)) 2012-02-24 23:30:18.472
- *** SERVICE NAME:(crmint) 2012-02-24 23:30:18.472
- *** SESSION ID:(2950.56667) 2012-02-24 23:30:18.472
- *** 2012-02-24 23:30:18.472
- ksedmp: internal or fatal error
- ORA-00600: internal error code, arguments: [25027], [7], [4063256], [], [], [], [], []
- Current SQL statement for this session:
- INSERT INTO TFJ_WORK_ORDER (ORDER_SERIAL_NBR, PROD_SPEC_ID, SERV_ID, ACC_NBR, ACTION, ORDER_STATE, SOURCE, CREATE_DATE, STATE, STATE_DATE, LATN_ID, BUREAU_ID, IF_QUOTA
- , PRIORITY, STAFF_ID, COMMENTS, AREA_ID, MDSE_SPEC_ID, SWD_ID, INSERT_DATE, EXCH_ID, HLR_NBR) SELECT A.ORDER_SERIAL_NBR, A.PROD_SPEC_ID, A.SERV_ID, DECODE(B.ACCOUNT_FL
- AG, 'N', A.ACC_NBR, 'Y', A.SERVICE_CODE), A.ACTION, A.ORDER_STATE, SOURCE, A.CREATE_DATE, '5SN', A.STATE_DATE, A.LATN_ID, A.BUREAU_ID, A.IF_QUOTA, A.PRIORITY, A.STAFF_
- ID, A.COMMENTS, A.AREA_ID, A.MDSE_SPEC_ID, A.SWD_ID, SYSDATE, A.EXCH_ID, A.HLR_NBR FROM WORK_ORDER A, TFJ_PROD_SPEC_CONFIG B WHERE A.ORDER_SERIAL_NBR = :B1 AND A.PROD_
- SPEC_ID = B.PROD_SPEC_ID
- ----- PL/SQL Call Stack -----
- object line object
- handle number name
- 7000004d9490230 218 procedure BASEJK.NEWBILLTFJSEND
- 70000060d968880 1 anonymous block
- ----- Call Stack Trace -----
- calling call entry argument values in hex
- location type point (? means dubious value)
- -------------------- -------- -------------------- ----------------------------
- ksedst+001c bl ksedst1 088404844 ? 041104844 ?
- ksedmp+0290 bl ksedst 10453B3A8 ?
- ksfdmp+0018 bl 03F3AB94
- kgeriv+0108 bl _ptrgl
- kgesiv+0080 bl kgeriv 000000000 ? 000000002 ?
- 000000000 ? 000000000 ?
- 000000000 ?
- ksesic2+0060 bl kgesiv 000000002 ? 11016E478 ?
- FFFFFFFFFFDE8F0 ? 1051018FC ?
- 000024000 ?
- krtd2abh+040c bl ksesic2 61C3000061C3 ? 000000000 ?
- 000000007 ? 000000000 ?
- 0003E0018 ? 000000320 ?
- 105101038 ? 000355D00 ?
- kcbget+1a84 bl krtd2abh 1002A062C ? 10510156C ?
- 0FFFFF7FF ? 1101FBD60 ?
- 105101578 ?
- ktbxchg+0110 bl kcbget 7000005E74A45F0 ? 000000000 ?
- FFFFFFFFFFE4660 ? 11019A468 ?
- kdifind+0f50 bl ktbxchg 7000005E4A81590 ? 000000000 ?
- 7000005E52CA508 ? 000000000 ?
- kdiins0+0cc4 bl kdifind 389CB4C00000000 ?
- 700000398AB08B0 ?
- FFFFFFFFFFE4660 ?
- FFFFFFFFFFDFD90 ?
- FFFFFFFFFFDF8E0 ? 000000000 ?
- 000000000 ? 000000000 ?
- kdiinsp+0070 bl kdiins0 700000398AB08A8 ? 104BBCFB0 ?
复制代码
10.2.0.4 on AIX 5.3
ORA-00600: internal error code, arguments: [25027], [7], [4063256], [], [], [], [], []
stack call kauxsin -> kdiinsp -> kdiins0 -> kdifind -> ktbxchg -> kcbget -> krtd2abh-> ksesic2-> kgesiv
ORA-600 [26027] Note:
- ORA-600 [25027] [ID 284433.1]
- PURPOSE:
- This article represents a partially published OERI note.
- It has been published because the ORA-600 error has been
- reported in at least one confirmed bug.
- Therefore, the SUGGESTIONS section of this article may help
- in terms of identifying the cause of the error.
- This specific ORA-600 error may be considered for full publication
- at a later date. If/when fully published, additional information
- will be available here on the nature of this error.
- ERROR:
- Format: ORA-600 [25027] [a] [b]
- VERSIONS:
- versions 9.2 and above
- ARGUMENTS:
- Arg [a] Tablespace Number (TSN)
- Arg [b] Decimal Relative Data Block Address (RDBA)
- SUGGESTIONS:
- 1. If the Arg [b] (the RDBA) is 0 (zero), then this could be due to fake indexes.
- The following query will list fake indexes:
- select do.owner,do.object_name, do.object_type,sysind.flags
- from dba_objects do, sys.ind$ sysind
- where do.object_id = sysind.obj#
- and bitand(sysind.flags,4096)=4096;
- If the above query returns any rows, check the objects involved and consider
- dropping them as they can cause this error.
- 2. Run analyze table validate structure on the table referenced in the Current SQL statement in
- the related trace file.
- If the Known Issues section below does not help in terms of identifying
- a solution, please submit the trace files and alert.log to Oracle
- Support Services for further analysis.
复制代码 |
|