摘要:
项目中用的EF,数据库oracle,entity实体的字段类型是int,oracle的类型是number(3) 在EF保存时报错," Unable to cast object of type 'System.Int16' to type 'System.Byte' " 网上有的文章说oracle 阅读全文
摘要:
1. nvarchar和blob类型转换时,直接modify会报错 ORA-01735: invalid ALTER TABLE option 2. 数字类型降低精度时 当数据库已有数据时,会报错 ORA-01440: column to be modified must be empty to d 阅读全文