byte « Oracle « JPA Q&A





1. byte[] & Oracle    forum.hibernate.org

2. ORACLE SQLSERVER BYTE[]    forum.hibernate.org

Hello I am having problem when moving the code from ORACLE to SQL SERVER. I mapped the byte [] to BLOB by using the custom type in ORACLE. It worked fine. I moved the code to work with sqlserver and now I have IMAGE as the column type in SQL SERVER 7.0. When i execute the code i get an exception. ...

3. How to store a byte into an oracle table    forum.hibernate.org

We have defined a field as RAW(1) in Oracle. Need to store 0x00 to 0xff into it. Using: We get an exception from Oracle: ORA-01465: invalid hex number No field information provided. Specifying sql-type="raw(1)", or type="binary" does not fix it. We can change the field in Oracle or change the hibernate definition ...