Hi,
I have an Oracle table with a column of long raw datatype. I want to see the data in this column so I can manipulate it. Can you please advice on some function/procedure to convert this to readable format?
SQL> desc EDI_DATA
Name Null? Type
-------------------------- ----- -------------
RELEASE_CHAR VARCHAR2(2)
EDI_DOC LONG RAW
Thanks,
Ritu
I have an Oracle table with a column of long raw datatype. I want to see the data in this column so I can manipulate it. Can you please advice on some function/procedure to convert this to readable format?
SQL> desc EDI_DATA
Name Null? Type
-------------------------- ----- -------------
RELEASE_CHAR VARCHAR2(2)
EDI_DOC LONG RAW
Thanks,
Ritu
Comment