- Describe your new request in detail
I would like to be able to read XMLTYPE data as XML without having to re-parse it from a string. Of course, this would need to be able to return data larger than VARCHAR2(4000) as well.
- Give supporting information about tools and operating systems. Give relevant product version numbers
My use case for this would be through implementation in rust-oracle in both Linux and Windows.
I would like to be able to read XMLTYPE data as XML without having to re-parse it from a string. Of course, this would need to be able to return data larger than VARCHAR2(4000) as well.
My use case for this would be through implementation in
rust-oraclein both Linux and Windows.