Retrieving RAW Values from Oracle DB

Hi there,

trying to retrieve data from an Oracle DB I ran into the following issue:

When selecting the ID column that has been created as RAW(16) NOT NULL, it will only return “System.Byte[ ]”. How do I convert the variable to a string value or set the interpretation of that column to string?

Column Format:
image001
Values in the Column:
image002
Output:
image003

Cheers
Steffen