欢迎投稿

今日深度:

hibernate Disabling contextual LOB creation as connection wa

hibernate Disabling contextual LOB creation as connection was null


用hibernate访问sybase时遇见的异常。


Could not obtain connection metadata : ASE is now using a multi-byte character set, and the TEXT character counts have not been re-calculated using this character set for table 'spt_jtext'. Use DBCC FIX_TEXT on this table before running the query again

  Disabling contextual LOB creation as connection was null


解决:
hibernate.temp.use_jdbc_metadata_defaults false

参考:

http://stackoverflow.com/questions/4588755/hibernate-disabling-contextual-lob-creation-as-createclob-method-threw-error

www.htsjk.Com true http://www.htsjk.com/shujukunews/1749.html NewsArticle hibernate Disabling contextual LOB creation as connection was null 用hibernate访问sybase时遇见的异常。 Could not obtain connection metadata : ASE is now using a multi-byte character set, and the TEXT character counts have not been...
相关文章
    暂无相关文章
评论暂时关闭