开发者社区> 问答> 正文

Oracle11的一个BUG 有谁了解,指点一下,困惑了好几天?报错

Tue Jul 02 19:09:11 2019
Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x0] [PC:0x77ABC73, qcsfclscm()+113]
Errors in file d:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_3492.trc  (incident=299431):
ORA-07445: 出现异常错误: 核心转储 [qcsfclscm()+113] [ACCESS_VIOLATION] [ADDR:0x0] [PC:0x77ABC73] [UNABLE_TO_READ] []
Incident details in: d:\app\administrator\diag\rdbms\orcl\orcl\incident\incdir_299431\orcl_ora_3492_i299431.trc
Tue Jul 02 19:09:12 2019
Trace dumping is performing id=[cdmp_20190702190912]
Tue Jul 02 19:09:14 2019
Sweep Incident[299431]: completed
 

 

别的都非常正常,只是在查一个语句的时候会报错

select 
                 (id_stuf_id||'='||to_char(id_date,'yyyy-mm-dd'))id  
                  ,sum(id_amount) as dd_amount
              from indent_detail d
              left join indent_main m on id_im_id=im_id
              left join stuff c on id_stuf_id=stuf_id
              left join supplier c on stuf_comp_id=comp_id
      where 1=1
     and id_date between to_date('2019-07-01 00:00:00','YYYY-MM-DD HH24:MI:SS') and to_date('2019-07-01 23:59:59','YYYY-MM-DD HH24:MI:SS')group by id_stuf_id,to_char(id_date,'yyyy-mm-dd')
 

 

 

展开
收起
爱吃鱼的程序员 2020-06-05 15:46:29 402 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB
                        <p>数据库文件损坏。。。</p> 
    

    我在用11g的时候window下极易出现这样的情况。

    建议用linux系统。

    2020-06-05 15:46:40
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
PostgresChina2018_樊文凯_ORACLE数据库和应用异构迁移最佳实践 立即下载
PostgresChina2018_王帅_从Oracle到PostgreSQL的数据迁移 立即下载
Oracle云上最佳实践 立即下载