Hi,
We are getting spreadsheet from sqlserver extract which supplies id as guid ce35289a-657f-4440-aa3c-4d1296304f64
We wish to store this as raw datatype in oracle table as we need to link this to other tables which are fed directly from sqlserver into a raw datatype column by a separate non-oracle application.
How can we do this via simple insert?
version 11.2
Thanks