考试网 >> IT认证 >> Oracle >> Oracle指导 >> ORA-03113错误分析与解决

ORA-03113错误分析与解决

发布时间:2006-06-28 09:51     点击:
分页:上一页  1 2 3 4 [5] 6 7  下一页

               a.service_name, a.content_name,

               SUBSTR (a.access_time, 1, 8) thedate,

               COUNT (*) AS hit_count

            FROM sm_wap_log_daily_tab a, t_cp_info c

            WHERE (SUBSTR (a.access_time, 1, 8) BETWEEN ’20040301’

                                AND ’20040304’

               )

             AND c.cp_code LIKE ’%%’

             AND a.cp_code = c.cp_code

             AND a.service_code LIKE ’%%’

          GROUP BY a.cp_code,

               c.cp_cha_name,

               a.service_code,

               a.service_name,

               a.content_name,

               SUBSTR (a.access_time, 1, 8)

          ORDER BY a.cp_code,

               a.service_code,

               a.content_name,

               SUBSTR (a.access_time, 1, 8) DESC) k) n;

  上面这条语句在9204/Linux 系统上始终出现03113 的错误。对语句进行细化,分成小一点的子语句逐步执行,最后判定问题出现在         ORDER BY a.cp_code,

               a.service_code,

               a.content_name,

               SUBSTR (a.access_time, 1, 8) DESC) k) n;
分页:上一页  1 2 3 4 [5] 6 7  下一页
版权申明:未经书面授权请勿转载本站信息!!作品版权归所属媒体与作者所有!!
发表评论: 匿名发表 用户名: 查看评论
您将承担一切因您的行为、言论而直接或间接导致的民事或刑事法律责任
留言板管理人员有权保留或删除其管辖留言中的任意内容
本站提醒:不要进行人身攻击。谢谢配合。
在本站搜索相关信息
2003-2005 Ksw123.com All Rights Reserved. - TOP
Copyright © 2006 Ksw123.com. All rights reserved.中国考题网 版权所有