Hello,
I have a table in a remote database (11.2EE) that contains a LONG column (I know, LONG data type has been deprecated for more than 20 years but it's like that and unfortunately there is nothing I can do about it) that stores EDIFACT https://en.wikipedia.org/wiki/EDIFACT documents. I need to occasionally parse these documents which means to somehow get it over a DB link to my local DB (11gXE) first.
Any ideas how to retrieve LONG column contents from the remote database over a DB link would be highly appreciated.
Regards,
Pavel