org.springframework.jdbc.BadSqlGrammarException: Hibernate operation; bad SQL gr
ammar []; nested exception is com.sybase.jdbc2.jdbc.SybSQLException: OqCzComp no
t found. Specify owner.objectname or use sp_help to check whether the object exi
sts (sp_help may produce lots of output).com.sybase.jdbc2.jdbc.SybSQLException: OqCzComp not found. Specify owner.objectn
ame or use sp_help to check whether the object exists (sp_help may produce lots
of output).        at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:2636)
        at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:1996)
        at com.sybase.jdbc2.jdbc.ResultGetter.nextResult(ResultGetter.java:69)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:204)
        at com.sybase.jdbc2.jdbc.SybStatement.nextResult(SybStatement.java:187)
        at com.sybase.jdbc2.jdbc.SybStatement.updateLoop(SybStatement.java:1642)        at com.sybase.jdbc2.jdbc.SybStatement.executeUpdate(SybStatement.java:16
25)
        at com.sybase.jdbc2.jdbc.SybPreparedStatement.executeUpdate(SybPreparedS
tatement.java:91)
        at com.csair.soc.common.dao.impl.hibernate.BaseHDaoHibernate3$2.doInHibe
rnate(BaseHDaoHibernate3.java:155)
        at org.springframework.orm.hibernate3.HibernateTemplate.execute(Hibernat
eTemplate.java:365)
        at org.springframework.orm.hibernate3.HibernateTemplate.execute(Hibernat
eTemplate.java:333)
        at com.csair.soc.common.dao.impl.hibernate.BaseHDaoHibernate3.executeSql
(BaseHDaoHibernate3.java:150)
        at com.csair.soc.dao.OqCzCompDao.refreshTable(OqCzCompDao.java:23)
        at com.csair.soctask.logic.SocTaskBean.dealADayData(SocTaskBean.java:319
)
        at com.csair.soctask.logic.DealOneDayFlightSocRun.run(DealOneDayFlightSo
cRun.java:20)求大侠赶紧帮忙解决