I am trying to develop a simple Java servlet that calls an Oracle 11g XE database. The database I was provided uses RAW column types for the IDs on all tables.
Initiall
Try using RAWTOHEX and HEXTORAW.