Chinaunix首页 | 论坛 | 博客
  • 博客访问: 815741
  • 博文数量: 101
  • 博客积分: 1311
  • 博客等级: 中尉
  • 技术积分: 1191
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-25 12:15
文章分类

全部博文(101)

文章存档

2012年(101)

分类: Oracle

2012-06-12 15:59:29

 

[ERROR] [com.xinaomdt.hmpsnew.common.HmpsService] -- 执行SQL时错误.

运行时参数:sql= select t.* ,a.fullname as lifecyclelabel ,b.fullname as studycl

asscodelabel ,c.fullname as studyitemcodelabel from t_hr_examresult t ,t_hr_c_li

fecycle a ,t_ch_examcategory b ,t_ch_examitem c where t.lifecycle = a.code(+) an

d t.studyclasscode = b.code(+) and t.studyitemcode = c.code(+) and t.mrid='0A087

E8A-D3DA-4B00-87B0-B077F6639A9B' and t.status = 'Active'

异常信息:ORA-01775: looping chain of synonyms

[ERROR] [com.xinaomdt.hmpsnew.common.HmpsService] -- 执行SQL时错误.

运行时参数:sql= select t.* ,a.fullname as lifecyclelabel ,b.fullname as studycl

asscodelabel ,c.fullname as studyitemcodelabel from t_hr_examresult t ,t_hr_c_li

fecycle a ,t_ch_examcategory b ,t_ch_examitem c where t.lifecycle = a.code(+) an

d t.studyclasscode = b.code(+) and t.studyitemcode = c.code(+) and t.mrid='0A087

E8A-D3DA-4B00-87B0-B077F6639A9B' and t.status = 'Active'

异常信息:ORA-01775: looping chain of synonyms

Actions:

查看SQL语句中的连接的同义词的基表,如果基表不存在需重新建立,上例是因为T_CH_EXAMITEM的同义词所连接基表不存在引起的.

阅读(5973) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~