Hibernate(oracle)下的ORA:A-00972 identifier is too long提示

今天运行一个程序时,出现了这个提示:ORA:A-00972 identifier is too long

 问题出在XXX.hbm.xml中相对应表名(table)的最大长度不能超过30

mark一下,又积累了一点

9i参考的中:

 "If you specify a name longer than 30 bytes, then Oracle encrypts the name and places a representation of the encryption in the data dictionary. The actual encryption is not accessible, and you cannot use either your original specification or the data dictionary representation as the name。"    

你可能感兴趣的:(hibernate,oracle,encryption,dictionary,table)