I have got an Oracle soure table with a long raw column datatype. The source qualifier that is created for it has a datatype of binary. I need to put this data into MQ series message queue. I understand that I have to create an associated flat file for this queue that defines the layout of the message data. But flat file does not give me the option to define field of type binary or long raw etc. How can I put this data in the queue.
Thanks.
Thanks.